Hi friends,
       I am reading Pdf Document from local system. Inserting few pages
using Stamper. On those
       pages i need to add a Link Dynamically..!  I have tried many ways.
Finally i came to know its
       not simple which can be directly implemented.

      My Requirement:   How to add a Anchor to a PdfStamper ?

 i can easily normal text to a PdfStamper by using

         PdfContentByte over = stamp.getOverContent(1);

                   over.beginText();
                    over.setFontAndSize(bf, 18);
                    over.setTextMatrix(30, 30);
                    over.showText("This is Some Text..!");
---> //here i want to add an anchor with text ( Click Here)-->on clik it go
to my web site.
                    over.setFontAndSize(bf, 32);
                    over.endText();






Thank you very much,
Ashok Kumar
------------------------------------------------------------------------------
Create and Deploy Rich Internet Apps outside the browser with Adobe(R)AIR(TM)
software. With Adobe AIR, Ajax developers can use existing skills and code to
build responsive, highly engaging applications that combine the power of local
resources and data with the reach of the web. Download the Adobe AIR SDK and
Ajax docs to start building applications today-http://p.sf.net/sfu/adobe-com
_______________________________________________
iText-questions mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/itext-questions

Buy the iText book: http://www.1t3xt.com/docs/book.php

Reply via email to