Using our powerful cURL API, developers can compress HTML 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 HTML 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 HTML. And now you can try our powerful functionality and evaluate how to compress HTML 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.html"
curl -v "https://api.aspose.cloud/v4.0/words/convert?format=html" \
-X PUT \
-H "Content-Type: multipart/form-data" \
-H "Authorization: Bearer ####################" \
-F Document="@CompressedDoc.html"
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: