PDF to Image
A shell script to convert PDFs into high quality images
View Demo
·
Report Bug
·
Request Feature
Table of Contents
About The Project
Built With
Getting Started
Since this is a shell script you can either run it with a absolute path, or copy/link it to you PATH
Installation
- Clone the repo
git clone https://github.com/s-waite/pdf-to-img.git
- cd the repo folder and run the script
./pdf-to-img.zsh
- Move the script to your path if you want to be able to run it with 'pdftoimg' from anywhere
mv /.pdf-to-img /usr/local/bin/pdftoimg
Usage
Three flags are provided:
- -c: colorspace, can either be grayscale or color
- -w: width of output in px
- -f: image output filetype, can be png or jpg
Roadmap
- [] Feature 1
- [] Feature 2
- [] Feature 3
- [] Nested Feature
See the open issues for a full list of proposed features (and known issues).
Contributing
Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.
If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
License
Distributed under the MIT License. See LICENSE.txt
for more information.