‎2009 Apr 08 7:32 AM
Hi All,
I am converting classical report list into PDF format. while converting PDF I need to change the font size and type.
For this i am using print-control in the code, but the font size and type are not changed in the PDF file.
My code is as follows.
PRINT-CONTROL SIZE 001 FONT 001.
Also I am using for below code for bold letters.
PRINT-CONTROL FUNCTION: 'SABLD' LINE 1,
'SAOFF' LINE 10.
it is also not reflecting the PDF file.
Can anyone please tell me why these changes are not affected.
Thanks & Regards,
Murali.
‎2009 Apr 08 7:35 AM
Wht version are you working on if its 4.7 PRINT CONTROL IS NOT SUPPORTED
Regards
Bhanu
‎2009 Apr 08 7:35 AM
Wht version are you working on if its 4.7 PRINT CONTROL IS NOT SUPPORTED
Regards
Bhanu
‎2009 Apr 08 7:44 AM
‎2009 Apr 08 8:13 AM
‎2010 Aug 25 9:02 AM