You have the popup not the text annotation.


From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Bruno Pivano
Sent: Friday, December 02, 2005 11:22 AM
To: [email protected]
Subject: [iText-questions] annotations not printable

Hello,

I have the following problem:

When I try to print the pdf doc, no annotation appears.

Thanks

Bruno

 

          PdfAnnotation annot = PdfAnnotation.createPopup(writer, new Rectangle(200f, 250f, 300f, 350f), "13-JUN-2005", true);

                                 annot.setTitle("AHP Received Date");

                                 annot.setColor(new Color(0x00, 0xFF, 0x00));

                                 annot.setFlags(PdfAnnotation.FLAGS_PRINT );

                                 writer.addAnnotation(annot);

Reply via email to