Closed PrashantDtatir closed 10 years ago
Oh interesting issue. what was the maximum number of pages you could display?? This issue might be because of itextsharp. It must be truncating the content. Check this answer on stackoverflow http://stackoverflow.com/questions/14339266/pdf-size-maximum-limit-in-itextsharp
Sorry for the delay, will take a look when I get a chance. Really been short on time at the moment.
I've just tested my html and the demo site renders it okay, I get three pages. I'd be quite happy to get the source down and take a look but if I could get a pointer where to start that'd be great!
@southernfellow @PrashantDtatir Hi, this can happen when new pages aren't specified. You can resolve it by using css page-breaks
I wasn't able to reproduce this. Can you provide code & PDF?
Your question was answered on Stackoverflow.. can this be closed?
Yep, sorry. css page breaks seem to solve this for me.
i was displaying 5-6 pages . when i used another version of itext it solved my problem Thanks for replying
On Mon, Oct 13, 2014 at 2:53 PM, southernfellow notifications@github.com wrote:
Yep, sorry. css page breaks seem to solve this for me.
— Reply to this email directly or view it on GitHub https://github.com/andyhutch77/MvcRazorToPdf/issues/5#issuecomment-58866543 .
When content of view page get bigger then pdf show only first page