[reportlab-users] merging canvas
    Tim Roberts 
    timr at probo.com
       
    Fri May 12 12:42:25 EDT 2006
    
    
  
On Fri, 12 May 2006 10:21:34 +0200, Fran?ois <py at topmusic.ch> wrote:
>It's possible to merge 2 canvas make with reportlab, before or after 
>canvas.save() ?
>
>pdf1 = canvas.Canvas("test1.pdf")
>pdf2 = canvas.Canvas("test2.pdf")
>pdf1 += pdf2
>
>or
>
>pdf1.some.atribbute += pdf2.some.atribbute
>
You might investigate the pdftk package, which should be in the toolbox
of every PDF hacker.  It can do this.
-- 
Tim Roberts, timr at probo.com
Providenza & Boekelheide, Inc.
    
    
More information about the reportlab-users
mailing list