This page contains various examples of using the Image to Image API in Command Line. The examples are complete and fully functional. Read more about how to convert Image to Image in Command Line.
image2image -user-name "your_username" -api-key "your_apikey" \ -output-format "jpg" \ "/path/to/logo.png" > "logo.jpg"
image2image -user-name "your_username" -api-key "your_apikey" \ -output-format "jpg" \ "https://pdfcrowd.com/static/images/logo.png" > "logo.jpg"