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.

Thu Oct 22, 2015 1:46 pm

Hi Support,

I have some pdf's that merge incorrectly. Using the following code, the output document contains a page with a height of 1.1 mm:
Code: Select all
static void Main(string[] args)
        {
            try
            {
                TestDocA();
            }
            catch( Exception ex)
            {
                Console.Write(ex.ToString());
            }
            Console.ReadKey();
        }

        private static void TestDocA()
        {
            PdfDocument doca = new PdfDocument(@"C:\TestProd\HeightIncorrectInput.pdf");
            PdfDocument mergedDoc = new PdfDocument();
            mergedDoc.InsertPageRange(doca, 0, doca.Pages.Count - 1);
            mergedDoc.SaveToFile(@"C:\TestProd\HeightIncorrectOutput.pdf");
        }


Input and output files will be sent with e-mail, due to security reasons.

Kind regards,

Sikke Kooistra

sikke.kooistra@avanade.com
 
Posts: 33
Joined: Fri Jun 27, 2014 1:39 pm

Fri Oct 23, 2015 3:27 am

Hi,

Thanks for your inquiry.
I have received your documents from e-mail, sorry for the issue. I have recreated your issue and posted it to our dev team. We will inform you when it is resolved.

Best Regards,
Amy
E-iceblue support team
User avatar

amy.zhao
 
Posts: 2772
Joined: Wed Jun 27, 2012 8:50 am

Tue Oct 27, 2015 7:51 am

Hi Amy,

Any progress on the issue?

Kind regards,

Sikke

sikke.kooistra@avanade.com
 
Posts: 33
Joined: Fri Jun 27, 2014 1:39 pm

Tue Oct 27, 2015 8:37 am

Hi Sikke,

Thanks for your inquiry.
This issue has been resolved. We will build a new version and then inform you when it is ok.

Best Regards,
Amy
E-iceblue support team
User avatar

amy.zhao
 
Posts: 2772
Joined: Wed Jun 27, 2012 8:50 am

Thu Oct 29, 2015 6:28 am

Hi Sikke,

Thanks for waiting.
New version has been released. Welcome to download and test Spire.PDF Pack(Hot Fix) Version:3.5.143.
The downloading link is http://www.e-iceblue.com/Download/downl ... t-now.html.

Best Regards,
Amy
E-iceblue support team
User avatar

amy.zhao
 
Posts: 2772
Joined: Wed Jun 27, 2012 8:50 am

Thu Oct 29, 2015 12:00 pm

Hi Amy,

Did a first quick check on the problem files, they now work great. I will do some more extensive testing on our production data and will report if I find any issues.

Kind regards,

Sikke

sikke.kooistra@avanade.com
 
Posts: 33
Joined: Fri Jun 27, 2014 1:39 pm

Fri Oct 30, 2015 1:45 am

Hi Sikke,

Thanks for your message.
Please feel free to write to us if you have any issues. We are here to help you.

Best Regards,
Amy
E-iceblue support team
User avatar

amy.zhao
 
Posts: 2772
Joined: Wed Jun 27, 2012 8:50 am

Return to Spire.PDF