package
2.0.0-20250217040219-9c7962d519d4
Repository: https://github.com/dev4mobile/mupdf.git
Documentation: pkg.go.dev

# Packages

No description provided by the author

# Functions

ConvertPath uses the docconv Client to convert the local file found at path.
New creates a new docconv client for interacting with a docconv HTTP server.
WithEndpoint set the endpoint on a Client.
WithHTTPClient sets the *http.Client used for all underlying calls.
WithProtocol sets the protocol used in HTTP requests.

# Constants

DefaultEndpoint is the default endpoint address (host:port) for docconv HTTP servers.
DefaultProtocol is the default protocol used to construct paths when making docconv requests.

# Variables

DefaultHTTPClient is the default HTTP client used to make requests to docconv HTTP servers.

# Structs

Client is a docconv HTTP client.
Response is from docconv.Response copied here to avoid dependency on the docconv package.

# Type aliases

Opt is an option used in New to create Clients.