开发者

C# PDF Writing: Is there an API that uses the GDI+ naming conversion that creates PDFs?

开发者 https://www.devze.com 2023-01-18 07:55 出处:网络
I have several GDI+ functions/progr开发者_StackOverflowams that are capable of producing vector graphics.Is there an API that uses the GDI+ naming conversion that creates PDFs.So instead of creating a

I have several GDI+ functions/progr开发者_StackOverflowams that are capable of producing vector graphics. Is there an API that uses the GDI+ naming conversion that creates PDFs. So instead of creating a bitmap/canvas (I forget which one) and calling DrawRectangle, I could create a PDF_Canvas or something and call the PDF DrawRectangle?


use

using iTextSharp;

using iTextSharp.text;
using iTextSharp.text.pdf;
0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号