Jeff Murray wrote: > Is there a way to add or insert a PDF file into an existing PDF file similar > to > the way an image can be added?
Yes. Google for PdfImportedPage. It's an object that can be wrapped in an Image object. > Being able to add a button with a PDF as the icon would work, as well as > replacing the icon of a button in the existing PDF file. Furthermore, adding > a > PDF watermark that is applied over the page contents would work, too, if > possible. All options you are mentioning are possible with iText. Google for replacePushbuttonField or have a look at the comments of this FAQ entry: http://itext.ugent.be/library/question.php?id=31 > I am using ColdFusion in a shared server environment, so I am at the mercy of > the hosting company with regard to iText version. I'm not sure what version I > have available to me. I assume it is an older version... I only use iText to > change text in text fields and add images to existing PDF files. This probably limits your options. But if you can change text in text fields, chances are you will be able to retrieve the position of the fields as in comment 3 of the FAQ page I referred to. Then wrap the PdfImportedPage in an Image and add it at those coordinates. br, Bruno ------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys - and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV _______________________________________________ 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/
