How to add header and footer to a PDF document
Swing PDF Converter supports Lotus Notes form* header and footer data as well as custom header and footer.
Header and footer can be enabled in Swing PDF Converter - PDF settings, under "Header/Footer" tab.
There are two header/footer options available from this page:
1. "Use header/footer defined on source document form"
When this option is enabled, Swing PDF Converter looks for document form defined header and footer data and exports it to pdf document.

2. "Define custom header/footer"
When this option is enabled, Swing PDF Converter transfers data from "Header" and "Footer" fields in settings document to PDF document.

From PDF Converter version 3.13. it is possible to write Lotus formula to header/footer.
Formula must be nested in "" tags. Syntax:
<swFormula>...Lotus Formula...</swFormula>
For example:
Today is <swFormula>@Today</swFormula>.
Time is <swFormula>@Now</swFormula>.

Please read this article for header and footer management from LotusScript API.
Last updated
Was this helpful?