Hi,
I am creating a PDF document using DOCX document
Document.save(“Final.docx”);
Document.save(“Final.pdf”);
After getting saved, the font in the PDF document changes to LiberationSerif instead of ArialNarrow in the DOCX document.
How can I fix this issue ?
Regards.
Prabhaker Kr.