[
https://issues.apache.org/jira/browse/PDFBOX-532?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Jukka Zitting resolved PDFBOX-532.
----------------------------------
Resolution: Fixed
Fix Version/s: 1.0.0
Assignee: Jukka Zitting
Thanks for the contribution! I decided to go with the more complete
implementation in PDFBOX-90, but your test case is still very useful. I adapted
the test case to match the PDFBOX-90 solution and committed the result in
revision 908631.
> 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
> Assignee: Jukka Zitting
> Priority: Minor
> Fix For: 1.0.0
>
> Attachments: PageLabelExtractor.java, test_pagelabels.pdf,
> TestPageLabelExtractor.java
>
>
> 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.