Pages with transparency, I suppose. Even if it's not the case you can blame 
the printer driver.

Paulo

----- Original Message ----- 
From: <[EMAIL PROTECTED]>
To: <[email protected]>
Sent: Tuesday, May 01, 2007 7:41 PM
Subject: [iText-questions] Using ByteArrayOutputStream in addition 
toPdfImportedPage not working well.


> Hello all,
>     I currently am trying to merge an existing PDF
> document with my ByteArrayOutputStream  into a new
> PDF.
>
> The ByteArrayOutputStream  works well. When I add the
> following:
> PdfReader reader = new PdfReader(srctemplate);
> PdfImportedPage page =
> docWriter.getImportedPage(reader,1);
> cb.addTemplate(page, 3, 38);
>
> It appears fine, but when I try and print, the spooled
> size more than doubles and it takes a long time for
> the document to print.
>
> Any and all thought's would be wlocome.
>
> Thank you,
> B


-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
iText-questions mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/itext-questions
Buy the iText book: http://itext.ugent.be/itext-in-action/

Reply via email to