Is there any module available for this? I tried searching on Google but didn't find. Let me know if there exists any.
Asked
Active
Viewed 1,430 times
-1
-
LibreOffice Draw is able to open PDF as aligned containers of text, you can embed these in a Writer document and export to the target format. This works in a manual process. [perluno](http://perluno.cvs.sourceforge.net/viewvc/perluno/?view=tar) might be able to automate that, I haven't tested it. – daxim Dec 21 '11 at 12:44
2 Answers
0
Which operating system?
If it's Windows, then (not nice) Win32::OLE could in theory automate this via a tool of some form, there are several available if you Google for "pdf to word converter".

Rich Parker
- 172
- 5
0
You could opt for First read pdf with CAM::PDF
Then write as a word file with Word::Writer

Chankey Pathak
- 21,187
- 12
- 85
- 133

martyw
- 61
- 2
-
2[CAM::PDF works just fine anywhere, you know?](http://matrix.cpantesters.org/?dist=CAM-PDF) – daxim Dec 21 '11 at 14:41