Convert a DOC file to an image in cURL. This cURL library is designed to convert DOC documents to a wide variety of file formats using REST API.
The API for DOC to Image Conversion allows cURL developers to easily convert DOC to graphics and take advantage of both textual and graphical file formats.
Converting documents from DOC format to graphics is a complex task. All DOC to image format transitions are performed by our cURL SDK, while maintaining the main structural and logical content of the source DOC document.
Our cURL library is a professional solution to convert DOC and graphical files online. This Cloud SDK gives cURL developers powerful functionality and perfect quality image output.
The following cURL example of using the Conversion API will get you started quickly.
curl -v "https://api.aspose.cloud/v4.0/words/online/put/split?format=jpg&zipOutput=True" \
-X PUT \
-H "Content-Type: multipart/form-data" \
-H "Authorization: Bearer ####################" \
-F Document="@Input.doc"
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.