Conversion to PDF is in-correct

Hi Support,


We are using Aspose.Cells for converting to PDF, some of files we are failing to get correct output on PDF. See attached sample source and output file. Moreover PDF/A1b conformance is failing too for all files.

The code we are using for conversion is:

Workbook wrkBook = new Workbook(InputFileName);
Aspose.Cells.PdfSaveOptions pdfSaveOptions = new Aspose.Cells.PdfSaveOptions();
pdfSaveOptions.Compliance = Aspose.Cells.Rendering.PdfCompliance.PdfA1b;

MemoryStream stream = new MemoryStream();
wrkBook.Save(stream, pdfSaveOptions);

Let us know in case of any query in this regard.

Regards,
Wahaj

Hi,


Thanks for the details and sample files.

After an initial test, I can notice the issue as per your output PDF file by using your template Excel file and converting to PDF using Aspose.Cells for .NET v7.4.2.4 (latest fix/version).

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

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

Thank you.