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

Try to use the client ,but no feedback... #3

@systemcia

Description

@systemcia

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:

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions