Generating PDF files from .NET by using standard .NET GDI printing classes

前端 未结 9 966
一整个雨季
一整个雨季 2020-12-30 17:42

I\'m looking for a way to generate PDF files using the standard PrintDocument and Graphics (GDI) classes in .NET. As far as I know, the only way to do that is by printing to

9条回答
  •  爱一瞬间的悲伤
    2020-12-30 18:28

    Amyuni PDF Converter does what you need, it provides a Microsoft certified printer driver that you can fully manipulate using a COM interface or .net assembly, and you can use standard GDI (or Windows.Forms classes) to generate your PDF files (you probably checked on Amyuni PDF Creator, which is a custom API as you stated in your comments to this answer ).

提交回复
热议问题