PDF cannot be converted into excel correctly

Hi,

Content in the second page of the following PDF cannot be converted into excel correctly. Could it be due to some font issue?

mac.pdf (24.8 KB)

Best.

@canangunicen

Would you please share your sample code snippet that you are using to convert the PDF. 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(0.9);
		options.setUniformWorksheets(false);
		options.setFormat(ExcelSaveOptions.ExcelFormat.XLSX);

@canangunicen

We were able to notice the issue in our environment using Aspose.PDF for Java 20.7. We need to further investigate it whether it is due to font or there is some other reason behind this issue. For the purpose, we have logged an issue as PDFJAVA-39680 in our issue tracking system. We will further look into its detail and inform you as soon as it is resolved. Please be patient and spare us some time.

We are sorry for your inconvenience.