XLS to PDF issue

Hello,

I have an Excel file Aspose.Cells converts to PDF not so good. Could you please tell me if I can use any settings in Aspose.Cells to avoid this issue?

The source and destination files, screenshot image file and my code snippet are below.

Mikhael

excel to pdf issue.zip (687.8 KB)

Dim sSrcFile = "C:\Users\email\Desktop\FM Excel Chinese issue\0.0_PASS_.xls"
Dim sOutPDF = "C:\Out\AsposeCells out.pdf"

Using excelDoc = New Workbook(sSrcFile, New LoadOptions(LoadFormat.Auto))

    Dim ws = excelDoc.Worksheets(excelDoc.Worksheets.ActiveSheetIndex)

    Using wb0 = New Workbook()
        wb0.Worksheets(0).Copy(ws)
        wb0.Save(sOutPDF, SaveFormat.Pdf)
    End Using
End Using

@Mikhael,

Thanks for providing us template file and screenshot.

After initial testing, I was able to reproduce the issue (as per your attached screenshot) using your template file. I found XYScatter chart is not rendered properly in Excel to PDF conversion.

We require thorough evaluation of the issue. We have opened the following new ticket(s) in our internal issue tracking system and will deliver their fixes according to the terms mentioned in Free Support Policies.

Issue ID(s): CELLSNET-57142

You can obtain Paid Support Services if you need support on a priority basis, along with the direct access to our Paid Support management team.