Creating PDF with asp Table using ABCPDF9 Gecko

132 views Asked by At

I have a aspx page that has an asp table which is then dynamically added to on page load using VB. This page needs to be turned into a PDF. We have used ABCPDF Gecko function which works fine apart from the fact that the tables are not displaying. Everything else on the page displays just not the tables.

Has anyone had this issue before?

Thanks in advance.

1

There are 1 answers

0
Sam Blake On BEST ANSWER

For anyone else stuck the issue was due to the order of the rendering and post backs. The tables were not being rendered before the PDF Gecko function was called. Therefore the tables were blank.