|
Rank: Member Groups: Member
Joined: 3/19/2013 Posts: 10
|
Goodmorning,
I have a aspx-page which contains a htmltable that is created runtime. When I try to save this page as PDF using aspxtoPDF.RenderAsPDF('page.pdf'), the table is not shown in the pdf. How can I solve this?
thank you, Mieke
|
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,195
|
Hi,
This has to do with your code. ASPXToPDF does not treat table any differently. Try to comment out RenderAsPDF, and if you see the table, then it should work. If you do not see the table, then you will want to check whether your code that creates the table is called or not.
Thanks!
|
|
Rank: Member Groups: Member
Joined: 3/19/2013 Posts: 10
|
Thank you,
recreating the tabel befor the renderaspdf-event did the trick,
have a nice day! Mieke
|
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,195
|
Great. Glad to hear that it works for you!
|
|