All,
What I have done for Font Embedding and what Issue I am facing is explained here.
Steps that I have already done:
- I have added the Fonts onto the Server location where the fonts are stored.
- Referred this directory to the Client Fonts location through AdminUI.
- Changed the value from 0 to 1 in the XCI file under <PDF><fontembed> tag.
- Referred the XCI file in my request to FormsServices as below;
<ser:pdfFormRenderSpec> <ser:XCIURI><Path to the Application Folder>/XMLFormService/mySettings.xci</ser:XCIURI> </ser:pdfFormRenderSpec>
Now I see the fonts embedded on my PDF on the resultant of FormsServices. (Screenshot attached)
The issue is when I send this PDF to my clients, they dont see the embedded fonts and the PDF looks messy!!!
What might have gone wrong?
Cheers
Mahesh Krishnan