Hi All,
I am trying to convefrt the following pdf into excel bbut some of the merged cells does not reflected in excel correctly. Somehow ASPOSE online converter does better job. Is there something wrong with my code?
Document doc = new Document(file.getPath());
ExcelSaveOptions options = new ExcelSaveOptions();
options.setInsertBlankColumnAtFirst(false);
options.setMinimizeTheNumberOfWorksheets(true);
options.setScaleFactor(0);
options.setUniformWorksheets(false);
options.setFormat(ExcelSaveOptions.ExcelFormat.XLSX);
18188.pdf (168.6 KB)