.NET server based PDF generation
问题 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? 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. Thanks! 回答1: I have had good success using SharpPDF. 回答2: Have a look at http://itextsharp.sourceforge.net/. Its open