Sets strftime like header format strings, to be printed on the
left, center and right of the top of each page. The strings may
include strftime(3) codes which will be expanded at print time.
A subset of strftime() codes are accepted, see Date.timeFormat
for more details on the accepted format specifiers.
Additionally the following format specifiers are accepted:
- N.get the page number
- Q.get the page count.
separator specifies if a solid line should be drawn to separate
the header from the document text.
If NULL is given for any of the three arguments, that particular
string will not be printed.
For the header to be printed, in
addition to specifying format strings, you need to enable header
printing with Source.printCompositorSetPrintHeader.
Sets strftime like header format strings, to be printed on the left, center and right of the top of each page. The strings may include strftime(3) codes which will be expanded at print time. A subset of strftime() codes are accepted, see Date.timeFormat for more details on the accepted format specifiers. Additionally the following format specifiers are accepted: - N.get the page number - Q.get the page count.
separator specifies if a solid line should be drawn to separate the header from the document text.
If NULL is given for any of the three arguments, that particular string will not be printed.
For the header to be printed, in addition to specifying format strings, you need to enable header printing with Source.printCompositorSetPrintHeader.
This function cannot be called anymore after the first call to the Source.printCompositorPaginate function.