Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Font Size Using PRINT-CONTROL

Former Member
0 Likes
435

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.

2 REPLIES 2
Read only

Former Member
0 Likes
386

Problem Solved

Read only

Former Member
0 Likes
386

could you share how to solve? thanks.