.NET server based PDF generation

后端 未结 11 1950
孤街浪徒
孤街浪徒 2020-12-30 10:53

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

11条回答
  •  执念已碎
    2020-12-30 11:18

    If your data is mostly in XML, you could also look at a XSL-FO solution - we're using Alt-Soft's Xml2Pdf with great success. The "server" version is a bit of a misnomer - it's really just a single DLL you need to include in your Winforms, WPF or ASP.NET app - that's all!

    Works like a charm (if you're familiar with XSLT and XSL-FO, or willing to learn it).

    Marc

提交回复
热议问题