Re: [iText-questions] Annotating irregular shapes

2008-01-26 Thread Bruno Lowagie
Leonard Rosenthol wrote: > PDF supports this via the "QuadPoints" value in an Annot dictionary - > but I don't believe that iText supports that feature at this time. See http://itext.ugent.be/library/api/com/lowagie/text/pdf/PdfAnnotation.html#createMarkup(com.lowagie.text.pdf.PdfWriter,%20com.l

Re: [iText-questions] Annotating irregular shapes

2008-01-26 Thread Leonard Rosenthol
PDF supports this via the "QuadPoints" value in an Annot dictionary - but I don't believe that iText supports that feature at this time. But we'd love for you to add it ;). Leonard On Jan 25, 2008, at 11:59 AM, Andrew Mickish wrote: > Is there a way to create hotspots in my PDF documents ove

[iText-questions] Annotating irregular shapes

2008-01-25 Thread Andrew Mickish
Is there a way to create hotspots in my PDF documents over irregular shapes like pie chart sections? JFreeChart puts tooltips and hyperlinks over pie chart slices using Java mouse events and HTML imagemaps. The areas can be described as arcs (boundingbox, angle1, angle2) or as imagemap area ta