Even though i am using PdfAnnotation.FLAGS_PRINT, the annotation does not
appear on the printout even though it does appear in the PDF.

Here's the code snippet:
   PdfAnnotation popup = PdfAnnotation.createText(writer, getRectangle(),
null, 
                                                   text.getText(), false,
"TextNote");
        popup.setFlags(PdfAnnotation.FLAGS_PRINT);
        writer.addAnnotation(popup);



-- 
View this message in context: 
http://www.nabble.com/Annotation-does-not-print-tp19272148p19272148.html
Sent from the iText - General mailing list archive at Nabble.com.


-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
iText-questions mailing list
iText-questions@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/itext-questions

Buy the iText book: http://www.1t3xt.com/docs/book.php

Reply via email to