Well where did you get AR9 from? The latest version on Adobe's site
takes me to a link for 8.1.3, and the annotation is still visible in
that (I had 8.1.2). Am i missing anything here?

SSD.



On Sun, 2008-12-07 at 11:30 -0500, Sankha Subhra Dey wrote:
> > I don't know. I have to test this in AR 9. I'll be sending an update
> > after a couple of weeks.
> >
> >
> > On Sun, 2008-12-07 at 17:20 +0100, 1T3XT info wrote:
> > > Sankha Subhra Dey wrote:
> > > > Thank you. I do have the book, and I did try this, and it didn't work
> > > > (the annotation is still visible in AR 8), just like this one didn't
> > > > (this was the code I had supplied in my original mail):
> > > >
> > > > ===================================================================
> > > > PdfAnnotation pdfAnnotation =
> > > > PdfAnnotation.createText(stamper.getWriter(), new Rectangle(1, 1, 1,
> > > > 1), "Comment", pattern, false, null);
> > > >
> > > > pdfAnnotation.put(PdfName.F, new
> > > > PdfNumber(PdfAnnotation.FLAGS_NOVIEW |
> > > > PdfAnnotation.FLAGS_INVISIBLE | PdfAnnotation.FLAGS_HIDDEN));
> > > >
> > > > stamper.addAnnotation(pdfAnnotation, 1);
> > > > ===================================================================
> > > >
> > > > That was the whole reason why I wrote the mail.
> > >
> > > I don't understand. I've tested the example I've sent you in AR 9.
> > > It works. I don't have AR 8 anymore, so I can't check if it works
> there.
> > > Are you saying the example works for AR 9 but not for AR 8?
>
>
------------------------------------------------------------------------------
_______________________________________________
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