Hi,
We have an application which generates reports in Aspose PDF, which contains tables, text, images, etc. Currently, it’s in English, There is a requirement to generate the same report in Arabic language,
Is there any way to generate the current report in Arabic without much changes? In HTML, we can use Bidi, RTL, LTR, and achieve the same.
Do we have any functions or properties with Aspose.Pdf.Document? Do we have any example that shows this?
Thanks,
Sree
Hi Sree,
Thanks for contacting support.
Aspose.Pdf for .NET supports the feature to add English as well as Unicode text (including Arabic) contents inside PDF document and with your current code for generating PDF file, you can pass Arabic contents and they will be rendered inside PDF document. However in order to properly render the Arabic contents, you need to use the font which supports Arabic contents. Please try using our API and in case you encounter any issue, please feel free to contact.
Nevertheless, please note that currently it does not offer the feature to load an English PDF document and convert the file contents to Arabic language.