void pdf_arc
(int pdf document, double x-koor, double y-koor, double radius, double start, double end);The PDF_arc() function draws an arc with center at point (x-koor, y-koor) and radius radius, starting at angle start and ending at angle end.
See also PDF_circle(), PDF_stroke().