[reportlab-users] PDF In Report
Dirk Holtwick
dirk.holtwick at gmail.com
Tue Jul 29 10:45:35 EDT 2008
Hi,
you may use PyPdf <http://pybrary.net/pyPdf/> to manipulate an existing
Report. If you use Pisa <http://www.htmltopdf.org/> for generating your
reports using HTML or XML it will offer an integrated solution that uses
PyPdf to do that for you.
There are also a lot of other tools like based on Java "iText" Library
like pdftk <http://www.accesspdf.com/pdftk/> that do similar things.
Cheers
Dirk
Michael Hearne schrieb:
> You need to buy a license of PageCatcher from ReportLab - it allows you
> to import PDF's. As far as I could tell, there was no other way to
> bring in vector images to the open source ReportLab software. I tried
> for a while to use PyX, which allows you to embed postscript images in a
> larger document, but it was a lot of work, and I finally gave up and
> decided to pay for the extra functionality.
>
> --Mike
>
> General Information wrote:
>> Is there a way to import a PDF as an image in the report? Anyone have
>> code samples?
>> _______________________________________________
>> reportlab-users mailing list
>> reportlab-users at reportlab.com
>> http://two.pairlist.net/mailman/listinfo/reportlab-users
>
More information about the reportlab-users
mailing list