Currently, we are using the following API to convert Word documents to PDF:
time curl -s -w "%{http_code}" -o "${PDF_OUTPUT}" \
"https://api.aspose.cloud/v4.0/words/convert?Format=pdf" \
-X PUT \
-H "Authorization…...-H "Content-Type: multipart/form-data" \ -F "Document=@${LOCAL_FILE}"...