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
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
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
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
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