Quoting Ben Galbraith <[EMAIL PROTECTED]>: > I'm new to iText and have what I hope is a simple need. I have two PDF > documents. I wish to copy a region of the first page of the first > document to a region on the second page of the second document. > > Is this possible with iText? How can I do it?
You could add the PdfImportedPage to a PdfTemplate with a size that is smaller than the original page. The PdfTemplate will only show part of the imported page. br, Bruno ------------------------------------------------------- This SF.Net email is sponsored by: INetU Attention Web Developers & Consultants: Become An INetU Hosting Partner. Refer Dedicated Servers. We Manage Them. You Get 10% Monthly Commission! INetU Dedicated Managed Hosting http://www.inetu.net/partner/index.php _______________________________________________ iText-questions mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/itext-questions
