Hi,
I have problems with diacritics when i am creating pdf files with aspose.pdf.
For example: The ŹŻ diacritics are spaces when i saved the pdf file.
Does anybody has a solution for this problem? Is there for example a property to set the encoding for the pdf file?
I am using Apose.Pdf version 3.2.0.0 with C#. I am filling cells of a table with variables. When i am debugging with Visual Studio, the diacritics are correctly assigned to the variables. But after saving the pdf file, the diacritics are spaces.
Jan
Hi Jan,
Thank you for considering Aspose.Pdf for .NET.
Well, you are using a very old version of Aspose.Pdf for .NET. We will recommend you to download and try the latest version of Aspose.Pdf for .NET v6.4.2 and check if it works fine in your scenario. If you still face any issue with the latest version, please share your sample code, template PDF file and generated PDF file to show the issue. We will check it and get back to you soon.
Moreover, if you need to acquire a temporary license to evaluation the latest version, please
use the below link and choose “Get a Temporary License” option.
Please feel free to contact support in case you need any further details.
Thank You & Best Regards,
I already solved the problem with the next code line:
table1.DefaultCellTextInfo.IsUnicode = true;