I built a minimalist PDF Merger "PDFusion" focused on Speed & Privacy π
M. Tlili developed a minimalist PDF merging tool called PDFusion, emphasizing speed and user privacy. The web application allows users to merge PDF files without requiring account registration or sharing personal information. Built with modern technologies, PDFusion offers a mobile-responsive, SEO-optimized interface and is free to use.
- βͺPDFusion is a web-based tool that enables users to merge PDF files quickly and securely.
- βͺNo account registration or email is required to use PDFusion.
- βͺThe tool is built using Vite, Cloudflare, and Supabase for performance and reliability.
- βͺPDFusion is mobile-optimized and features a clean, intuitive user interface.
- βͺThe application is free to use and focuses on minimizing user friction during file merging.
Opening excerpt (first ~120 words) tap to expand
try { if(localStorage) { let currentUser = localStorage.getItem('current_user'); if (currentUser) { currentUser = JSON.parse(currentUser); if (currentUser.id === 3910687) { document.getElementById('article-show-container').classList.add('current-user-is-article-author'); } } } } catch (e) { console.error(e); } M. Tlili Posted on May 3 I built a minimalist PDF Merger "PDFusion" focused on Speed & Privacy π #productivity #react #webdev #showdev Tired of complex PDF tools that require account registration just to merge two files? I was too. I created pdfusion.online β a streamlined tool designed to make PDF merging as fast and simple as possible. Key Features: No Registration Required: You can start merging your files immediately without sharing your email or creating an account.
β¦
Excerpt limited to ~120 words for fair-use compliance. The full article is at DEV Community.