Hi,Test_PDF_UTF8_FullUTF8String.zip (1.6 KB)
We are using Aspose to generate the PDF by fetching the user entered data from database. So, users are free to enter the data in any language. Because of this, the data contains various UTF-8 characters. Could you please help me how to handle any kind of UTF-8 Char in Aspose.pdf for java.
I am attaching a simple program to simulate the issue, which would have all the UTF-8 characters to add to PDF.
It increases the CPU utilization and also the PDF generated finally does’t get open.
Basically need to know that once all the data is added in the PDF (i.e. com.aspose.pdf.Document), can we do any changes to it for making it suitable for UTF-8 or any other solution?
NOTE :: We are using AsposePdf for Java version 10.3
Appreciate your help.