Spire.PDF is a professional PDF library applied to creating, writing, editing, handling and reading PDF files without any external dependencies. Get free and professional technical support for Spire.PDF for .NET, Java, Android, C++, Python.

Fri Nov 08, 2019 5:14 pm

I have some PDF documents I am attempting to merge. If I only merge single page pdfs, they merge and display correctly. If I attempt to merge multipage PDFs, only the first page of each document show up in the merged file. All other pages show up as blank pages. And when opening with Acrobat Reader DC, I get a message stating:

An error exists on this page. Acrobat may not display the page correctly. Please contact the person who created the PDF document to correct the problem.

I have downloaded the latest Spire.PDF 5.11.2 and am having this issue.

Thanks,
Kendal

kendalgoodrich
 
Posts: 5
Joined: Mon Sep 25, 2017 10:51 pm

Fri Nov 08, 2019 6:11 pm

And FYI, I tested with an alternative component(ABCpdf).
It was able to successfully merge the pdf documents without any issues.

When testing with the Spire component, I read a single 2 page pdf document into the PDFDocument. I then immediately saved the file out to another pdf. When opening the new document with Adobe, I received the same message. Although the 2nd page was visible.

It also does not appear to do this with ALL pdf documents.

kendalgoodrich
 
Posts: 5
Joined: Mon Sep 25, 2017 10:51 pm

Mon Nov 11, 2019 2:44 am

Hi,

Thanks for your inquiry.
To help us investigate further, please provide your input PDFs and the code you were using.
You could upload it here or send to us(support@e-iceblue.com) via email.

Sincerely,
Betsy
E-iceblue support team
User avatar

Betsy.jiang
 
Posts: 3099
Joined: Tue Sep 06, 2016 8:30 am

Tue Nov 12, 2019 5:03 pm

Here is a sample of the code which I used to duplicate the issue.

string[] files = new string[] { @"D:\History and Physical-03072006-1715-1.pdf", @"D:\History and Physical-03072006-1719-2.pdf" };
PdfDocumentBase doc = PdfDocument.MergeFiles(files);
doc.Save(outputFile, FileFormat.PDF);

I am attaching the referenced files.
The data within the files is sample data and not actual data.

kendalgoodrich
 
Posts: 5
Joined: Mon Sep 25, 2017 10:51 pm

Wed Nov 13, 2019 1:57 am

Hi,

Thanks for your information.
I have reproduced the issue and logged it in our bug tracking system. We will let you know as soon as there is any update.
Sorry for the inconvenience caused.

Sincerely,
Betsy
E-iceblue support team
User avatar

Betsy.jiang
 
Posts: 3099
Joined: Tue Sep 06, 2016 8:30 am

Thu Nov 14, 2019 1:32 pm

Thank you for your prompt response. Any idea on the usual time-frame for bug-fixes like this. Reason I am asking is that I have a time-sensitive project that I am using this library on. If the fix time-frame is too far out, I may have to resort to another library.

Thanks again,
Kendal

kendalgoodrich
 
Posts: 5
Joined: Mon Sep 25, 2017 10:51 pm

Fri Nov 15, 2019 7:39 am

Hi Kendal,

Sorry that at present we cannot provide the fix time for your issue at present. However we have requested our development team to share an ETA at their earliest. We will update you as soon as we get a feedback.

Sincerely,
Betsy
E-iceblue support team
User avatar

Betsy.jiang
 
Posts: 3099
Joined: Tue Sep 06, 2016 8:30 am

Tue Nov 26, 2019 2:36 am

Hi,

Hope you are doing well.
Your issue is fixed. Considering your urgent situation, here is hotfix for you:
http://www.e-iceblue.com/downloads/Temp ... .11.12.zip
Welcome to download and test it.

If there is any question, please feel free to contact us.

Sincerely,
Betsy
E-iceblue support team
User avatar

Betsy.jiang
 
Posts: 3099
Joined: Tue Sep 06, 2016 8:30 am

Mon Dec 16, 2019 9:17 am

Hi,

Hope you are doing well.
Do you try the hotfix? Has your issue been resolved?

Sincerely,
Betsy
E-iceblue support team
User avatar

Betsy.jiang
 
Posts: 3099
Joined: Tue Sep 06, 2016 8:30 am

Mon Mar 09, 2020 8:18 pm

Good Afternoon,
I apologize for being out of pocket for a while and not keeping up with this post. I was finally able to try the hotfix and confirmed it did work.
Thank you for your prompt attention to matter.

Sincerely,
Kendal

kendalgoodrich
 
Posts: 5
Joined: Mon Sep 25, 2017 10:51 pm

Tue Mar 10, 2020 1:35 am

Hello,

Thanks for your feedback.
If you encounter any issue related to our products in the future, just feel free to contact us.
Have a nice day!

Sincerely,
Rachel
E-iceblue support team
User avatar

rachel.lei
 
Posts: 1571
Joined: Tue Jul 09, 2019 2:22 am

Return to Spire.PDF