This repository was archived by the owner on Apr 14, 2024. It is now read-only.

Description
Your issue may already be reported!
Please search on the issue tracker before creating one.
Expected Behavior
Current Behavior
Possible Solution
Steps to Reproduce (for bugs)
1.install client and build successfully
2.use client follow the examples:
func main() {
c := &gotenberg.Client{Hostname: "http://172.16.66.38:3000"}
req := gotenberg.NewURLRequest("https://www.baidu.com")
req.SetMargins(gotenberg.NoMargins)
dest := "result.pdf"
c.Store(req, dest)
}
3.but after run the main.go , there's no feedback ,no result.pdf generate in the directory...
4.
Context
Your Environment
- Version used: go version go1.9.2 windows/amd64
- Operating System and version: windows10 64bit
- Link to your project: