/Python-GUI-for-img2pdf-converter

convert your images into pdf using img2pdf library

Primary LanguagePython

Image to PDF Converter & PDF Merger GUI

Run this PYQt Application to convert your image files into pdf and Merge single pdf files into One PDF File.

Why do we need this?

The answer is quite straightforward, no one likes to upload their confedential documents into unknown converter sites.

Packages Used:

  • from PyQt5.QtWidgets import *
  • from PyQt5 import *
  • from PyQt5.QtGui import*
  • from PyQt5.QtCore import *
  • import img2pdf
  • import sys
  • import os
  • from pathlib import Path

Application will be released soon.