gotenberg-go-client icon indicating copy to clipboard operation
gotenberg-go-client copied to clipboard

Go client for the Gotenberg API

Results 12 gotenberg-go-client issues
Sort by recently updated
recently updated
newest added

New form field skipNetworkIdleEvent: do not wait for Chromium network to be idle, allowing for faster conversions.

A similar PR may already be submitted! Please search among the [pull requests](../../../pulls) before creating one. Thanks for submitting a pull request! Please provide enough information so that others can...

Why would I receive `failed to generate the result PDF` error? Running gotenberg in docker-compose, and sending pdf generation request from other service like so: ```golang index, err := gotenberg.NewDocumentFromPath(filename,...

sometimes you get: ```failed to generate the result PDF``` in func (c *Client) StoreContext(ctx context.Context, req Request, dest string) error when you shouldn't. I.E when the server is still processing...

Hey, at my company we are in dire need for this SDK to support `v7`. I'm willing to contribute to make support happen, but I don't know where to start....

_Dependabot Preview will be shut down on August 3rd, 2021. In order to keep getting Dependabot updates, please merge this PR and migrate to GitHub-native Dependabot before then._ Dependabot has...

dependencies

Bumps [github.com/stretchr/testify](https://github.com/stretchr/testify) from 1.3.0 to 1.7.0. Release notes Sourced from github.com/stretchr/testify's releases. Minor improvements and bug fixes Minor feature improvements and bug fixes Fixes breaking change with HTTPBodyContains A breaking...

dependencies

Either the `NewXxxRequest()` functions or `Client.Post` should accept a `context.Context` to support the standard Go way of canceling requests.

I am upgrading from the Go client from v6 to v7: I wanted to add a `glob("images/*")` which i would then feed to req.Asset; the filename part of issuing `gotenberg.NewDocumentFromPath`...

`go version go1.13.5 darwin/amd64` following the doc I ran: > go get -u github.com/thecodingmachine/gotenberg-go-client/v7 which produced: ``` package github.com/thecodingmachine/gotenberg-go-client/v7: cannot find package "github.com/thecodingmachine/gotenberg-go-client/v7" in any of: /usr/local/go/src/github.com/thecodingmachine/gotenberg-go-client/v7 (from $GOROOT) /Users/jean-charlespassepont/go/src/github.com/thecodingmachine/gotenberg-go-client/v7...