[iText-questions] Rotating An Ellipse Annotation

2014-08-21 Thread dant
I’m trying to create a PdfAnnotation of a “tilted” ellipse, i.e., one whose axes are not horizontal/vertical. If I do this: *PdfAnnotation ovalAnno = PdfAnnotation.createSquareCircle(writer, new Rectangle(200f, 50f, 275f, 75f), "some comment", false); ovalAnno(PdfName.ROTATE, PdfNumber(30));* then

[iText-questions] Polyline Vertices Specification

2014-08-21 Thread dant
Please forgive my obtuseness, but I’m trying to create a PdfAnnotation consisting of, for a simple example, an X pattern which I assume would be a SUBTYPE of POLYLINE (one or more discontiguous line segments?). If so then I think I’m providing the vertices incorrectly.If I specify vertices like thi