Golang-HTML-TO-PDF-Converter icon indicating copy to clipboard operation
Golang-HTML-TO-PDF-Converter copied to clipboard

Golang HTML to PDF Converter

Results 4 Golang-HTML-TO-PDF-Converter issues
Sort by recently updated
recently updated
newest added

I run: go run main.go //generate pdf function func (r *RequestPdf) GeneratePDF(pdfPath string) (bool, error) { t := time.Now().Unix() // write whole the body if _, err := os.Stat("cloneTemplate/"); os.IsNotExist(err)...

wkhtmltopdf has been archived. Do you have any plans on getting around that or would you recommend a different library?

Hi, there thank you for this great lib. just one question about CSP, Content Security Policy (CSP) , does it support csp in html head as ? e.g,