How to draw path with aspose pdf?

I have a path data that has array with x,y values

like [[0,1], [1,3] ,[3,4] ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~]

I want to draw non-standard shape (not circle,rectangle…) with the data.

does aspose support it?

this is a link that is like I want to draw on pdf. plz reply sir

https://www.cuteeasydrawings.com/uploads/allimg/200729/1_200729095922_1.jpg

@yeonkyu

You can create the arc shape using Aspose.PDF. For detail and code example, please read the following article.
Add Arc Object to PDF file

how to translate x,y value to single arc value?

I dont want to draw just arc, I wanna draw path data

@yeonkyu

Aspose.PDF does not provide this feature. Could you please share your input data along with expected output PDF? We will then log it for implementation. Thanks for your cooperation.