Search code examples
c#.netpdfprintinghtml2pdf

.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!


Solution

  • I have had good success using SharpPDF.