You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@pdfbox.apache.org by ph...@free.fr on 2015/04/03 18:06:11 UTC

Circle

Hello,

is there a way to draw a circle apart from creating a PDAnnotationSquareCircle?

I can't find any drawArc method in the API.

Cheers,

Philippe

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@pdfbox.apache.org
For additional commands, e-mail: users-help@pdfbox.apache.org


Re: Circle

Posted by Tilman Hausherr <TH...@t-online.de>.
Am 03.04.2015 um 18:06 schrieb phiroc@free.fr:
> Hello,
>
> is there a way to draw a circle apart from creating a PDAnnotationSquareCircle?
>
> I can't find any drawArc method in the API.

There isn't in the PDF spec either. You have to do it with the Bézier 
curve operators.

https://groups.google.com/forum/#!topic/comp.text.pdf/Uuat1cIU5Ss

Tilman

>
> Cheers,
>
> Philippe
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@pdfbox.apache.org
> For additional commands, e-mail: users-help@pdfbox.apache.org
>


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@pdfbox.apache.org
For additional commands, e-mail: users-help@pdfbox.apache.org