Rank: Newbie Groups: Member
Joined: 5/5/2016 Posts: 1
|
I am using HtmlToPdf to convert an ASP.net page to PDF for user download. I noticed that on very large data sources, not all of the records are being output to the PDF. Once I run HtmlToPdf.ConvertHtml(), I stepped through and found that after a certain point (page 37 in my example, but not a specific number of lines), the HtmlElements inside the HtmlToPdfResult object were marked as IsVisible = false causing them to be hidden when the document renders.
I've worked at it with a few different data set sizes (1.2k and 35k+) and each time only around 700-850 records are rendered.
What process inside ConvertHtml would cause these to be hidden even though it's just a table of <tr> and <td> data?
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,229
|
Hi, We are not aware of any issues like this. Please try to isolate the problem into a test project and then send the test project to us. See here for more details: http://www.essentialobjects.com/forum/test_project.aspxWe will investigate further as soon as we receive the test project. Thanks!
|