Spire.PDF is a professional PDF library applied to creating, writing, editing, handling and reading PDF files without any external dependencies. Get free and professional technical support for Spire.PDF for .NET, Java, Android, C++, Python.

Thu Mar 24, 2022 7:51 pm

Hi. After converting the PDF file to DOCX I am getting a document without images (empty spaces). I tried several pdf files and none of them have images in the result doc document. Is this feature supported?

Code: Select all
                String cachePath = getCacheDir().getPath() + File.separator + "temp_PdfToDoc.docx";
                PdfDocument doc = new PdfDocument();
                doc.loadFromFile(path);
                doc.saveToFile(cachePath, FileFormat.DOCX);
                doc.close();


spire.pdf.android v4.1.0

hydrol.777
 
Posts: 3
Joined: Wed Mar 23, 2022 5:48 pm

Fri Mar 25, 2022 6:35 am

Hello,

Thank you for your inquiry.
I did an initial test and did reproduce the issue you mentioned. I have logged the issue into our bug tracking system with the ticket number SPIREPDF-5013. Our development team will investigate and fix it. Once it is resolved, I will inform you in time. Sorry for the inconvenience caused.

Sincerely,
Annika
E-iceblue support team
User avatar

Annika.Zhou
 
Posts: 1643
Joined: Wed Apr 07, 2021 2:50 am

Wed Aug 31, 2022 8:47 am

Hello,

Thanks for your patience!
Glad to inform you that we just released Spire.PDF for Android via Java Version:8.8.1 which fixes the issue of SPIREPDF-5013.
Welcome to download this version for testing.

Sincerely,
Annika
E-iceblue support team
User avatar

Annika.Zhou
 
Posts: 1643
Joined: Wed Apr 07, 2021 2:50 am

Return to Spire.PDF