Quoting R�mi Guilbert <[EMAIL PROTECTED]>:

> Hi, I need to merge some pdf files.  The pdf files, that I want to merge,
> have different sizes (LETTER, LEGAL, BIGGER THAN LEGAL).  After merging
> these pdf files, I want that my final pdf file contains only LEGAL page
> size.
> I use com.lowagie.tools.concat_pdf but I need to be able to fit page inside
> LEGAL page size.

I don't see what more we can answer than the answers we already gave.
http://article.gmane.org/gmane.comp.java.lib.itext.general/8632
http://article.gmane.org/gmane.comp.java.lib.itext.general/8554

You can create a Document with size LEGAL as described in Chapter 1
of the tutorial. You can create PdfImportedPage-object from existing
documents as described in Chapter 13 from the tutorial. You can
resize those pages to any format you want as described in Chapter 10
of the tutorial.

br,
Bruno


-------------------------------------------------------
The SF.Net email is sponsored by EclipseCon 2004
Premiere Conference on Open Tools Development and Integration
See the breadth of Eclipse activity. February 3-5 in Anaheim, CA.
http://www.eclipsecon.org/osdn
_______________________________________________
iText-questions mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/itext-questions

Reply via email to