getPageLabels method for PDocumentCatalog class.
------------------------------------------------
Key: PDFBOX-532
URL: https://issues.apache.org/jira/browse/PDFBOX-532
Project: PDFBox
Issue Type: Improvement
Components: PDModel
Reporter: Navendu Garg
Priority: Minor
I had a requirement for adding page labels (See PDF Reference
(http://www.adobe.com/devnet/acrobat/pdfs/PDF32000_2008.pdf, page 374
(12.4.2 Page Labels). Since PDFBox does not have this functionality
currently. I ended up implementing it.
The code contains on public method getPageLabels(), which should become a part
of the PDDocumentCatalog API. This method returns an array of page labels. The
array size corresponds to the number of pages in the document.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.