Back to articles
I built 40+ free browser tools for PDFs, images, QR codes and calculators

I built 40+ free browser tools for PDFs, images, QR codes and calculators

via Dev.to WebdevPablo Brooks

I built 40+ free browser tools for PDFs, images and QR codes While working on different projects I kept needing small utilities: compressing PDFs converting images generating QR codes quick calculators Most websites that offer these tools are slow, full of ads, or require uploading files to their servers. So I decided to build my own collection of tools that run directly in the browser. What the site includes Right now the project has more than 40 tools, including: PDF compressor Merge PDF Split PDF Image compressor PNG to JPG converter JPG to WebP QR code generator WiFi QR generator VAT and percentage calculators Word and character counter Everything runs client-side , so files never leave your device. Why I built it this way Privacy and speed were the main goals. Instead of uploading files to a server, most tools use browser APIs and JavaScript libraries to process files locally. That makes the tools faster and avoids storing user files. Examples of tools PDF compression https://tool

Continue reading on Dev.to Webdev

Opens in a new tab

Read Full Article
4 views

Related Articles