Environment:
Platform: WinForms .NET Framework 4.5
Versions:
Syncfusion.Compression.Base, Version=13.4350.0.53
Syncfusion.Pdf.Base, Version=13.4350.0.53
Problem:
Hi Syncfusion Team, We are currently experiencing ArgumentException when loading pdf document using the PdfLoadedDocument. This does not happen all the time that why we are thinking of corrupted pdfs. But when we open those documents one by one using adobe there was no corruption message.
Steps that is happening before the error:
- We download multiple documents from a source and they are put into the file system
- We Load the first document using the Syncfusion.Pdf.Parsing.PdfLoadedDocument(string filename)
- Then we load another using another instance of pdfloadeddocument and append this document to the first document
- Then we save the merged document as seperate pdf
- on the next iteration we load the merged document
- and then load another pdf from the same path and append this to the merged doc
- The process will continue until we through all of the documents in the path.
Things that we already tried :
Would you able to assist us or give us some more information to help us diagnose this issue? Thank you so much! Unfortunately I will not be able to provide a pdf document but I can provide the stack trace.