Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #87798

Good PDF parser/form filler?

From Cem Karan <cfkaran2@gmail.com>
Subject Good PDF parser/form filler?
Date 2015-03-20 19:15 -0400
Newsgroups comp.lang.python
Message-ID <mailman.49.1426893352.10327.python-list@python.org> (permalink)

Show all headers | View raw


Hi all, I'm currently looking for a PDF parser/writer library so I can programmatically fill in some PDF forms.  I've found PDF2 (https://pypi.python.org/pypi/PyPDF2/1.24), and report lab (https://pypi.python.org/pypi/reportlab), and I can see that there are a LOT more PDF frameworks out there on pypi, but I wanted to know what kinds of experiences others have had with them so I can choose a reasonably good one.  Note that I'm not creating brand-new PDF files, but filling in ones I've already gotten.

My requirements:
- Must work with python 3.4
- Must work on OS X (only a real problem for extension classes, etc.)
- Ideally pure python with few dependencies.
- NOT shoveling data out to the internet!  MUST be wholly contained on my machine!

Thanks in advance for any help!

Thanks,
Cem Karan

Back to comp.lang.python | Previous | Next | Find similar | Unroll thread


Thread

Good PDF parser/form filler? Cem Karan <cfkaran2@gmail.com> - 2015-03-20 19:15 -0400

csiph-web