PDF2ODT

Zentrader zentraders at gmail.com
Fri Jul 20 19:30:57 EDT 2007


On Jul 17, 12:47 pm, orehon <lucascarva... at gmail.com> wrote:
> Hello,
>   I need to convert PDF to ODT or  PDF to DOC using python!
>
>   I was taking a look athttp://www.kde-apps.org/content/show.php/show.php?content=18638&vote=...
> and this project is outdated.
>
>   So any idea?
>
> Thank you!

I have heard of this but have not tried it.  Your best bet is to use
an existing program, like OpenOffice, and call it with os.system() or
one of the popen varieties if you want to do more than copy to a new
file.
http://freshmeat.net/projects/unoconv/




More information about the Python-list mailing list