cancel
Showing results for 
Search instead for 
Did you mean: 
Subscribe

Hi experts,

I need to print special characters on an Adobe form.

There is no problem putting the characters on the form at design time.

However after rendering the form on the ADS server, these characters are replaced by others.

The form's default locale is set to 'Viewer's system locale' (but i also tried other locales).

When calling the form the docparams are set to (but i also tried other parameters).

ls_docparams-langu = 'N'

ls_docparams-country = 'BE'.

I assume the problem is located on the ADS server ?

What should i do to solve this problem ?
Thanks for any help.

0 Likes
View Entire Topic
diego_santos
Product and Topic Expert
Product and Topic Expert

Hi Dieter,

You can use Font Mapping to use the exact characters that you need in the form design.
Most of the time the design contain an specific font, while ADS does not carry the same font.

Please refer to SAP Knowledge Base Article and SAP Doc bellow.

http://help.sap.com/saphelp_nw70ehp1/helpdata/en/d0/cdf29623c8432fa1545df5f43176de/frameset.htm
https://service.sap.com/sap/support/notes/1565508  How to embed font on ADS server

So, what you need to do is:
1) Copy the font you are using to ADS server (see the doc);
2) Embed Fonts (KBA 1565508);


Regards,
Diego