Razor2Pdf
Renders APS.NET Core Razor Pages as PDFs using WeasyPrint
Install / Use
/learn @nano-byte/Razor2PdfREADME
Razor2Pdf
Razor2Pdf renders ASP.NET Core Razor Pages as PDFs using WeasyPrint.
Usage
- Ensure that the
weasyprintcommand is in yourPATH. You can:- follow the WeasyPrint installation instructions or
- use our ASP.NET Core Runtime and WeasyPrint Docker image.
- Add a reference to the
NanoByte.Razor2PdfNuGet package to your project. - Add a call to
services.AddRazor2Pdf()in yourConfigureServices()method inStartup.cs.
You can now use dependency injection to get an instance of IPdfRenderer and use it like this:
FileStreamResult result = await pdfRenderer.RenderAsync("path/to/my/view", new MyViewModel(...));
See the sample project for more details.
Building
The source code is in src/, config for building the API documentation is in doc/ and generated build artifacts are placed in artifacts/. The source code does not contain version numbers. Instead the version is determined during CI using GitVersion.
To build run .\build.ps1 or ./build.sh (.NET SDK is automatically downloaded if missing using 0install).
You can use also user Docker Compose to build the library and run the included sample project at http://localhost:8080/:
cd src
docker-compose up
Contributing
We welcome contributions to this project such as bug reports, recommendations and pull requests.
This repository contains an EditorConfig file. Please make sure to use an editor that supports it to ensure consistent code style, file encoding, etc.. For full tooling support for all style and naming conventions consider using JetBrains' ReSharper or Rider products.
Related Skills
node-connect
343.3kDiagnose OpenClaw node connection and pairing failures for Android, iOS, and macOS companion apps
frontend-design
92.1kCreate distinctive, production-grade frontend interfaces with high design quality. Use this skill when the user asks to build web components, pages, or applications. Generates creative, polished code that avoids generic AI aesthetics.
summarize
343.3kSummarize or extract text/transcripts from URLs, podcasts, and local files (great fallback for “transcribe this YouTube/video”).
feishu-doc
343.3k|
