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

后端 未结 6 1061
忘了有多久
忘了有多久 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 15:12

    You would have to use a 3rd party component in order to generate the PDF. The following article has some links to some such components: Generating PDF Files from .Net

提交回复
热议问题