-------------- Original message ---------------------- From: "Eng. Amgad Hanafy" <[EMAIL PROTECTED]> > > Hello, > > I'm facing a problem that i nedd to add a large images into a pdf page > > when i add the page i got it cropped into one page > > is there a way to split the large image into multiple pdf pages ?
Yes. Create a single-page PDF with the image embedded, and then tile the single-page PDF into multiple PDF pages. You can find an example of a Java-Swing-iText program caled ScaleAndTile that uses the iText library at the following location: http://www.rcgroups.com/forums/showthread.php?t=779667 If you have the book, you should be able to easily identify the examples that served as inspirations for parts of ScaleAndTile. Best regards, Bill Segraves ------------------------------------------------------------------------- This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2008. http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ _______________________________________________ iText-questions mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/itext-questions Buy the iText book: http://itext.ugent.be/itext-in-action/
