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 && …... The paper size of page setup will be invalid, and the other...other // settings of page setup will still take effect. //pdfSaveOptions...