We have noticed that when we are converting excel to pdf using Aspose.Cell (20.4.0) then transparent marker points in the excel file are getting distorted in Pdf.
Reproducer:-
static void pdfConversion()
{
var workbookStream = new FileStream("ExcelFdsChart.xlsx", FileMode.Open);
var workbook = new Workbook(workbookStream);
var saveOptions = new PdfSaveOptions() { };
workbook.Save(@"ExcelFdsChart.pdf", saveOptions);
}
Please find the attachment for required file.
ExcelFdsChart.zip (168.8 KB)
ExcelFdsChart.pdf (121.7 KB)
MarkingCircleOnMarker.JPG (44.7 KB)