Imgen wrote: > I use iText PdfAnnotation.createLink to add hyper link to an existing > PDF file. Everything went fine except that > there is a think black frame around the link area. I want to remove that > frame, how? I believe this isn't very hard, > it's just I can't figure it out. Does anyone have a clue?
Does annotation.put(PdfName.BORDER, new PdfBorderArray(0, 0, 0)); do the trick? -- This answer is provided by 1T3XT BVBA http://www.1t3xt.com/ - http://www.1t3xt.info ------------------------------------------------------------------------------ This SF.net email is sponsored by: High Quality Requirements in a Collaborative Environment. Download a free trial of Rational Requirements Composer Now! http://p.sf.net/sfu/www-ibm-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
