ssimms / pdfapi2

Create, modify, and examine PDF files in Perl
Other
15 stars 20 forks source link

Restore pageLabels compatibility. #39

Closed sciurius closed 2 years ago

sciurius commented 2 years ago

Before the last changes, pageLabel accepted style arguments roman, arabic, etc. In 2.042, it merely takes the first letter (provided it is a, d or r). In short, arabic now comes out as a (lowercase letters) instead of D (Decimal arabic numerals).

ssimms commented 2 years ago

Thanks! I've implemented a similar fix with the addition of a warning, as noted in the issue.