开发者

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

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

上一篇:

下一篇:

精彩评论

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

最新问答

问答排行榜