Pdf -> Doc

jb zorro at chez.com
Tue Oct 28 17:30:40 EST 2003


you can convert the pdf in any format like html or rtf with a 3rd party tool
and then, if you have word on on machine, you can with python use win23com
to do a macro which will open word, open your exported file and save it as a
doc file. then you can batch your filez

you can even write the macro string in python, and execute it on the fly
through word

good luck

jb


"Anand Pillai" <pythonguy at Hotpop.com> a écrit dans le message de
news:84fc4588.0310272223.177e33c4 at posting.google.com...
> Is there any python module which will convert Acrobat
> PDF files to MS Word documents?
>
> I googled for it, but could not find much results apart
> from a pdf2doc plugin which needs the compelte acrobat
> installation to work.
>
> Thanks for any hints.
>
> -Anand Pillai






More information about the Python-list mailing list