Aspose.Pdf.dll 7.0.0.0:
On some of our customers’ systems, we occasionally see debug info in our logs suggesting that calls to Concatenate(…) sometimes don’t output anything, but there aren’t any exceptions, either. E.g. our code looks like this:
PdfFileEditor pdfEditor = new PdfFileEditor();
pdfEditor.Concatenate(theLocationMergeFiles, theOutputName);
After the call to Concatenate(…), there should be a file located at theOutputName. But sometimes there isn’t, despite there being no exceptions thrown. We’re unable to reliably reproduce this problem.
Is this a known issue?
Hi Steve,
Thanks for using our products.
Can you please share some sample PDF documents so that we can test the scenario at our end. We are sorry for your inconvenience.
Hi Steve,
Thank you for the details.
I have created an issue in our issue tracking system for our development team to further investigate this issue. The issue id is PDFNEWNET-33989. I will update you via this forum thread regarding any response from the development team.
Sorry for the inconvenience,
Hi Steve,
Please use PdfFileEditor. AllowConcatenateExceptions = true
to check if any exception is thrown when concatenation is performed. This will help to understand the issue and identify the cause of the issue. Please see the following code:
PdfFileEditor pdfEditor = new PdfFileEditor();
pdfEditor.AllowConcatenateExceptions = true;
pdfEditor.Concatenate(theLocationMergeFiles, theOutputName);
Please do share your feedback with us.
Sorry for the inconvenience,
Hi Steve,
You may also try the latest Aspose.Pdf for .NET 7.1.0 as one of the other customer, who was facing a similar problem, has shared that his issue got resolved in the latest version of Aspose.Pdf for .NET.
Thank You & Best Regards,
The issues you have found earlier (filed as PDFNEWNET-33989) have been fixed in Aspose.Pdf for .NET 7.2.0.
This message was posted using Notification2Forum from Downloads module by aspose.notifier.(3)