wordperfect

read wordperfect files with python?

Hi all, I really need to work with information contained in word perfect 12 files without using WP's sluggish visual interface, but I can't find any detailed documentation about the file format or any python modules for reading/writing the files. I found a post on the web that seems to explain how to convert WP to text, but I didn't und...

How to use C++ lib from python

I would like to know how to use python to make calls to a C++ library called libwpd to read word perfect files and build python objects from them, but I have no experience with C++ or calling C++ functions from python, and I don't understand how to figure out what the output of these library functions would be. So that's really two quest...