Re: Add watermark to PDF

2010-06-02 Thread Bill Tillman
Date: Tue, 1 Jun 2010 19:36:02 +0200 From: "C. P. Ghost" Subject: Re: Add watermark to PDF To: John Almberg Cc: freebsd-questions@freebsd.org Message-ID:     Content-Type: text/plain; charset=ISO-8859-1 On Tue, Jun 1, 2010 at 4:15 PM, John Almberg wrote: > So basically this scri

Re: Add watermark to PDF

2010-06-02 Thread John Almberg
Thanks CP, Nathan, & Kevin. You've given me some good places to start looking. -- John C. P. Ghost wrote: On Tue, Jun 1, 2010 at 4:15 PM, John Almberg wrote: So basically this script would have to read in the PDF and (ideally) a plain text file, and output a PDF with the plain text merg

Re: Add watermark to PDF

2010-06-01 Thread C. P. Ghost
On Tue, Jun 1, 2010 at 4:15 PM, John Almberg wrote: > So basically this script would have to read in the PDF and (ideally) a plain > text file, and output a PDF with the plain text merged into the PDF as a > footer. Maybe this will help? http://www.reportlab.com/software/opensource/rl-toolkit/

Re: Add watermark to PDF

2010-06-01 Thread Nathan Vidican
On Tue, Jun 1, 2010 at 10:15 AM, John Almberg wrote: > I've just spent a couple hours googling for an answer to this question > without success... This is probably a bit off topic, but this list seems to > be able to come up with answers to questions that stump other lists, so... > > I would like

Re: Add watermark to PDF

2010-06-01 Thread Kevin Wilcox
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 1 June 2010 10:15, John Almberg wrote: > I would like to add a customized footer (a stamp or watermark) to an > existing PDF, like the guys at Pragmatic Programmers do with their PDFs. I used to do something similar using the fpdf/pdftk toolkits.

Add watermark to PDF

2010-06-01 Thread John Almberg
I've just spent a couple hours googling for an answer to this question without success... This is probably a bit off topic, but this list seems to be able to come up with answers to questions that stump other lists, so... I would like to add a customized footer (a stamp or watermark) to an ex