Praneet460 / pdfToImage

PdfToImage package will help you convert the PDF files into Images.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PDFTOIMAGE

About

PdfToImage package will help you convert the PDF files into Images.

How to setup?

Run

cd pdfToImage
python setup.py install

This will install the library in the default location.

How to use?

Run

pdfToImage '/path/to/your/pdf-file.pdf' '/path/to/your/convert/images'

Example

Run

  • Example 1
pdfToImage "D:\Office-Project-GitHub\Policy-Declaration\Policy_Dec_Form\database\Policy_Checklist.pdf" "D:\Office-Project-GitHub\Policy-Declaration\Policy_Dec_Form\database"
  • Example 2
pdfToImage "https://d1.awsstatic.com/whitepapers/migrating-magento-to-aws.pdf" "D:\Office-Project-GitHub\Policy-Declaration\Policy_Dec_Form\database"

How to Test locally?

Run

$ virtualenv venv
$ source venv/Scripts/activate
$ pip install -e .

About

PdfToImage package will help you convert the PDF files into Images.


Languages

Language:Python 100.0%