Hi, below pdf cannot be converted to excel. Do I need import some kind of font lib. to parse it?
27_IDT_Telia_Carrier_Germany_GmbH_Gold-11057057-jun-30-2020 (1).pdf (14.7 KB)
Hi, below pdf cannot be converted to excel. Do I need import some kind of font lib. to parse it?
27_IDT_Telia_Carrier_Germany_GmbH_Gold-11057057-jun-30-2020 (1).pdf (14.7 KB)
Would you kindly share the code snippet which you are using to convert it. We will test the scenario in our environment and address it accordingly.
Document doc = new Document(file != null ? file.getPath() : null);
com.aspose.pdf.ExcelSaveOptions options = new com.aspose.pdf.ExcelSaveOptions();
options.setInsertBlankColumnAtFirst(false);
options.setMinimizeTheNumberOfWorksheets(true);
options.setScaleFactor(1);
options.setUniformWorksheets(true);
options.setFormat(ExcelSaveOptions.ExcelFormat.XLSX);
We were able to notice the issue in our environment while using Aspose.PDF for Java 20.9 and have logged it as PDFJAVA-39826 in our issue tracking system for the sake of further investigation. We will look into its details and keep you informed with the status of its rectification. Please be patient and spare us some time.
We are sorry for the inconvenience.