PDF Render Service
PDF Render Service
Generate beautiful PDFs from HTML templates using .NET 8, Handlebars and Playwright.
Following are the options to start using:
1. Depoy using Docker Image : Docker Hub, 2. Deploy using artifactsprebuilt build: Download Latest Note: Access the releases - GitHub
What this service does
Convert HTML templates into PDF documents using JSON data.
Perfect for:
• invoices • reports • certificates • statements • agreements
How it works
- Send HTML template
- Send JSON data
- API merges template
- Playwright renders PDF
Quick Start
runcontainer
docker run -p 8080:80 websvcin/pdf-service
Swagger UI: http://localhost:8080/docs
Preview Example
Live template preview: https://websvcin.github.io/pdf-service/assets/invoice-preview.html
Downloads
Latest build: Download ZIP
Docker
docker pull websvcin/pdf-service
All builds: https://websvcin.github.io/pdf-service/releases/
Links
Docker Hub: https://hub.docker.com/r/websvcin/pdf-service
GitHub: https://github.com/websvcin/pdf-service