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


Groups > comp.lang.python > #18055 > unrolled thread

Re: PDF 508 Compliance with Python?

Started byTerry Reedy <tjreedy@udel.edu>
First post2011-12-27 16:29 -0500
Last post2011-12-27 16:29 -0500
Articles 1 — 1 participant

Back to article view | Back to comp.lang.python

This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by below is the oldest one visible, not the original post.


Contents

  Re: PDF 508 Compliance with Python? Terry Reedy <tjreedy@udel.edu> - 2011-12-27 16:29 -0500

#18055 — Re: PDF 508 Compliance with Python?

FromTerry Reedy <tjreedy@udel.edu>
Date2011-12-27 16:29 -0500
SubjectRe: PDF 508 Compliance with Python?
Message-ID<mailman.4153.1325021369.27778.python-list@python.org>
On 12/27/2011 11:35 AM, Yanovsky, Boris, VHACIN wrote:
> Hello,
>
> I am new to Python and I hope my question makes sense. We are trying to
> make PDFs 508 Compliant, meaning that the objects within them have to be
> tagged. The problem is that we have hundreds, and potentially thousands
> of PDFs, since they are automated reports that we create on a regular basis.
>
> Is there a code or feature in Python that can read PDFs and tag the
> objects within them for this kind of compliance?

There are 3rd party python packages that can read and write .pdfs.
Google 'Python pdf library' or just go to
http://pypi.python.org/pypi?%3Aaction=search&term=pdf&submit=search
Make sure you check out the one from ReportLab.
I suspect at least one will do what you want.

-- 
Terry Jan Reedy

[toc] | [standalone]


Back to top | Article view | comp.lang.python


csiph-web