Page Labels ignored
This is PDFs produced by the Perl library PDF::Builder, not the Acrobat SDK. It appears to be a problem with Acrobat Reader. Apologies, and feel free to move this thread to somewhere you feel is more appropriate.
When using the free Acrobat Reader (Windows 10, automatically updated), I see something odd. Acrobat Reader is the only PDF reader I have access to that appears to support "page labels", which is a formatted page number (not the physical page number) shown on the slider thumb and the page number area. It works great if I have other formats defined, such as /R Roman, /r roman, /A Alpha, and /a alpha, as well as using a /P prefix. Decimal numbers work OK, but only if there are also other formats defined for the document. If I have only /PageLabels << /Nums [ 0 << /S /D >> ] >>, requesting pages to be labeled 1, 2, 3,..., it appears to be ignored. I get the default labels of "Page m of n" on the slider thumb. I do see decimal numbers if I have at least one other format defined: /PageLabels << /Nums [ 0 << /S /r >> 4 << /S /D /St 1 >> ] >> shows pages labeled i, ii, iii, iv, 1, 2, 3,... (this also works with Decimal as the first pages). With just decimals requested, with or without /St (starting page number to show), it looks like page labels are ignored. Am I using page labels incorrectly here? See 12.4.2 in the PDF 1.7 ISO/Adobe 32000-1:2008 document.
