On Jul 17, 12:47 pm, orehon <[EMAIL PROTECTED]> 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/

-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to