Replace FF with LF in GDI Print Mode
In Multiple Print Screen functionality, 3270/5250 host screens can be collected and then released to the physical printer. Each print screen that is collected is printed on a separate page, like individual print screens. However, in PDT mode using the BEL command, the Form Feeds (between two screens) can be converted to specified number of Line Feeds that is defined in the PDF/PDT file.
With this feature, the same functionality has been extended to
GDI print mode, using the following workstation profile keyword:
[Printers]
ReplaceFFbyLF=<Byte value>
The possible byte values are as follows:
Byte Value | Action |
---|---|
00 | No LF between screens |
01 to 0xFE | LFs between screens |
0xFF | FF after each screen |
No keyword | Default (FF after each screen) |