Hello,
I am working on a Project to convert excel files to pdf with Aspose.Cells version 25.6.
Currently I am using below code for conversion:
final PageSetup pgSetup = curSheet.getPageSetup();
if (pgSetup != null && …...property is set to true, only one PDF page will be exported from...PdfSaveOptions(); // all columns in one page // If OnePagePerSheet is...