https://github.com/tmalik1116/pdf_merger
A script I developed for performing a DFS within a given directory to locate all PDF files in subdirectories, and then merging them all together into one PDF file. The applications for this are niche, but when needed it is a massive time saver.
https://github.com/tmalik1116/pdf_merger
Last synced: 3 months ago
JSON representation
A script I developed for performing a DFS within a given directory to locate all PDF files in subdirectories, and then merging them all together into one PDF file. The applications for this are niche, but when needed it is a massive time saver.
- Host: GitHub
- URL: https://github.com/tmalik1116/pdf_merger
- Owner: tmalik1116
- Created: 2024-09-12T19:13:40.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-09-12T20:24:40.000Z (9 months ago)
- Last Synced: 2025-02-08T11:41:29.986Z (4 months ago)
- Language: Python
- Size: 1.95 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# PDF_Merger
A script I developed for performing a DFS within a given directory to locate all PDF files in subdirectories, and then merging them all together into one PDF file. The applications for this are niche, but when needed it is a massive time saver.