htmlPDF icon indicating copy to clipboard operation
htmlPDF copied to clipboard

doesnt work

Open 3052 opened this issue 1 year ago • 0 comments

if I run this code no file is create, and no error reported

package main

import "github.com/janczer/htmlPDF"

func main() { htmlPDF.Generate("first.html", "style.css", "hello.pdf") }

3052 avatar Aug 27 '24 17:08 3052