Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

Required fields*

9
  • 3
    have you tested any for performance ? we are looking to improve current conversion times and are exploring other libraries for these performance benefits Commented May 14, 2020 at 11:10
  • 2
    Another wkhtmtopdf based solution that will even work on Azure web services is DinkToPdf fork: github.com/hakanl/DinkToPdf with nuget: nuget.org/packages/Haukcode.DinkToPdf Commented Jul 5, 2020 at 8:39
  • 4
    DinkToPdf is free and works in .net core. nuget.org/packages/DinkToPdf Commented Sep 12, 2020 at 17:46
  • 2
    @FritsJ there are plenty of options from the list ;-) Commented Dec 23, 2020 at 15:13
  • 2
    update this list!! Also, check this solution: github.com/eKoopmans/html2pdf.js#getting-started It got me VERY far down the rabbithole, until .dotnet 6 broke it and I had to start again. Commented May 27, 2022 at 21:00