HTML document to PDF?

后端 未结 6 959
臣服心动
臣服心动 2020-12-29 00:55

I\'ve got an ASP.NET web page that is a dynamically generated report. For business reasons, this exact report needs to be produced as a PDF. What\'s the best way to do this?

6条回答
  •  -上瘾入骨i
    2020-12-29 01:18

    If the report is a grid (probably is), this blog post using iTextSharp may help. iTextSharp is good and the most complete PDF API for C# that I've seen.

提交回复
热议问题