I 'm using the Aspose.Cells library to read a file excel to make some modifications on it and then save it as PDF .
The problem occurs when I export to a PDF format, the special characters in the header and footer are incorrect in the PDF format, no matter if only read and and export the file to PDF . I try changing the encoding but the result was the same.
Hi,
Good afternoon
I try the more resent version attached in the post and I still have the same issue.
Hi,
Thanks for your feedback and using Aspose.Cells.
We have logged this issue in our database for investigation. We will look into it and fix this issue. Once the issue is resolved or we have some other update for you, we will let you know asap.
This issue has been logged as
- CELLSNET-44590 - Problem exporting Excel to PDF with special characters in the header and footer
DanielAguirre84:
Good afternoon I try the more resent version attached in the post and I still have the same issue.
Hello again
My environment details are:
OS: Windows 10 Enterprice 64Bits Operating System
Target Framework for the test Project: .NET Framework 4.5
and the Región settings are in two more attachments.
This is a simple test i did but i have the same result whit the issue.
using (MemoryStream memoryDocument = new MemoryStream())
{
//Load Xlsx File
Workbook _document = new Workbook(“E:\TestTemplate.xlsx”);
//PDF
PdfSaveOptions saveOption = new PdfSaveOptions();
//_document.Settings.Encoding = Encoding.GetEncoding(“UTF-8”);
_document.Save(memoryDocument, saveOption);
FileStream file = new FileStream(“E:\TestTemplateNew.PDF”, FileMode.Create, FileAccess.Write);
memoryDocument.WriteTo(file);
}
Hi,
Thanks for your using Aspose.Cells.
Please download and try the latest fix: Aspose.Cells for .NET v8.8.3.8 and let us know your feedback.
The issues you have found earlier (filed as CELLSNET-44590) have been fixed in this update.
This message was posted using Notification2Forum from Downloads module by Aspose Notifier.