Details
-
Bug
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
1.6.0
-
Windows 7, Acrobat Pro 9.4.4, Eclipse Helios SR2
Description
When combining files that contain (PDF) file attachments, the attachments carry over, but are corrupted in the merged file.
Code used:
PDFMergerUtility merger = new PDFMergerUtility();
merger.addSource("c:/gilad/testing/in/1.pdf");
merger.addSource("c:/gilad/testing/in/2.pdf");
merger.setDestinationFileName("c:/gilad/testing/in/merged.pdf");
try
catch (Exception e)
{ e.printStackTrace(); }Attachments
Attachments
Issue Links
- duplicates
-
PDFBOX-1098 Wrong implemented stream reader
- Closed