I am converting Excel xlsx file to PDF and output is unusable.
Attached file is simplest testcase and related output.
Code:
var book = new Workbook(“lipsum.xlsx”);
book.Save(@“lipsum_aspose.pdf”, new PdfSaveOptions());
Tested with Aspose.Cells version 8.6.0 from nuget.
.NET Framework version is 4.5.1