0

It is possible to convert a pdf document to rtf or doc using java?

Vladimir Ivanov
  • 42,730
  • 18
  • 77
  • 103
Madalina
  • 1,297
  • 6
  • 15
  • 25
  • [A similar question](http://stackoverflow.com/questions/1128733/convert-pdf-to-rtf-in-java) has been asked previously – Sebastian Zaklada Mar 11 '11 at 09:43
  • See this thread: [Convert PDF to Word in Java](http://stackoverflow.com/questions/4090154/convert-pdf-to-word-in-java) – HamoriZ Mar 11 '11 at 09:45

1 Answers1

0

Yes, it is. You can use free Jasper Reports library or shareware Aspose products.

Vladimir Ivanov
  • 42,730
  • 18
  • 77
  • 103
  • Could you please explain a little more detailed how can I use Jasper Reports for a conversion operation? – Madalina Mar 11 '11 at 10:15
  • You can use this library to read pdf file in some data structure in memory and then using the same library to create a rtf file from this data structure. – Vladimir Ivanov Mar 11 '11 at 10:18