Re: [Pythonmac-SIG] PDF reading

2009-01-25 Thread DavidW
It's a while since I did any text to PDF extraction. Last time I did, I used some tools that are part of http://www.hforge.org/itools Which, I seem to remember, also does elementary decryption. David. On 26/01/2009, at 7:02 AM, Bill Janssen wrote: Paul Brown wrote: anyone have any pointe

Re: [Pythonmac-SIG] PDF reading

2009-01-25 Thread Bill Janssen
Paul Brown wrote: > anyone have any pointers on reading a pdf file. > > i need to extract the text content , page number , text style , block > , ... all in XML if poss > > Paul Hi, Paul. I use a patched version of xpdf to get this stuff, which works pretty well. Extracts the text and word

[Pythonmac-SIG] Multiple version of the same module

2009-01-25 Thread Pierre-Alain Dorange
How to manage a module with several versions on MacOS X ? My modules are installed in : "/Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/site-pa ckages/" But for some modules i need several version (stable 1.8.1 and test 1.9.0 for example : for pygame here). I've installed the st