Using our powerful cURL API, developers can compress DOCX to optimize content and output file size. Reducing file size occurs by cleaning up unused data and resources. You can also compress images to make the output file size even smaller.
The result of content optimization and compression can be saved in the original DOCX or any available save format – DOCX, DOC, RTF, PDF, HTML and many others.
As mentioned, our cURL SDK allows you to programmatically reduce the size of DOCX. And now you can try our powerful functionality and evaluate how to compress DOCX in cURL with the following example:
curl -v "https://api.aspose.cloud/v4.0/words/online/put/compress" \
-X PUT \
-H "Content-Type: multipart/form-data" \
-H "Authorization: Bearer ####################" \
-F Document="@Input1.docx"
curl -v "https://api.aspose.cloud/v4.0/words/convert?format=docx" \
-X PUT \
-H "Content-Type: multipart/form-data" \
-H "Authorization: Bearer ####################" \
-F Document="@CompressedDoc.docx"
Download and install the curl utility. Please follow these Instructions to quickly get the necessary security credentials and access our REST API.
There are no special requirements for using this tool.
You can perform document compression for other file formats: