Murugaiyan, Sridevi (Cognizant) wrote:

Thank you so much for the fast response.


Please keep on the mailing-list.

iText can import complete pages and paste these pages
into a new document any way you want to (the complete
page, a clipped page, a scaled page,...).

So you could put 2 existing pages on 1 new page as is
done in the tutorial (the TwoOnOne example):
http://itext.sourceforge.net/tutorial/general/copystamp/index.html#pdfwriter
If for instance, the original pages have an A5 format,
you can put 2 of them on an A4 page.

However, I get the impression that this isn't what you
want. I understand that you have pages with 3 lines
and pages with 30 lines.
For instance, if you concatenate 3 + 30 + 20 + 30 + 30
lines, you only expect 2 pages, one with 80 lines and a
second page with 33 lines. This can't be done with iText.
It is impossible for iText to track where the content begins
and where it ends (this is very difficult in general if you're
dealing with PDF).
In this case, you should concatenate the original content
that was used to produce the separate PDF files.

br,
Bruno


------------------------------------------------------- This SF.Net email is sponsored by: New Crystal Reports XI. Version 11 adds new functionality designed to reduce time involved in creating, integrating, and deploying reporting solutions. Free runtime info, new features, or free trial, at: http://www.businessobjects.com/devxi/728 _______________________________________________ iText-questions mailing list iText-questions@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/itext-questions

Reply via email to