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 Sep 08, 2017 7:16 am

Hello,

I have one PDF having page count around 500 pages and I am trying to append new PDF (having page count aroung 480) to this existing PDF but it is not working and it is not giving any response.

I am using below method for your reference.

PdfDocument ExistingImagePDF = new PdfDocument(existingFilepath);

PdfDocument inputAdditionalFile = new PdfDocument(filepath);

ExistingImagePDF.AppendPage(inputAdditionalFile);

In the code above, after last line it is not giving any response.

Can anyone help on this ?

devang.patel@altegrahealth.com
 
Posts: 8
Joined: Mon May 30, 2016 11:20 am

Fri Sep 08, 2017 7:26 am

Hello,

Thanks for your inquiry.
Firstly, I suggest you use the latest Spire.PDF Pack(Hot Fix) Version:3.9.285 and the new method to merge PDFs. Hope this could work. If the issue still happens, please provide the input documents and the code you were using for testing as it is difficult to say what cause that issue if we don't have those information.

Thanks,
Betsy
E-iceblue support team
User avatar

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

Return to Spire.PDF