fixing golang client README

This commit is contained in:
Julien Neuhart
2018-12-12 16:44:32 +01:00
parent 5a03e17e00
commit 6aa3c16646

View File

@@ -24,8 +24,8 @@ func main() {
"img.gif", "img.gif",
"style.css", "style.css",
}) })
req.SetPaperSize(A4) req.SetPaperSize(gotenberg.A4)
req.SetMargins(NormalMargins) req.SetMargins(gotenberg.NormalMargins)
req.SetLandscape(false) req.SetLandscape(false)
dest := "foo.pdf" dest := "foo.pdf"
c.Store(req, dest) c.Store(req, dest)