Re: [iText-questions] Problem changing appearance of PdfAnnotation

2008-10-05 Thread Leonard Rosenthol
You're not forgetting anything. The PDF conforming reader, as per ISO 32000, is allowed to change the appearance of an annotation when writing out changes (open/close is a change). There is no way to preserve your appearance change through an editing session, short of a plugin to the viewe

[iText-questions] Problem changing appearance of PdfAnnotation (popup)

2008-10-05 Thread BorisTheCat
I have added a popup annotation to a PDF and I am trying to change the appearance of it using a bitmap image. My bit map image does appear but it seems to change the position of annotation. Below is a code snippet of how I am changing the appearance along with links to two pdfs.. one that shows

[iText-questions] Problem changing appearance of PdfAnnotation

2008-10-03 Thread BorisTheCat
Take a look at the PDF created by the code below: http://www.nabble.com/file/p19799531/example.pdf example.pdf I've changed the appearance of the annotation and all works well until you double-click on the popup note. You'll notice that the appearance goes back to the default for that annotati