|
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
); |
- [iText-questions] annotations not printable Bruno Pivano
- RE: [iText-questions] annotations not printable Paulo Soares
