OpenPDF is a free Java library for creating and editing PDF files, with a LGPL and MPL open source license. OpenPDF is based on a fork of iText. We welcome contributions from other developers. Please feel free to submit pull-requests and bugreports to this GitHub repository.
I am experiencing a problem when trying to add Arabic text to the PDF. Even following the example on the link below, I only get blank space on the generated PDF.
ColumnText and PdfTable didn't work to show the Arabic text. It's important to note that I used the same font as in the example (as well as other fonts) and the Arabic text was in its Unicode escape characters.
Environment:
OS: Windows 11
Used Fonts: Roboto, Times, Helvetica
Java 8
Openpdf version 1.3.30
Please let me know if there's any other information required to investigate and address this issue. Thank you.
I am experiencing a problem when trying to add Arabic text to the PDF. Even following the example on the link below, I only get blank space on the generated PDF.
https://github.com/LibrePDF/OpenPDF/blob/bff6520a368fe0a35b443740a36cba108f4ed1a4/pdf-toolbox/src/test/java/com/lowagie/examples/fonts/styles/RightToLeft.java
ColumnText and PdfTable didn't work to show the Arabic text. It's important to note that I used the same font as in the example (as well as other fonts) and the Arabic text was in its Unicode escape characters.
Environment:
Please let me know if there's any other information required to investigate and address this issue. Thank you.