
Security News
Open Source CAI Framework Handles Pen Testing Tasks up to 3,600Ć Faster Than Humans
CAI is a new open source AI framework that automates penetration testing tasks like scanning and exploitation up to 3,600Ć faster than humans.
cloudconvert-cli
Advanced tools
This CLI for the CloudConvert API v2 allows easy and fast conversions of files using the terminal.
As this CLI is based on the cloudconvert-node module, node.js is required.
npm install -g cloudconvert-cli
And set your CloudConvert API v2 Key as enviroment variable:
export CLOUDCONVERT_API_KEY=your_key
To convert input.pdf to jpg:
$ cloudconvert convert -f jpg input.pdf
ā Done!
Batch processing is supported:
$ cloudconvert convert -f jpg file1.pdf file2.pdf file3.pdf
$ cloudconvert convert -f jpg folder/*.*
You can set conversion specific parameters using the -p
argument. For example, if you would like to get the first page of a PDF resized to the width of 250:
$ cloudconvert convert -f jpg -p.pages=1-1 -p.width=250 input.pdf
The best way to find out the possible parameters and values is using the Job Builder.
$ cloudconvert optimize input.pdf
ā Done!
ā¹ Task `process`: File size reduced by 12%
$ cloudconvert merge file1.pdf file2.pdf
$ cloudconvert capture-website -f pdf https://www.google.com
$ cloudconvert thumbnail -f png file1.pdf
$ cloudconvert --help
cloudconvert <command>
Commands:
cloudconvert convert <files..> Convert files to an output format
cloudconvert optimize <files..> Optimize and compress files
cloudconvert merge <files..> Merge files to a single PDF
cloudconvert capture-website <url> Capture a website as PDF, PNG or JPG
cloudconvert thumbnail <files..> Create thumbnails
Options:
--version Show version number [boolean]
--apikey Set the API key. You can get your API key here:
https://cloudconvert.com/dashboard/api/v2/keys
[string] [required] [default: CLOUDCONVERT_API_KEY enviroment variable]
--sandbox Use the CloudConvert Sandbox API [boolean] [default: false]
--outputdir Set the directory for storing the output files. defaults to
the working directory [string]
--parameter, -p Send custom parameters with the task payload. Use the dot
notation, for example: -p.engine=office
--help Show help [boolean]
FAQs
Command Line Interface for the CloudConvert API v2
The npm package cloudconvert-cli receives a total of 2 weekly downloads. As such, cloudconvert-cli popularity was classified as not popular.
We found that cloudconvert-cli demonstrated a not healthy version release cadence and project activity because the last version was released a year ago.Ā It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
CAI is a new open source AI framework that automates penetration testing tasks like scanning and exploitation up to 3,600Ć faster than humans.
Security News
Deno 2.4 brings back bundling, improves dependency updates and telemetry, and makes the runtime more practical for real-world JavaScript projects.
Security News
CVEForecast.org uses machine learning to project a record-breaking surge in vulnerability disclosures in 2025.