https://github.com/paranoiduser/toolbox-opdf
A small but mighty PDF tool 🦸
https://github.com/paranoiduser/toolbox-opdf
cli java pdf
Last synced: 9 months 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 (about 4 years ago)
- Default Branch: main
- Last Pushed: 2025-02-12T23:02:49.000Z (over 1 year ago)
- Last Synced: 2025-02-14T01:55:45.872Z (over 1 year ago)
- Topics: cli, java, pdf
- Language: Java
- Homepage:
- Size: 861 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 code
This 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.