https://github.com/anonfaded/pdf-merger
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.
https://github.com/anonfaded/pdf-merger
pdf-document-processor pypdf2 python
Last synced: 9 months ago
JSON representation
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.
- Host: GitHub
- URL: https://github.com/anonfaded/pdf-merger
- Owner: anonfaded
- Created: 2024-04-14T14:29:56.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-04-20T18:50:48.000Z (over 1 year ago)
- Last Synced: 2025-02-05T13:31:04.833Z (11 months ago)
- Topics: pdf-document-processor, pypdf2, python
- Language: Python
- Homepage:
- Size: 5.34 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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.**
[](https://github.com/anonfaded/pdf-merger/releases/)
---
## 📱 Screenshots
Windows / Mac / Linux GUI version
CLI version
More Screenshots
## ⬇️ Download
Download the scripts directly from our [releases page](https://github.com/anonfaded/pdf-merger/releases/).
## 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:
```bash
pip install pypdf2
```
2. Clone the repository:
```bash
git clone https://github.com/anonfaded/pdf-merger.git
```
3. Navigate to the project directory:
```bash
cd pdf-merger
```
4. Run the script:
```bash
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:
```bash
python3 pdf-merger_CLI.py
```