Setting Default Font Sizes for Domino Report Server/400 RTF Format
From Support
To change the default font sizes, paragraph spacing and page size for the Native RTF Report converter included with Domino Report Server/400, run the following commands:
The following command changes the 80 character font size to 8 Points: CHGCMDDFT CMD(RJSDOM/NTS004) NEWDFT('FONTSIZ80(8)')
The following command changes the 132 character font size to 7 points: CHGCMDDFT CMD(RJSDOM/NTS004) NEWDFT('FONTSIZ132(7)')
The following command changes the 198 character font size to 6 points: CHGCMDDFT CMD(RJSDOM/NTS004) NEWDFT('FONTSIZ198(6)')
The following command changes the paper size to 8.5 x 11 CHGCMDDFT CMD(RJSDOM/NTS004) NEWDFT('PAPERSIZE(*LETTER)')
The following command changes the paper size to A4 CHGCMDDFT CMD(RJSDOM/NTS004) NEWDFT('PAPERSIZE(*A4)')
The following command changes the 80 character paragraph spacing to 9 points: CHGCMDDFT CMD(RJSDOM/NTS004) NEWDFT('PSPACE80(9)')
The following command changes the 132 character paragraph spacing to 8 points: CHGCMDDFT CMD(RJSDOM/NTS004) NEWDFT('PSPACE132(8)')
The following command changes the 198 character paragraph spacing to 8 points: CHGCMDDFT CMD(RJSDOM/NTS004) NEWDFT('PSPACE198(8)')
