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.