harshanas / images2pdf

Images2PDF converts a set of images into a PDF file

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Images2PDF

Images2PDF combines a set of images into a single PDF file

๐Ÿ‘€ Requirements

  • Python 3+
  • Pip

๐Ÿท Installation

  1. Clone the Git Repo git clone https://github.com/harshanas/images2pdf.git
  2. Install the Required Dependencies pip install -r requirements.txt

๐Ÿ”Œ Prerequisites

  • Add all the images that you need to combine into a single PDF to a folder

๐Ÿ”จ Usage

  • Use the following syntax images2pdf.py <IMAGES_FOLDER_NAME> <OUTPUT_PDF_FILE_NAME>

    Example: images2pdf.py imgs/ result.pdf

About

Images2PDF converts a set of images into a PDF file

License:GNU General Public License v3.0


Languages

Language:Python 100.0%