Ric Clarke wrote:
> I guess something along the line of
> http://1t3xt.info/examples/browse/?page=example&id=415 might help me!

OK, I thought you wanted to remove everything outside the crop box.
The example you're referring to is definitely what you need.
You have different options:

1. clip the PdfImportedPage

OR

2. define the crop box (e.g. using PdfWriter.setCropBoxSize())

OR

3. use the method PdfImportedPage.setBoundingBox().

Note that if you use 3, you don't have to change the iTextSharp code
(which is not advised).
-- 
This answer is provided by 1T3XT BVBA
http://www.1t3xt.com/ - http://www.1t3xt.info

------------------------------------------------------------------------------
This SF.Net email is sponsored by the Verizon Developer Community
Take advantage of Verizon's best-in-class app development support
A streamlined, 14 day to market process makes app distribution fast and easy
Join now and get one step closer to millions of Verizon customers
http://p.sf.net/sfu/verizon-dev2dev 
_______________________________________________
iText-questions mailing list
iText-questions@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/itext-questions

Buy the iText book: http://www.1t3xt.com/docs/book.php
Check the site with examples before you ask questions: 
http://www.1t3xt.info/examples/
You can also search the keywords list: http://1t3xt.info/tutorials/keywords/

Reply via email to