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.

Wed Jul 01, 2015 7:05 pm

Hello, in some cases ( not identified a pattern for error) the final file is equal with all its pages like the last page, example:
pdf1 + pdf2 pdf3 + = (expected result) -> pdf1_pdf2_pdf3

occurred:
pdf1 +pdf2 + pdf3 = pdf3_pdf3_pdf3

cruz
 
Posts: 5
Joined: Fri May 15, 2015 6:20 pm

Thu Jul 02, 2015 1:48 am

Hello,

I have tested your issue with the latest version(Spire.PDF Pack(Hot Fix) Version:3.4.27 ), and the generated document is right. Please try it. Here is the code I use.
Code: Select all
string[] files = new string[] { "d:\\pdf_1.pdf", "d:\\pdf_2.pdf" };
            string outfile = "5303.pdf";         
            PdfDocumentBase doc = PdfDocument.MergeFiles(files);
            doc.Save(outfile, this.Response, Spire.Pdf.HttpReadType.Save);


Best Regards,
Sweety

E-iceblue support team
User avatar

sweety1
 
Posts: 539
Joined: Wed Mar 11, 2015 1:14 am

Fri Jul 03, 2015 8:06 am

Hello,

Has your issue been resolved?
Could you please give us some feedback at your convenience?

Best Regards,
Sweety

E-iceblue support team
User avatar

sweety1
 
Posts: 539
Joined: Wed Mar 11, 2015 1:14 am

Mon Jul 06, 2015 2:02 pm

Hello, sorry the late , the problem has been resolved .
Thanks a Lot

cruz
 
Posts: 5
Joined: Fri May 15, 2015 6:20 pm

Tue Jul 07, 2015 6:58 am

Hello,

Please feel free to contact us, if you have any questions or needs. We are here for help.

Best Regards,
Sweety

E-iceblue support team
User avatar

sweety1
 
Posts: 539
Joined: Wed Mar 11, 2015 1:14 am

Return to Spire.PDF

cron