Add NetPdf to PDF section#1470
Open
raroche wants to merge 1 commit into
Open
Conversation
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
There was a problem hiding this comment.
Pull request overview
Adds a new entry for NetPdf to the repository’s PDF section in README.md, expanding the list of PDF-related .NET libraries.
Changes:
- Added a
NetPdfbullet under the PDF section with a project link and description.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
| * [Kevsoft.PDFtk](https://github.com/kevbite/Kevsoft.PDFtk) - A wrapper to drive the awesome pdftk binary, which can fill PDF forms, get field information, concatenate multiple documents or pages, split documents, add or replace stamps, and can attach files to or download files from pages. | ||
| * [IronPDF](https://ironpdf.com/) - High-performance C# PDF library with compatibility for various .NET versions, HTML to PDF conversion, content page conversion, file format support (e.g., DOCX, RTF, MD), responsive layouts, and robust PDF capabilities features ranging from compability, generating PDFs, formatting PDFs, and editing PDFs. **[$]** **[Free trial available]** | ||
| * [Syncfusion .NET PDF Framework](https://www.syncfusion.com/document-processing/pdf-framework/net) - A high-performance .NET PDF framework with no Adobe dependencies. Create, read, and edit PDF files seamlessly. Utilize PDF viewer controls for easy viewing, reviewing, and printing. Effortlessly convert HTML, Word, Excel, PowerPoint files, and images to PDF with powerful conversion APIs. **[$]** **[[Free for Individuals and Small Businesses](https://www.syncfusion.com/products/communitylicense)]** | ||
| * [NetPdf](https://github.com/raroche/NetPdf) - A fully open-source (Apache-2.0), pure-C# HTML/CSS-to-PDF engine for print and paged media — the only one of its kind with no browser, Chromium, or native rendering engine behind it. AOT-compatible, deterministic (identical input yields byte-identical PDFs), fast, lightweight, and built for a simple developer experience. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
New entry
Adds NetPdf to the PDF section.
What it is
NetPdf is a pure-C# HTML/CSS-to-PDF rendering engine built for print and paged media. Unlike most .NET HTML-to-PDF options, it is not a wrapper around a browser, Chromium, or wkhtmltopdf — layout, pagination, text shaping, and PDF writing are all implemented in managed code, so there is no native rendering engine to install and no process spawned at render time. It is AOT-compatible and deterministic (the same input produces byte-identical PDFs).
Why add it
It fills a gap in the list: a fully open-source, browserless, pure-managed HTML/CSS print engine. All existing HTML-to-PDF entries here are either commercial or wrap a native/browser engine.
Quality standards
🤖 Generated with Claude Code