C
C#•3mo ago
Vignesh Krishnan

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
jcotton42
jcotton42•3mo ago
I think @Nox 🌺 did this?
Nox
Nox•3mo ago
Not winforms.
jcotton42
jcotton42•3mo ago
The Forms part might not be pertinent
Nox
Nox•3mo ago
Well I did it by using a containerized webapp and installing chromium via Playwright
Nox
Nox•3mo ago
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...
Nox
Nox•3mo ago
This might work.