The footer layout may not be defined as a table, due to the complexity of the PDF-Rendering process. Therefore, a fixed footer was programmed as a Best-Effort-Solution.
The programmed footer consists of the following parts:
- Footer
- Print-InfoPage-Info
The Print-Info displays the following line by default:
Printed on: <DATE> <TIME>
The Page-Info displays the following line by default:
Page <CURRENT PAGE> of <TOTAL PAGES>
The default-footer may look like this:
The footer may be customized in the following two ways:
- Change Print-Info- and Page-Info-Text. For example, do so to translate the text into another language.
To do this, change the following entries in the respective NLS-file (for example, change xui_de.nls for the German language):
Fieldname | Description |
pdf_print_info_printed_on | Placeholder for „printed on:" |
pdf_page_info_page | Placeholder for „page" |
pdf_page_info_of | Placeholder for "of" |