Merging pdf documents with Python

Cameron Laird claird at lairds.us
Thu Aug 19 19:08:08 EDT 2004


In article <87hdqzt0sg.fsf at pobox.com>, John J. Lee <jjl at pobox.com> wrote:
><brianc at temple.edu> writes:
>[...]
>> >From: "Daryl Middleton" <dmidd at chartermi.net>  
>[...]
>> >Can python be used to merge pdf documents into a single pdf
>> file so that I
>[...]
>> http://www.reportlab.org/
>[...]
>
>www.reportlab.org is ReportLab's open source site.
>
>The part of ReportLab's software that lets you concatenate, and
>otherwise process, pre-existing PDF files (rather than making new PDF
>files) is called PageCatcher.  PageCatcher is not open source
>software.
>
>
>John

I write in Python.  I like ReportLab.  HOWEVER, when I concatenate
PDFs, I use pdcat.  See <URL:
http://phaseit.net/claird/comp.text.pdf/PDF_converters.html#concatenators >
for details.



More information about the Python-list mailing list