Converts one or more base64-encoded DOCX files to PDF via LibreOffice and returns the results as base64-encoded PDF strings.
Each item in data must include a documentId (for permission checks) and the base64 docx content.
Returns an array of { documentId, pdf } objects.
Converts one or more base64-encoded DOCX files to PDF via LibreOffice and returns the results as base64-encoded PDF strings. Each item inDocumentation Index
Fetch the complete documentation index at: https://developers.myhero.so/llms.txt
Use this file to discover all available pages before exploring further.
data must include a documentId (for permission checks) and the base64 docx content.
Returns an array of { documentId, pdf } objects.