Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 1.13 KB

README.md

File metadata and controls

15 lines (10 loc) · 1.13 KB

go-weasyprint

Go Reference Build Status Go Report Card Latest release

Golang port of Weasyprint python Html to Pdf library.

This project is still in alpha state; you should try it carefully before using it in production.

Outline

This package converts an HTML document (with its associated CSS files) to a PDF file. The heavy lifting is actually delegated to webrender, but this package implements a backend for PDF files, relying on benoitkugler/pdf.