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

Pdf Conversion of SAPSCRIPT

Former Member
0 Likes
769

Dear Sir/Maam,

I am converting my Sapscript to pdf using function CONVERT_OTF. But when it is going to pdf, the font size is increasing hence last portion of the text is going to the next line. Kindly advise solution.

Regards

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
733

Hi,

Chek out these links:

Best Regards,

Anjali

Dear Sir/Maam,

I am converting my Sapscript to pdf using function CONVERT_OTF. But when it is going to pdf, the font size is increasing hence last portion of the text is going to the next line. Kindly advise solution.

Regards

4 REPLIES 4
Read only

Former Member
0 Likes
734

Hi,

Chek out these links:

Best Regards,

Anjali

Read only

Former Member
0 Likes
733

Use FM:

SX_OBJECT_CONVERT_OTF_PDF.

See

for more reference...

Read only

Former Member
0 Likes
733

hi ,

try this FM

CONVERT_OTFSPOOLJOB_2_PDF which converts a OTF spool to PDF (i.e. Sapscript document).

this one works well..

regards

satesh

Read only

Former Member
0 Likes
733

Hi,

Try using the function module 'CONVERT_OTFSPOOLJOB_2_PDF' and check in this include (LSTXWFPL):

*calculate spacing, fontsize etc. and setup OTF

perform pdfcnv_list_startjob.

endform.

Regards,

Gayathri