Re: [iText-questions] Annotations in layers

2009-09-06 Thread Leonard Rosenthol
While you may not "win the argument", I have made notes to myself to improve the text for the next version of ISO 32000. So your comments about improvements are DEFINITELY welcome...but, yes, that doesn't change implementation. Leonard On 9/6/09 11:49 PM, "Tony Stevens" wrote: > Leonard Ro

Re: [iText-questions] Annotations in layers

2009-09-06 Thread Tony Stevens
Leonard Rosenthol-3 wrote: > >> According to section 12.5.2 of the PDF specification, this is used to >> determine the visibility of the annotation, and "...If it is determined >> to >> be invisible, the annotation shall be skipped, as if it were not in the >> document." (my emphasis). >> >

Re: [iText-questions] Annotations in layers

2009-09-06 Thread Leonard Rosenthol
On 9/6/09 12:39 AM, "Tony Stevens" wrote: >> That is correct. Remember that it is optional CONTENT - not optional >> ANNOTATIONS! So via OCGs, you can only "turn off" content. If you wish >> to >> also hide the annotation itself - then you need to use JavaScript >> (annot.hide(), I believe)