Skip to content

thekaleidoscope/basic_pdf_to_jpeg_converter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

Bulk PDF to JPEG Converter

This project is for quick conversion of large count of PDF of similar name (like invoices) to JPEG.


Usage

Run the shell script with the following syntax:

    ./convert_to_jpeg.sh -d <absolute path to directory with all the PDFs> -f <common prefix of file name>

Both the parameters are right now manditory, if there is no common prefix enter empty string.

Example useage:

./convert_to_jpeg.sh -d ~/feb-invoices/ -f uber

Contribution Quickstart:

This repo requires no additional plugins or add ons and works solely on bash capabilities and sips.

Clone and update the code as seemed fit

Releases

No releases published

Packages

No packages published

Languages