PDFFileEditor.append returns 0 byte file

Hi


I got a problem with the latest version (4.5) of pdf.kit.

I tried to append the last page of pdf file (append.pdf) to the original pdf (original.pdf) using PDFFileEditor.append method like this:

PdfFileEditor pfe = new PdfFileEditor();
pfe.Append(“original.pdf”, “append.pdf”, 4, 4, “output.pdf”);

It is expected to return 2-page pdf, but the latest pdf.kit returns 0 byte file.
I tested the same code with pdf.kit 3.7 and got the result I desired.
Please take a look sample apps. ( 2 projects included. The only difference is pdf.kit version)

my testing environment is XP SP3 JP + .net 1.1

regards,

Hi Yosuke,

I have reproduced this problem at my end and logged it as PDFKITNET-17389 in our issue tracking system. Our team will look into this issue and you’ll be updated via this forum thread once it is resolved.

We’re sorry for the inconvenience.
Regards,

The issues you have found earlier (filed as 17389) have been fixed in this update.


This message was posted using Notification2Forum from Downloads module by aspose.notifier.