Skip to content

This tool allows you to merge PDF files through a graphical user interface (GUI) or a command-line interface (CLI) on Windows, Linux, and Mac.

Notifications You must be signed in to change notification settings

anonfaded/pdf-merger

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PDF Merger Tool

This tool allows you to merge PDF files through a graphical user interface (GUI) or a command-line interface (CLI) on Windows, Linux, and Mac.

GitHub all releases


📱 Screenshots


Windows / Mac / Linux GUI version


CLI version

More Screenshots

⬇️ Download

Download the scripts directly from our releases page.

Requirements

  • PyPDF2: Python library for PDF manipulation.

Features

  • Merge PDF files with ease.
  • Supports various platforms.
  • Simple and intuitive user interface.

Usage

Windows (GUI)

  • pdf-merger_WINDOWS.exe: This standalone executable file for Windows allows you to merge PDF files with a simple double-click. Download the executable from the releases section.

Linux and Mac (GUI)

  • pdf-merger_GUI.py: This Python script with a graphical user interface is compatible with Linux and Mac. Follow these instructions to run it:
  1. Open terminal and install required module:

    pip install pypdf2
  2. Clone the repository:

    git clone https://github.com/anonfaded/pdf-merger.git
  3. Navigate to the project directory:

    cd pdf-merger
  4. Run the script:

    python3 pdf-merger_GUI.py

Linux, Mac, and Windows (CLI)

  • pdf-merger_CLI.py: This Python script with a command-line interface (CLI) is compatible with Linux, Mac, and Windows. Follow the same instructions as above, but to run the CLI version, use the following command:

    python3 pdf-merger_CLI.py

About

This tool allows you to merge PDF files through a graphical user interface (GUI) or a command-line interface (CLI) on Windows, Linux, and Mac.

Topics

Resources

Stars

Watchers

Forks

Languages