Skip to content

Latest commit

 

History

History
29 lines (18 loc) · 805 Bytes

README.md

File metadata and controls

29 lines (18 loc) · 805 Bytes

Docs

This diroctory contains the documentation, with examples of calling endpoints using cURL. This can be used as a starting point to implement a client.

Root

The root module contains routes that contains information about the microservice.

Root module documentation

Conversion

The conversion module can be used to convert various format into pdf.

Conversion module documentation

Manipulation

The manipulation module is used to perform various manipulation on a pdf document. For example, it can be used to merge multiple pdf document into a single document.

Manipulation module documentation