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

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

    There are several companies who create document format conversion tools. Several of them use printer drivers to "print" the document into the format desired. Look around for tools that can convert from Word documents to PDF. One of these should have the kind of driver you need, and some will offer an API that allows you to control filenames and such.

提交回复
热议问题