You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A lightweight, user-friendly Windows desktop application built with Python to combine multiple PDF files into a single document. This tool allows users to import PDFs, reorder them manually to ensure the correct sequence, and export the final result with one click.
3
+
A lightweight, user-friendly Windows desktop application built with Python to combine multiple PDF files into a single document. Version 2.0.0 introduces a modern Drag-and-Drop interface and workflow automation.
**Important:** Because this version uses `tkinterdnd2` for drag-and-drop, the build command is different from standard Python scripts. You must use the `--collect-all` flag to include the necessary system hooks.
3. Find your `PDFMerger.exe` in the `dist` folder.
71
-
72
-
---
48
+
1.**Launch:** Open `PDFMerger Utility`.
49
+
2.**Add Files:** Drag PDF files into the white box, or click **➕ Add Manually**.
50
+
3.**Organize:** Select a file and use the **↑** or **↓** arrows to change the order.
51
+
4.**Merge:** Click **MERGE NOW**.
52
+
5.**Finish:** Choose a save location. The folder will open automatically once done.
73
53
74
54
## 📄 License
55
+
This project is licensed under the MIT License - see the [LICENSE](https://www.google.com/search?q=LICENSE) file for details.
75
56
76
-
This project is licensed under the **MIT License**.
77
-
78
-
```text
79
-
MIT License
80
-
81
-
Copyright (c) 2026 Yuth Set
82
-
83
-
Permission is hereby granted, free of charge, to any person obtaining a copy
84
-
of this software and associated documentation files (the "Software"), to deal
85
-
in the Software without restriction, including without limitation the rights
86
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
87
-
copies of the Software, and to permit persons to whom the Software is
88
-
furnished to do so, subject to the following conditions:
57
+
---
89
58
90
-
The above copyright notice and this permission notice shall be included in all
91
-
copies or substantial portions of the Software.
59
+
### 🚀 Major Update: v2.0.0
92
60
93
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
94
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
95
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
96
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
97
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
98
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
99
-
SOFTWARE.
61
+
This release focuses on User Experience (UX) improvements, making it faster and easier to merge documents.
100
62
101
-
```
63
+
### 🆕 What's New
64
+
-**Drag & Drop Support:** Completely replaced the static list view with a Drop-enabled zone. Users can now drag PDFs directly from Explorer into the app.
65
+
-**Workflow Automation:** The application now automatically opens the destination folder after a successful merge, saving you the extra clicks to find your file.
66
+
-**UI Polish:** Added clear instructional text and a version badge to the interface.
67
+
-**Bug Fixes:** Improved file path parsing for filenames containing spaces.
102
68
103
-
---
104
-
## Current Version
105
-
**v1.0.0** (Initial Release)
69
+
### 📦 How to Use
70
+
Download the `PDFMerger.exe` attached below. No installation is required—just double-click and run!
0 commit comments