I'm working on the task to convert HTML to PDF. Our site is hosted on a Linux Docker container.
I tried many NuGet packages, from last week, but could not find a proper solution.
I tried all these packages:
- Itextsharp
- Select.Htmltopdf
- wkhtmltopdf
- hiqpdf
Can anyone suggest or show an example for a cross platform HTML to PDF conversion library?
Thanks in advance.