Re: accesing pages (or ranges of pages) via Reportlab

2005-04-18 Thread Larry Bates
ReportLab doesn't support this in the free version but they sell an add-on called PageCatcher that has this feature. I've used it on a couple of projects and it works EXTREMELY well. -Larry Rajarshi Guha wrote: > Hi, I've been using pdflatex to dump ranges of pages from a PDF file via > Python.

Re: accesing pages (or ranges of pages) via Reportlab

2005-04-18 Thread Peter Hansen
Rajarshi Guha wrote: Hi, I've been using pdflatex to dump ranges of pages from a PDF file via Python. However, I was looking at the Reportlab toolkit and was wondering if this operation would be possible using this toolkit as well. Admittedly, I have'nt read the documentation in detail, but I was w