Hello
I am trying to convert PDF to excel file(xls/ xlsx) but file is getting corrupted excel file(output file ) .
i am using below code
Document doc = new Document(“C:\Users\hp\Desktop\pdf\bck ppr.pdf”);
com.aspose.pdf.ExcelSaveOptions excelsave = new com.aspose.pdf.ExcelSaveOptions();
doc.save(“C:\Users\hp\Desktop\pdf\out.xlsx”, excelsave);
File not open in excel and ian using aspose pdf 21.5.0
i am attaching screen shot Screenshot (64).png (110.4 KB)
Screenshot (65).png (108.3 KB)