‎2013 Jan 22 7:20 AM
Hi Experts!
I am trying to convert the output of a sap script in PDF format For Poland. In print preview of script everything is correct, But when I see the same output in PDF, then it is showing some special characters in place of original text.
To get the output in PDF format I have used the function module 'CONVERT_OTF' .
Could you please help me out in removing these Special characters from PDF format and to get the proper output as I am getting in Print preview of SAP SCRIPT.
Please find the attached screenshots.
‎2013 Jan 22 7:24 AM
Hi Arshad,
Use "BIN" format in exporting parameters of OTF_CONVERT FM.
Reward if helpful.
Mahidhar.
‎2013 Jan 22 7:41 AM
Hi Mahidhar,
Thanks for your reply. BUT 'CONVERT _OTF' FM supports only PDF and ASCII format . It is not supporting BIN.
What I did orginally is:
in 'CONVERT_OTF' FM in Export parameters I used FORMAT = 'PDF'
and after that I have used FM 'SCMS_XSTRING_TO_BINARY'.
When I am passing Format = ' BIN' in 'CONVERT_OTF' FM then it is showing error.
‎2013 Jan 22 7:52 AM
Hi Arshad,
If it is only for Print in PDF PURPOSE,Try like this.(with out any code/u can delete all code for pdf conversion also))
PDF! in transaction bar,in print preview &press enter.
It will save in pdf,in where u wants.
Try this.
Thanks
Gourav.
‎2013 Jan 22 7:57 AM
Hi Kumar Gourav,
Thanks for your reply but actually after converting the output into PDF, I am sending that PDF as an attachment in email through the program.
‎2013 Jan 22 8:52 AM
‎2013 Jan 22 8:58 AM
Hi Arshad,
Is Polishlanguage font installed on your system??
Does your PDF viewer support the display of Polish characters??
This might be the reason of the problem you are facing.
Hope this helps
‎2013 Jan 22 9:12 AM
Did you find, during your researches before posting, Note 941495 - PDF converter: Font is not embedded for Latin-2 or similar notes for your version ?
Regards,
Raymond
‎2015 Nov 24 2:16 AM
I am also facing the same issue.
Did you find any solutions for this issue?