Converting HTML to PDF in .NET Applications
Hi, can anyone suggest an open-source library that can convert an HTML file to PDF in the .NET framework or .NET core Windows Forms application?
6 Replies
I think @Nox 🌺 did this?
Not winforms.
The Forms part might not be pertinent
Well I did it by using a containerized webapp and installing chromium via Playwright
Stack Overflow
How to programmatically print to PDF file without prompting for fil...
Microsoft Windows 10 comes with a Microsoft Print To PDF printer which can print something to a PDF file. It prompts for the filename to download.
How can I programmatically control this from C...
How can I programmatically control this from C...
This might work.