Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/paranoiduser/toolbox-opdf
A small but mighty PDF tool 🦸
https://github.com/paranoiduser/toolbox-opdf
cli java pdf
Last synced: 27 days ago
JSON representation
A small but mighty PDF tool 🦸
- Host: GitHub
- URL: https://github.com/paranoiduser/toolbox-opdf
- Owner: ParanoidUser
- License: mit
- Created: 2022-05-15T18:38:38.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-09-13T22:31:01.000Z (about 2 months ago)
- Last Synced: 2024-09-14T12:54:02.151Z (about 2 months ago)
- Topics: cli, java, pdf
- Language: Java
- Homepage:
- Size: 803 KB
- Stars: 3
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: docs/README.md
- License: LICENSE
- Codeowners: docs/CODEOWNERS
Awesome Lists containing this project
README
## Open PDF Tool
Portable Document Format (PDF) has been the de facto standard of information interchange since 2008.
As a result, billions of electronic documents containing personal and private information (pay
stubs, utility bills, travel visas, you name it) are daily transferred and stored in it.We all have been in the situation when we need to:
- merge several PDF documents into a single one;
- cut out unwanted pages from a multi-page PDF document;
- split a PDF document into a group of documents;Common ways to accomplish this might be:
- *use one of the online PDF tools*
👍: fast and easy, free up to the limit
👎: risks of data leakage and collection, have to pay for extra features and traffic- *install proprietary software from well-trusted vendors*
👍: reliable and secure, customer and product support
👎: high license price, hard to extend functionality for a specific use-case- *find a free alternative on the internet*
👍: 100% free, has exhaustive functionality
👎: hard to verify source, risk of containing malicious codeThis teeny-tiny tool was created with the idea to combine all the best aspects of the open-source
development as well as spread the word of caution to take your data privacy seriously.