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

前端 未结 9 915
一整个雨季
一整个雨季 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:33

    The C1Pdf component does this. It has methods that mimic GDI plus (DrawString, DrawImage, etc) and generates PDFs. It does not install or require any printer drivers. Here's a link to the documentation in case you want more detail:

    http://www.componentone.com/newimages/Products/Documentation/WinForms.PDF.pdf

提交回复
热议问题