Skip to content

Latest commit

 

History

History
32 lines (25 loc) · 922 Bytes

File metadata and controls

32 lines (25 loc) · 922 Bytes

Params

Properties

Name Type Description Notes
apiKey String API key
template String URL (http or data) of the template file [optional]
locale String The locale ('de', 'en' ...)
currency String The currency ('USD', 'EUR' ...)
timezone String The timezone ('Europe/Berlin', 'GMT+06:00' ...)
format FormatEnum Target format
model Object Model data

Enum: FormatEnum

Name Value
PDF "pdf"
TXT "txt"
ODT "odt"
HTML "html"
DOCX "docx"
PDFZIP "pdfzip"
TXTZIP "txtzip"
ODTZIP "odtzip"
HTMLZIP "htmlzip"
DOCXZIP "docxzip"