Rank: Newbie Groups: Member
Joined: 3/12/2012 Posts: 1
|
I have a pdf generator compiling html content from a number of internal html sources, and then feeding the final result into HtmlToPdf.ConvertHtml.
After a certain point, it stops rendering the html and outputs what it could without returning an error or notification, generally capping around a 5mb limit.
I've noticed that removing images from this process allows the rest of the html content to render completely in the final PDF, so it has lead me to believe it has something to do with MaxLoadWaitTime, or the server's MaxRequestLength.
However, modifying both of these values does not appear to expand the document capacity beyond 5mb.
Any help in this regard would be greatly appreciated.
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,194
|
Hi,
That's a bug. We already have an internal build that should fix this issue. We will PM you the download location of the new build.
Once you get the new build please try it out and see if it fixes the problem. If it does not, then it might be a different bug and we will need you to send us a HTML file that can be used to reproduce the problem. As long as we can reproduce it here, we should be able to tell you what's wrong or fix it for you.
Thanks!
|