Missed text after xls -> pdf/a conversion

We have an Excel file which causes empty cells issue during conversion to pdf/a.

PS. input and result files are attached

Hi,


Thanks for the template file.

After an initial test, I observed the issue as you mentioned by converting your template file to PDF/A1. I found some missed cells text (where shapes (e.g Rectangles) are used) after XLS to Pdf/A conversion. If we convert to simple PDF file, it renders the file fine.
e.g
Sample code:

Workbook wb = new Workbook (strFilePath);
PdfSaveOptions options = new PdfSaveOptions(SaveFormat.Pdf);
options.Compliance = PdfCompliance.PdfA1b;

wb.Save(“e:\test2\out1.pdf”);//Ok
wb.Save(“e:\test2\out2.pdf”, options); //Not Ok

I have logged a ticket with an id “CELLSNET-44604” for your issue. We will look into your issue soon.

Once we have an update on it, we will let you know here.

Thank you.

Hi again,


This is to update you that we have resolved the problem logged earlier as CELLSNET-44604. We will shortly share the fix here for your testing.

Hi,

Thanks for your using Aspose.Cells.

Please download and try the latest fix: Aspose.Cells for .NET v8.9.0.1 and let us know your feedback.

The issues you have found earlier (filed as CELLSNET-44604) have been fixed in this update.


This message was posted using Notification2Forum from Downloads module by Aspose Notifier.
(3)

The issues you have found earlier (filed as CELLSNET-44604) have been fixed in this update.


This message was posted using Notification2Forum from Downloads module by Aspose Notifier.

The issues you have found earlier (filed as CELLSNET-44604) have been fixed in this update.


This message was posted using Notification2Forum from Downloads module by Aspose Notifier.
(4)