Re: Working with PDFs?

2010-08-24 Thread Tim Arnold
jyoun...@kc.rr.com wrote in message news:mailman.2465.1282591017.1673.python-l...@python.org... jyoung79 at kc.rr.com writes: - Pull out text from each PDF page (to search for specific words) - Combine separate pdf documents into one document - Add bookmarks (with destination settings) PDF

RE: Working with PDFs?

2010-08-23 Thread jyoung79
jyoung79 at kc.rr.com writes: - Pull out text from each PDF page (to search for specific words) - Combine separate pdf documents into one document - Add bookmarks (with destination settings) PDF Shuffler is a Python app which does PDF merging and splitting very well. I don't think it does

Re: Working with PDFs?

2010-08-18 Thread Anssi Saari
jyoun...@kc.rr.com writes: - Pull out text from each PDF page (to search for specific words) - Combine separate pdf documents into one document - Add bookmarks (with destination settings) PDF Shuffler is a Python app which does PDF merging and splitting very well. I don't think it does

Re: Working with PDFs?

2010-08-16 Thread MRAB
jyoun...@kc.rr.com wrote: Just curious if anyone knows if it's possible to work with pdf documents with Python? I'd like to do the following: - Pull out text from each PDF page (to search for specific words) - Combine separate pdf documents into one document - Add bookmarks (with destination

Re: Working with PDFs?

2010-08-15 Thread geremy condra
On Sat, Aug 14, 2010 at 7:58 PM, Terry Reedy tjre...@udel.edu wrote: On 8/14/2010 7:44 PM, jyoun...@kc.rr.com wrote: Just curious if anyone knows if it's possible to work with pdf documents with Python?  I'd like to do the following: search python pdf library reportlab I second the

Working with PDFs?

2010-08-14 Thread jyoung79
Just curious if anyone knows if it's possible to work with pdf documents with Python? I'd like to do the following: - Pull out text from each PDF page (to search for specific words) - Combine separate pdf documents into one document - Add bookmarks (with destination settings) A few programs

Re: Working with PDFs?

2010-08-14 Thread Terry Reedy
On 8/14/2010 7:44 PM, jyoun...@kc.rr.com wrote: Just curious if anyone knows if it's possible to work with pdf documents with Python? I'd like to do the following: search python pdf library reportlab -- Terry Jan Reedy -- http://mail.python.org/mailman/listinfo/python-list