Re: [iText-questions] convert multi-pages TIFF into PDF with matched page size.

2008-01-02 Thread Bruno Lowagie
EricMacau wrote: Would you please to show me a simple example? http://itexttoolbox.svn.sourceforge.net/viewvc/itexttoolbox/main/src/com/lowagie/tools/plugins/Tiff2Pdf.java?revision=110&view=markup Have a look at the execute() method, more specifically: Image img = TiffImage.getTiffImage(ra, 1

[iText-questions] convert multi-pages TIFF into PDF with matched page size.

2008-01-02 Thread EricMacau
Hello, How can I convert a multi-pages TIFF into PDF with correct page size that in TIFF? For example, if the TIFF contains different page size (A4, A3, landscape and portrait), how can I convert them into PDF with matched page size? In the TIFF, page1 is A4 (portrait), page2 is A4(landscape),