基于.NET服务器的PDF生成

问题描述:

我想动态生成内容,然后渲染为PDF文件.该处理将在远程托管服务器上进行,因此无法使用虚拟打印机等.有没有推荐适用于.NET库(pref C#)的建议?

I'd like to dynamically generate content and then render to a PDF file. This processing would take place on a remote hosting server so using virtual printers etc is out. Does any have a recommendation for a .NET library (pref C#) that would work?

我知道我可以自己生成一堆PS代码并将其打包,但是在这个阶段,我希望不那么麻烦.

I know that I could generate a bunch of PS code and package it myself but I'd prefer something a little less tricksy at this stage.

谢谢!

使用 SharpPDF .