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…...following API to convert Word documents to PDF: time curl -s -w "%{http_code}"...-F "Document=@${LOCAL_FILE}" However, when a Word document contains...