Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback

Gotenberg Deno Client

This is a WIP client implementation until version 1.0 api breaking changes can happen!

Basic example:

import { execurtor, office } from 'path/to/liv/mod.ts'

const gotenberg = executor("http://gotenberg:3000")

gotenberg(
  office([] as any[], {
    landscape: true,
  })
);