SaaS conversion via API key. Vendor-managed, no local install. Paid (free tier exists for low volume).
-
Sign up at convertapi.com and grab your API secret.
-
Set the env var:
export CONVERTAPI_SECRET=your_secret_here -
Confirm the doctor picks it up:
docx2pdf --doctor
docx2pdf --backend convertapi contract.docx contract.pdfFor network-flaky environments:
docx2pdf --backend convertapi --retries 3 contract.docx contract.pdfDocuments are uploaded to ConvertAPI's servers. Read their data-handling policy before using on confidential material; for documents that must not leave your network, use libreoffice.md or gotenberg.md.