java - Is it possible to extract logical page numbers (page labels) from pdfs using JPOD? -


i'd extract annotations of pdf , page numbers/labels using jpod. know page number annotation added using pdannotation.getpage() , pdpage.getnodeindex().

the problem nodeindex represents physical page index running consecutively starting 0. logical page label differ index (e.g. page index 5 has label called ii or 3 or 'cover') , i'd extract corresponding label, too. didn't find information on browsing documentation:

so, possible extract information pdf using jpod , how achieve that?

additional information: http://pdf.editme.com/pdfua-pagelabels


Comments

Popular posts from this blog

facebook - android ACTION_SEND to share with specific application only -

python - Creating a new virtualenv gives a permissions error -

javascript - cocos2d-js draw circle not instantly -