[Pythonmac-SIG] PDF reading
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 ___ Pythonmac-SIG maillist - Pythonmac-SIG@python.org http://mail.python.org/mailman/listinfo/py
[Pythonmac-SIG] debugging in xcode with gdb?
I'm developing a fairly large project and have run into a crash situation. There's no exception thrown by python; it just drops into GDB. I'm developing under xcode; is there any way to use gdb to give me a hint as to where the problem is occurring? dan