mirror of
https://github.com/gotenberg/gotenberg.git
synced 2026-08-16 04:12:16 +01:00
fixing golang client README
This commit is contained in:
@@ -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)
|
||||||
|
|||||||
Reference in New Issue
Block a user