Run this PYQt Application to convert your image files into pdf and Merge single pdf files into One PDF File.
The answer is quite straightforward, no one likes to upload their confedential documents into unknown converter sites.
- 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.