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


Groups > comp.lang.python > #87798

Good PDF parser/form filler?

Path csiph.com!usenet.pasdenom.info!news.redatomik.org!newsfeed.xs4all.nl!newsfeed3.news.xs4all.nl!xs4all!newsgate.cistron.nl!newsgate.news.xs4all.nl!post.news.xs4all.nl!not-for-mail
Return-Path <cfkaran2@gmail.com>
X-Original-To python-list@python.org
Delivered-To python-list@mail.python.org
X-Spam-Status OK 0.011
X-Spam-Evidence '*H*': 0.98; '*S*': 0.00; 'url:pypi': 0.03; 'ideally': 0.04; 'classes,': 0.05; 'subject:form': 0.07; 'advance': 0.07; 'python': 0.11; 'brand-new': 0.16; 'reasonably': 0.16; 'subject:parser': 0.16; 'thanks,': 0.17; 'library': 0.18; 'all,': 0.19; 'to:name:python-list@python.org': 0.22; 'creating': 0.23; 'forms.': 0.24; 'frameworks': 0.24; "i've": 0.25; 'extension': 0.26; 'help!': 0.26; 'subject:/': 0.26; 'experiences': 0.30; "i'm": 0.30; 'url:python': 0.33; 'lab': 0.33; 'problem': 0.35; 'etc.)': 0.35; 'but': 0.35; 'received:google.com': 0.35; 'there': 0.35; 'charset:us-ascii': 0.36; 'thanks': 0.36; 'subject:?': 0.36; 'url:org': 0.36; 'message-id:@gmail.com': 0.38; 'to:addr:python-list': 0.38; 'pdf': 0.39; 'to:addr:python.org': 0.39; 'header:Message-Id:1': 0.63; 'real': 0.63; 'choose': 0.64; 'more': 0.64; 'filling': 0.78; '3.4': 0.84; 'machine!': 0.84; 'subject:Good': 0.91
DKIM-Signature v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:content-type:content-transfer-encoding:subject:message-id:date :to:mime-version; bh=Mx4bDkJKCAozmreeWnK0ruBZmeTrILGFxCnuhFwwHWw=; b=ezQWCmZEsIiHiXsZOZ5f/jzt5iZdJMNGYX+XryoF3ZtkLz3i24c3vUNddskDqK3YTi zerps4BPAMCijdpRGWoU2e98LqL0ZKb6QBkNlkXv6e/qwoh6u22xREjJMuK6TZi0/77u Oq7gOVA/RInuf+x8g/OGb6BJbBxVa8xfwRbT5T0A6g91aK9WPSO/Jc85nZCdMaPBYK51 dbLIE8+1JY1SZ3EwX8Kjt0YZxlE9Sc8p4sQ4ryE/aPzeGqILUkoOYfYig8dGGSt/T6bb 7I9H2m3Ch67ToCO53l8G0/OLSebYTSZMFD+9bKcVkvmK8o3K7a3EsoK7cZwcccCKjD5u Ee0g==
X-Received by 10.52.52.136 with SMTP id t8mr87239341vdo.49.1426893344678; Fri, 20 Mar 2015 16:15:44 -0700 (PDT)
From Cem Karan <cfkaran2@gmail.com>
Content-Type text/plain; charset=us-ascii
Content-Transfer-Encoding quoted-printable
Subject Good PDF parser/form filler?
Date Fri, 20 Mar 2015 19:15:42 -0400
To "python-list@python.org" <python-list@python.org>
Mime-Version 1.0 (Mac OS X Mail 6.6 \(1510\))
X-Mailer Apple Mail (2.1510)
X-BeenThere python-list@python.org
X-Mailman-Version 2.1.19
Precedence list
List-Id General discussion list for the Python programming language <python-list.python.org>
List-Unsubscribe <https://mail.python.org/mailman/options/python-list>, <mailto:python-list-request@python.org?subject=unsubscribe>
List-Archive <http://mail.python.org/pipermail/python-list/>
List-Post <mailto:python-list@python.org>
List-Help <mailto:python-list-request@python.org?subject=help>
List-Subscribe <https://mail.python.org/mailman/listinfo/python-list>, <mailto:python-list-request@python.org?subject=subscribe>
Newsgroups comp.lang.python
Message-ID <mailman.49.1426893352.10327.python-list@python.org> (permalink)
Lines 20
NNTP-Posting-Host 2001:888:2000:d::a6
X-Trace 1426893352 news.xs4all.nl 2878 [2001:888:2000:d::a6]:36717
X-Complaints-To abuse@xs4all.nl
Xref csiph.com comp.lang.python:87798

Show key headers only | 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