Need a java code for convert PDF to Word document as well as Word document to XML. Is this possible
Kaleeswaran Kannusamy
Greenhorn
Joined: Mar 06, 2010
Posts: 1
posted
0
hai friends,
i am kalees. i need a java code or API for convert PDF file to Word Document as well as Word Document to XML. Is this possible in java. If anybody known please help me.
Balaji Ashokkumar
Greenhorn
Joined: Oct 11, 2010
Posts: 5
posted
0
Why no reply for this post???
is it not possible to convert pdf to word using java???
Balaji Ashokkumar, ~Dynamic Star~
With God,I'm a Hero... Without God,I'm a Zero...
Ulf Dittmer
Marshal
Joined: Mar 22, 2005
Posts: 35224
7
posted
0
It's software - just about everything is possible if you care to implement it. But there's no ready-made library to convert PDF to Word, certainly none that is free or open source. PDFs are for viewing and printing, not editing.
If you are prepared to spend a lot of work on this then you can use the PDF-interpreting code of the PDF-Renderer library and join that with the DOC/DOCX-generating capabilities of the Apache POI library.