XSL Formatter Q&A
OperationPDF Output |
|
| Q. | When PDF made with XSL Formatter is displayed by using Adobe Acrobat(Reader), display of page number on window bottom is "1(1/9) i(2/9) ii(3/9)". Why? [No.2006032401] |
|---|---|
| A. |
XSL Formatter sets page label as a specification. For instance, when there is FO with consecutive <fo:page-sequence master-reference="PageMaster-Cover" force-page-count="no-force" initial-page-number="1" format="1"> <fo:page-sequence master-reference="PageMaster-TOC" force-page-count="no-force" initial-page-number="1" format="i"> <fo:page-sequence master-reference="PageMaster" force-page-count="no-force" initial-page-number="1" format="1"> You will see a serial number on the page and an actual page number displayed of PDF with Adobe Acrobat(Reader). 1(1/9) i(2/9) ii(3/9) 1(4/9) 2(5/9) ... 6(9/9) You can change the setting of Adobe Acrobat(Reader). And, the print range setting from Adobe Acrobat(Reader) is related to this setting. You should confirm the setting of Adobe Acrobat(Reader). |