fixing GoDoc + some test function names

This commit is contained in:
Julien Neuhart
2018-12-10 20:21:31 +01:00
parent 152db0551d
commit 52c14a79a1
6 changed files with 15 additions and 15 deletions

View File

@@ -17,9 +17,9 @@ For instance, if you want to convert HTML:
},
Options: &gotenberg.HTMLOptions{
HeaderFilePath: "header.html",
FooterFilePath: "footer.html",
PaperSize: gotenberg.A4,
PaperMargins: gotenberg.NormalMargins,
FooterFilePath: "footer.html",
PaperSize: gotenberg.A4,
PaperMargins: gotenberg.NormalMargins,
},
}
dest := "foo.pdf"