fixing various typos in documentation

This commit is contained in:
Julien Neuhart
2018-12-12 17:44:27 +01:00
parent 6aa3c16646
commit ba7b02d8d4
4 changed files with 8 additions and 18 deletions

View File

@@ -273,7 +273,7 @@ func main() {
c := &gotenberg.Client{Hostname: "http://localhost:3000"}
req, _ := gotenberg.NewHTMLRequest("index.html")
req.SetPaperSize(gotenberg.A4)
req.SetMargins(gotenberg.NormalMargins)
req.SetMargins(gotenberg.NoMargins)
req.SetLandscape(true)
dest := "result.pdf"
c.Store(req, dest)