Hi,
I am facing some issues in conversion from pdf to word
-
It is taking too long for larger files. For example for a file of size 6.6 MB that I uploaded it took approximately 5 minutes. This is the code I used
Document document = new Document(file.getInputStream());
DocSaveOptions saveOption = new DocSaveOptions();
document.save(convertedFileName, saveOption);
document.close();
This is the file I used Sample_File_6_6MB.pdf (6.3 MB) -
The converted docx file doesn’t show proper format in libre office. It shows proper in XPS