pdfmergetk

GUI application to easily merge PDF files with the power of Python.


Keywords
merge, pdf, gui, tk, desktop, windows, linux, executable, gui-application, pdf-merger, python, tkinter-python
License
CNRI-Python-GPL-Compatible
Install
pip install pdfmergetk==0.1.1

Documentation

PDFMergeTK

GUI application that allows you to merge PDF files quickly, easily, intuitively and with respect for privacy.


Build Executables


Important

  • Windows : The executable EXE is generated using pyinstaller, it is possible that when downloading and/or running this executable, the antivirus you are using detects it as a virus, but it is because it is a false positive, review pyinstaller developer notes. If you have any problems running this program, it should be added to the antivirus exception list and it would be helpful to this project if you report it as false positive to the antivirus company you use.
  • Linux : did not file any reports on virustotal.com.
  • If you have any problems create an issue in the Github Issue section of the project

Note

As a sign of transparency, you can review the code, view the analysis results at virustotal.com and compare the SHA256 hash of the generated executable, available in the download section.

Install

You can install this project in several ways.

From Pypi, install package

$ pip install pdfmergetk

Upon completion of the installation, the following commands will be available:

Command Description
mergepdf start the program.
mergepdfreset in case of an error when trying to open the program, restarts the program's multiple run mechanism (opening the program more than once).
pdfmergetklinks creates shortcuts for the program, on desktop on Windows and in ~/.local/share/applications/ on Linux. With the name PDFMergeTK.

From Github, clone project

$ git clone https://github.com/kurotom/PDFMergeTK.git

$ cd PDFMergeTK

$ poetry shell

$ poetry install

$ python src

Download executable for Linux or Windows