Hello , I am using PDDocument.importPage(...) to copy some pages from a PDF to another. There was Named destinations defined inside the source PDF pages, but after copying it using PDFBox, the Named destinations disappeared in the output PDF, and so I can't define bookmarks for it.
Here is the source PDF file : http://www.4shared.com/document/XrPhJSCd/sample_pdf_having_bookmarks_wi.html And here is the output PDF copied using PDFBox : http://www.4shared.com/document/CyrtJQFJ/Copied_PDF_using_PDFBox.html Any idea why this happens ? Best regards , Hesham

