Hello,
We are generating pdfs using Aspose Word version 24.1
- When we generate on our localhost (Windows) all special characters are displayed correctly in the pdf and new lines are added. The template placeholder special characters include bullet points, single quotation marks and a few others.
When generating on Linux the special characters are displayed as ‘?’.
The font used is installed on both Windows and Linux.
- We have added some character replacement checks in the Java code and added the -html attribute to the placeholder. This works for some of the special characters on both Windows & Linux but the newlines are not respected - we have tried replacing the \n with a
but this does not work.
Attached are the sample documents.
Any help is appreciated.
Aspose.zip (129.9 KB)