Use a System.Drawing.Printing.PrintDocument to generate a PDF in memory

后端 未结 6 1066
忘了有多久
忘了有多久 2020-12-30 14:47

Does anyone know if the following is possible and if so what the best way of doing it is for free?

I am generating a PrintDocument in a project I am currently workin

6条回答
  •  暖寄归人
    2020-12-30 14:57

    The System.Drawing code for a PrintDocument can be reused to generate a PDF document with ABCpdf .NET. See the System.Drawing example...

提交回复
热议问题