A simple and powerful CLI tool to convert PDF files into images!
Install using pip:
pip install pdf2img-cli
you can specify password using --password arguemnt
Run with uv:
uv run pdf2img-cli --pdf ./example/pdf.pdf --ouput-dir images
Or call the CLI directly:
pdf2img_cli --pdf ./example/pdf.pdf --ouput-dir images