empira / PDFsharp-1.5

A .NET library for processing PDF
MIT License
1.27k stars 588 forks source link

Is it possible to use PDFSharp to create diagrams that PSTricks can generate? #73

Closed sadqiang closed 5 years ago

sadqiang commented 5 years ago

I love creating diagrams with PSTricks (that is a library of PostScript instructions wrapped for TeX users ). I also love C#.

I am a newbie in PDFSharp. My question is

Is it possible to use PDFSharp for drawing diagrams that PSTricks can produce?

Please navigate to this link to know what PSTricks is.

ThomasHoevel commented 5 years ago

Here you can see some of the things PDFsharp can do (don't forget to look at the PDF):
http://www.pdfsharp.net/wiki/Graphics-sample.ashx

Yes, it is possible. Are you volunteering to implement it?

sadqiang commented 5 years ago

Thank you for your response. It is interesting but I have no plan to implement it soon. :-)