Page 1 of 1

Can I convert Docx file to Doc using docx4j? answer plz

PostPosted: Wed Mar 04, 2015 2:48 pm
by sumit
Hello Jason,

Please tell me Can I convert docx file to doc file by using docx4j?
How can i do this suggest me Jason so that I could proceed my work. waiting for your reply.



sumit

Re: Can I convert Docx file to Doc using docx4j? answer plz

PostPosted: Wed Mar 04, 2015 7:04 pm
by jason
You are asking for the opposite of https://github.com/plutext/docx4j/blob/ ... n/Doc.java

In principle, you could do that using docx4j and POI's HWPF (or indeed with just POI, using its XWPF). But it would be a lot of work for a complete solution.

You could see whether the latest release of LibreOffice gives you acceptable results. If so, drive it from Java using JODConverter.

Otherwise, try Google for other solutions. Plutext also has a commercial component in development which could help, but its not available quite yet.

Re: Can I convert Docx file to Doc using docx4j? answer plz

PostPosted: Wed Mar 04, 2015 7:57 pm
by sumit
Thank you jason
I try which you told me. if I could face any problem in this I will be back Jason. again thank you so much for reply


sumit