JPG2PDF is a Python application designed to convert a collection of image files into a single PDF file. It provides an easy way for users to merge and convert multiple JPEG files into a PDF document.
- Image to PDF Conversion: JPG2PDF allows users to convert multiple JPEG image files into a single PDF document.
- Folder Support: Users can choose a folder containing the JPEG images they want to convert, making the process efficient for handling large collections of images.
To use JPG2PDF, make sure you have the following installed:
- Python (version 3.x)
- pip (Python package installer)
- Clone the JPG2PDF repository from GitHub or download the source code.
- Open a command-line interface and navigate to the project directory.
- Install the required dependencies by running the following command: pip install -r requirements.txt
To use JPG2PDF, follow these steps:
- Open a command-line interface and navigate to the project directory.
- Run the following command to start the application:python jpg2pdf.py
- When prompted, enter the path to the folder containing the JPEG images you want to convert.
- Enter the location and name of the output PDF file you wish to save.
- The application will convert the images into a PDF file, preserving the order specified and save it to the specified location.
After completing these steps, JPG2PDF will successfully convert the JPEG images to a PDF file based on the user's inputs.
JPG2PDF was created to provide users with a simple and efficient way to convert multiple JPEG images into a single PDF document. The application was developed by Halil Çınar and aims to streamline the process of merging image files into a PDF format.