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 -hfor 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.
Release files for pdftoimg 0.1.1
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| pdftoimg-0.1.1.tar.gz | 2.7 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| pdftoimg-0.1.1-py3-none-any.whl | Python 3 | none | any | Details |
Total release size:6.7 kB
Release files / pdftoimg-0.1.1.tar.gz
| Download URL | pdftoimg-0.1.1.tar.gz |
|---|---|
| Size | 2.7 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
8adc4676582d1388e32980e34ebf47cd400db09769671b762e5f6a38dceca6fa
|
|
BLAKE2b-256 checksum How to use checksums |
f55c4bbd82f8fe98dcab51d2b4c4e7f3dce5c12d547ed89e25cf619dfcf642e2
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is 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
|
Release files / pdftoimg-0.1.1-py3-none-any.whl
| Download URL | pdftoimg-0.1.1-py3-none-any.whl |
|---|---|
| Size | 4.0 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
72fedf171688687e126ad56e0022fc2c72bdeac6326ab1dec5e3fcb5dee4e5e2
|
|
BLAKE2b-256 checksum How to use checksums |
6195850d4b1b7e6728295becd462d88bef25aa78a62925e821a01c6ec90bdd67
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is 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
|