You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@pdfbox.apache.org by Sara RaeesMohammadi <s_...@yahoo.com> on 2013/11/11 09:20:28 UTC

Page Label

I want to catch page labels of original pdf file that used them in new pdf file. but I couldn't. I type this command in my project.
PDDocument originalpdf=...
originalpdf.getDocumentCatalog() .getLabels();