PDA

View Full Version : Linkifying a PDF with Python



Paul Miller
October 20th, 2009, 03:30 PM
Does anyone have any example code that opens a PDF file in Python and adds a link to it? I've been reading documentation for python-pypdf and python-reportlab, but I haven't been able to make any sense out of how I can use them to modify an existing PDF file and add some navigational links.

Any help at all would be appreciated.