Hello,
call function 'SX_OBJECT_CONVERT_OTF_PDF'
exporting
format_src = 'OTF'
format_dst = 'PDF'
devtype = 'PRINTER'
FUNCPARA =
len_in = '1234'
IMPORTING
LEN_OUT =
tables
content_in = objbin
content_out = objpdf
EXCEPTIONS
ERR_CONV_FAILED = 1
OTHERS = 2.
I hope this helps you.
Regards, Murugesh AS
Add a comment