issues
search
adrg
/
go-wkhtmltopdf
Handcrafted Go bindings for wkhtmltopdf and high-level HTML to PDF conversion interface
https://pkg.go.dev/github.com/adrg/go-wkhtmltopdf
MIT License
249
stars
21
forks
source link
Add converter and object options
#6
Closed
adrg
closed
4 years ago
adrg
commented
4 years ago
Destroy global settings on converter destroy
Separate options from pdf.Converter
Separate options from pdf.Object
Add JSON and YAML marshal support for pdf.ConverterOpts
Add JSON and YAML marshal support for pdf.ObjectOpts
Add pdf.NewConverterWithOpts and pdf.NewConverterOpts
Add pdf.NewObjectWithOpts and pdf.NewObjectOpts
Add HTML document conversion based on JSON input
Add configurable web page to PDF conversion server example
Improve README.md