If you use the NoPageLabels element as a child of a PDF result element, the result document will have no page labels.Example: Removing page labels<PDF result="doc1"><NoPageLabels/><PDF source="doc2"/><PDF source="doc3"/></PDF>If you use the NoPageLabels element as a child of a PDF source element, pre-existing labels will be removed. However, if any other pages in the document have page labels, pages in the scope will be given the filler page label (the ordinal page number).In the following example, the EndMatter section is specified as having no page labels. However, because other pages in the result have page labels, the pages in EndMatter are given the default filler page label (the ordinal page number).Example: Using the default page label<PDF result="book"><PDF source="Preface"><PageLabel format="LowerRoman"/></PDF><PDF source="Body"><PageLabel start="_PageNumber" format="Decimal"/></PDF><PDF source="EndMatter"><NoPageLabels/></PDF></PDF>If you want to ensure that the page labels are blank (that is, the empty string), you must specify it explicitly using PageLabel rather than NoPageLabels, as in this example.Example: Specifying an empty page label<PDF result="book"><PDF source="Preface"><PageLabel format="LowerRoman"/></PDF><PDF source="Body"><PageLabel start="_PageNumber" format="Decimal"/></PDF><PDF source="EndMatter"><PageLabel format="None"></PDF></PDF>
| Document Description XML (DDX) Help |
| LiveCycle ES Update 1 |
Send me an e-mail when comments are added to this page | Comment Report
Current page: http://livedocs.adobe.com/livecycle/8.2/ddxRef/000696.html