DESCRIPTION
This endpoint converts a docx file to a pdf. A binary header including the file to be uploaded is required.
URL STRUCTURE
https://[hostname]/matter/letter/convert-to-pdfMETHOD
POST
HEADERS
**Authorization:** string Base64 [email]:[key]
PARAMETERS
| Name | Type | Description |
|---|---|---|
| document-to-convert | binary | DOCX to convert |
RETURNS
Returns the converted PDF.