[python-list] pdf read & write

David Boddie david at boddie.org.uk
Fri Jul 27 10:58:53 EDT 2007


On Fri Jul 27 15:35:02 CEST 2007, Hyunchul Kim wrote:

> How can I read a pdf file and add invisible comment?
> I want to make a script which read a pdf file and add tags inside the
> file invisibly. Then, I will make a script for managing tags of given
> pdf files.
> 
> I know "referencer" can manage tags for pdf file but it seems store tag
> information to additional file outside pdf file.
> 
> Any suggestion are welcome.

pyPdf may do some or all of what you are asking for:

  http://pybrary.net/pyPdf/

David



More information about the Python-list mailing list