amudha wrote: > Hi, > > I need to remove the entire images in the PDF file and save it. How can I > do this using itext.please help me.
This describes how to replace images: http://itext.ugent.be/library/question.php?id=66 Completely removing images will prove to be very difficult, because there's a reference to the image in the content stream of every page containing the image, and believe me: you don't want to start changing the content stream. So I would suggest that you replace every image with a small, blank image instead of completely removing all the images. br, Bruno ------------------------------------------------------------------------- Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier. Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 _______________________________________________ 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/
