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