[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

Re: [iText-questions] Itext 5.4.1 - Metadata Bug?

2014-08-21 Thread iText mailing list
On 8/21/2014 11:12 AM, Abedellatif Hussein wrote: > what can be an alternative for that in the new library? or is there a place > where we can find the alternatives for the obsolete methods and classes? The old iText XMP classes were replaced with classes provided by Adobe. You can find these class

Re: [iText-questions] Itext 5.4.1 - Metadata Bug?

2014-08-21 Thread Abedellatif Hussein
Hello, Thanks for the suggestion, I upgraded to iTextShar v5.5.2.0 and the issue with PDF/A validation is fixed. I encountered many deprecated methods when manually adding xmp, such as AddRdfDescription(), what can be an alternative for that in the new library? or is there a place where we can find

Re: [iText-questions] Itext 5.4.1 - Metadata Bug?

2014-08-21 Thread iText mailing list
On 8/20/2014 8:57 PM, Abedellatif Hussein wrote: > Hello, > I am having the same validation error issue when generating PDF/A files. Did > you have any solution or workaround for it? Have you tried upgrading to 5.5.1? -- S