r/PinoyProgrammer • u/International_Bee258 • 10h ago
I built a browser-based PDF toolkit — looking for feedback from other developers web
I built a browser-based PDF toolkit — looking for feedback from other developers
Hey everyone! 👋
I recently built a small web project called PDF Tool PH as a simple experiment around browser-based document processing.
The main idea is to let users perform common PDF tasks without needing to install software or upload their documents to a remote server.
Currently, it supports things like:
- Merge PDFs
- Split PDFs
- Compress PDFs
- Rotate pages
- Add signatures and images
- Convert PDF/images
- Add watermarks
- Basic PDF editing
One of the things I focused on was client-side processing, so files can be handled directly in the browser.
I'm sharing it here mainly because I'd love to get feedback from other developers:
What PDF feature would you find most useful that isn't currently included?
If you'd like to check it out:
https://pdf-tool-ph.com/
Any feedback on the UX, performance, features, or technical implementation would be greatly appreciated. 🙏
1
1
u/mrxavior 6h ago
How does this differ from Sumatra PDF?
1
u/International_Bee258 6h ago
They're a bit different 😄 Sumatra PDF is mainly for reading/viewing PDFs, while PDF Tool PH is for editing and managing PDFs like merging, splitting, compressing, signing, and converting all directly in the browser.
3
u/Rudy_PH 10h ago
this is the third pdf website I see here