Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/stefan-goldschmidt/pdf_merger_desktop
Desktop application for merging multiple PDF files into a single document
https://github.com/stefan-goldschmidt/pdf_merger_desktop
javafx-application javafx-desktop-apps macos pdf-generation pdfbox windows
Last synced: about 1 month ago
JSON representation
Desktop application for merging multiple PDF files into a single document
- Host: GitHub
- URL: https://github.com/stefan-goldschmidt/pdf_merger_desktop
- Owner: stefan-goldschmidt
- Created: 2023-04-16T09:39:45.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-09-02T16:40:16.000Z (over 1 year ago)
- Last Synced: 2024-11-19T21:11:51.434Z (about 1 month ago)
- Topics: javafx-application, javafx-desktop-apps, macos, pdf-generation, pdfbox, windows
- Language: Java
- Homepage:
- Size: 441 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# PDF Merger Desktop
PDF Merger Desktop is a Java application that allows users to merge multiple PDF files into a single document.
It is still under development and may have some bugs.Features
- Merge multiple PDF files into a single document
- Generate a table of contents that lists all the merged documents
- Interactive table of contents with clickable links that jump to the referenced page in the document
- Cross-platform compatibility (Windows, macOS, and (soon) Linux)
- Open source### License
This project is licensed under the MIT License.# Screenshots
![img.png](screenshot.png)# Known Issues
### Unsigned Installers:
Please note that the installers provided in this repository are currently not signed. As a result, when running the installer on your operating system, you may encounter warning messages or prompts related to the lack of digital signatures.### No Linux Build:
Currently, there is no automated Linux release available for this application, despite the possibility of using JavaFX on Linux platforms. The focus of development has been primarily on Windows and macOS. However, you can still run the application on Linux by manually building and running it from the source code. Future releases may include pre-built Linux binaries to provide better support for Linux users.