I am evaluating aspose product for the purpose of converting all types of office documents into PDF using code (java).
The problem is that when I try to convert excel files into PDF, the output PDF file splitting the columns into different pages rather than keeping the original format of keeping all the columns beside each other. here is the code I am using to convert :
Workbook workbook = new Workbook(“D:/try/test.xlsx”);
workbook.save(“D:/try/test.pdf”, com.aspose.cells.SaveFormat.PDF);
can u plz help fixing this, thanking you in advance.
Hi Aablan,