Skip to main content

Easily convert PDF to Image from command line

Project description

Pdf-To-Image

PyPI version Downloads

Simple Command Line tool to convert PDF to Image. It is a wrapper of pdf2image.

How to Install

pip install pdftoimg

You need to install poppler if you don't have already.

  • For Windows you can install it from here.
  • For MacOS you can install it from here.

How to use

  • Open terminal.
  • Run pdftoimg -h for help.

Usage:

  • pdftoimg -i <pdf_path> -o <output_folder_path> -f <format> -d <dpi> -g <True/False>

Example usage:

  • pdftoimg -i /Users/starkblaze01/Bova/file_name.pdf -o /Users/starkblaze01/output_folder

Definitions:

  • -i for input pdf_file path
  • -o for output_folder path
  • -f for image format(Default: jpeg)
  • -d for dpi(Default: 200)
  • -g for grayscale image(Default: False)

GIF

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

pdftoimg-0.0.4.tar.gz (2.4 kB view hashes)

Uploaded Source

Built Distribution

pdftoimg-0.0.4-py3-none-any.whl (3.7 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page