Hello,
We have license of Spire PDF and we are trying to merge following PDF file into one.
PDF 1 size --> 307 MB (10614 Pages)
PDF 2 size --> 237 MB (9434 pages)
PDF 3 size --> 128 MB (6285 pages)
it is taking taking to much time to merge all this files. We have waited for 15 min and process not completed, so we have to kill that process.
can you please let know how big file we can merge? How big files you have tested so far?
Please find below code for merging
inputDocument = new Spire.Pdf.PdfDocument(file);
outputDocument.AppendPage(inputDocument);
Please let us know if there is any optimal way to merge these files.
We have also downloaded newer version of Spire PDF DLL ( V 3.5.0.5040)
Thanks in advance
Sandip