Martin Weiss wrote:
> Bruno, I guess we have a misunderstanding. I a previous post you remcommended 
> to use PdfWriter instead of PdfCopy for concatenation of pdfs.

I said that in some cases PdfWriter could be better. I don't claim to 
know and understand the complete design of your application.

> PdfWriter does not work for me (see previous post).

So my advise to use document.newPage(); didn't work?
http://article.gmane.org/gmane.comp.java.lib.itext.general/48052
That's strange.

> My experience: I have to use PdfCopy or 
> better PdfSmartCopy for that. Can you confirm that ?

No, I can't: I don't know all the requirements of your assignment.

I can only compare with projects I have done.
One of these projects involved documents with 30,000 pages:
letters that had to printed and put in envelopes automatically,
using a number of different backgrounds based on the addressee.
In that project I've had plenty of troubles with PdfCopy and
more succes with PdfWriter/PdfImportedPage.

But that was ANOTHER project, with OTHER requirements.
If it's YOUR experience that PdfCopy is a better fit for
YOUR requirements, then YOU shouldn't ask ME for confirmation.

I'm not on the pay-roll of your employer, am I?
I'm TRYING to help by sharing my experience, but you mustn't push it.
-- 
This answer is provided by 1T3XT BVBA
http://www.1t3xt.com/ - http://www.1t3xt.info

------------------------------------------------------------------------------
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