Golang-HTML-TO-PDF-Converter
Golang-HTML-TO-PDF-Converter copied to clipboard
Golang HTML to PDF Converter
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,