|
Rank: Newbie Groups: Member
Joined: 4/11/2013 Posts: 9
|
I am trying to convert roughly 65 html pages to a pdf document, however after viewing the generated pdf the conversion seems to have stopped approx. 3/4 of the way through. Not receiving any type of error, appears to process as normal but not getting all content. The same html markup works fine in your demo and in a browser, just not htmlToPdf.ConvertHtml? Any thoughts?
|
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,195
|
Hi,
Check the version of your EO.Pdf.dll. This appears to be a bug that we have already fixed. If that's the case, then it explains why the demo works because the demo runs a newer version.
Thanks!
|
|
Rank: Newbie Groups: Member
Joined: 4/11/2013 Posts: 9
|
Version is 4.0.60.2
|
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,195
|
Hi,
Then we will need you to isolate the problem into a test project and send the test project to us. Make sure your test app runs and contains only code needed to reproduce the problem. Please let us know once you have that so that we can tell you where to send it.
After we receive that, we will try to run your test app here to see if we can reproduce the problem. Usually we can get to the bottom of the problem as long as we can reproduce it.
Thanks!
|
|
Rank: Newbie Groups: Member
Joined: 4/11/2013 Posts: 9
|
I will put something together... Conversion works fine if convert each page iteration, but not if I combine all page html then convert to pdf doc. Could this be a memory threshold issue? I would be fine with converting each page separately, but then pdf links no longer function. Thanks.
|
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,195
|
Hi,
No. It should not be. If it was a memory problem you would get an OutOfMemoryException.
Thanks
|
|