martin.we...@mw-informatik.ch wrote:
> 1. For each statement: prepare a statement document 
> (statement_without_pageNumber.pdf).

Are there any interactive features involved in 
statement_without_pageNumber.pdf?

I mean: does the document has more features when viewed digitally, then 
when printed on paper?

Using PdfCopy will result in a huge file size.
PdfSmartCopy will make sure that the background is reused
(but it will use more memory and CPU).
But if the answer to the above questions is "no",
I'd advice to change the order of the different operations (can you
wait adding the background to statement_without_pageNumber.pdf?) and
use PdfWriter and PdfImportedPage to create the final document.

Of course: if you can't wait to add the background, you'd need
to find a way to make sure it's not added X times instead of only once.

------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
_______________________________________________
iText-questions mailing list
iText-questions@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/itext-questions

Buy the iText book: http://www.1t3xt.com/docs/book.php
Check the site with examples before you ask questions: 
http://www.1t3xt.info/examples/
You can also search the keywords list: http://1t3xt.info/tutorials/keywords/

Reply via email to