473,909 Members | 6,009 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

PDF2ODT

Hello,
I need to convert PDF to ODT or PDF to DOC using python!

I was taking a look at
http://www.kde-apps.org/content/show...8580e29ff8bdd9
and this project is outdated.

So any idea?

Thank you!

Jul 17 '07 #1
1 6307
On Jul 17, 12:47 pm, orehon <lucascarva...@ gmail.comwrote:
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?conten t=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/

Jul 20 '07 #2

This thread has been closed and replies have been disabled. Please start a new discussion.

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.