Easily convert PDF to Image from command line
Project description
Pdf-To-Image
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.
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:
To convert single PDF to image by specifying absolute path:
pdftoimg -i /Users/starkblaze01/Bova/file_name.pdf -o /Users/starkblaze01/output_folder
To convert multiple PDFs in a directory to images in the sample folder:
pdftoimg -i /Users/starkblaze01/Bova/input_folder -o /Users/starkblaze01/output_folder
- Note: Using this will convert all the PDFs present in input_folder directory and its sub-directories.
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
Click here to see GIF of sample usage.
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.1.1.tar.gz
(2.7 kB
view details)
Built Distribution
File details
Details for the file pdftoimg-0.1.1.tar.gz
.
File metadata
- Download URL: pdftoimg-0.1.1.tar.gz
- Upload date:
- Size: 2.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.21.0 setuptools/45.1.0 requests-toolbelt/0.9.1 tqdm/4.40.2 CPython/3.7.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 8adc4676582d1388e32980e34ebf47cd400db09769671b762e5f6a38dceca6fa |
|
MD5 | 8befb09d07d140fd1ff3b9f9394e4a47 |
|
BLAKE2b-256 | f55c4bbd82f8fe98dcab51d2b4c4e7f3dce5c12d547ed89e25cf619dfcf642e2 |
File details
Details for the file pdftoimg-0.1.1-py3-none-any.whl
.
File metadata
- Download URL: pdftoimg-0.1.1-py3-none-any.whl
- Upload date:
- Size: 4.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.21.0 setuptools/45.1.0 requests-toolbelt/0.9.1 tqdm/4.40.2 CPython/3.7.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 72fedf171688687e126ad56e0022fc2c72bdeac6326ab1dec5e3fcb5dee4e5e2 |
|
MD5 | 942e8fb8439638f2bb57576d2d366f4a |
|
BLAKE2b-256 | 6195850d4b1b7e6728295becd462d88bef25aa78a62925e821a01c6ec90bdd67 |