/images2pdf

Images2PDF converts a set of images into a PDF file

Primary LanguagePythonGNU General Public License v3.0GPL-3.0

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