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 && …...converting excel workbook to pdf Aspose.Cells Product Family aspose-cells-java...