A minimalist, privacy-focused PDF merger with advanced visual page management. Runs 100% in your browser.
- Privacy First: Files never leave your device. All processing is client-side.
- Visual Merge: Drag and drop entire PDFs to reorder.
- Page Management:
- Inline Preview: Visualize all pages in a grid.
- Reorder: Drag & drop individual pages.
- Delete: Remove unwanted pages.
- Rotate: Rotate pages 90° clockwise.
- Preview: Fullscreen lightbox with keyboard navigation.
- Advanced Selection: Use text rules like
1..3, 5for quick selection (if you prefer typing).
You can run this app locally easily.
If you have Python installed:
cd web
python3 -m http.server 3000
# Open http://localhost:3000Since it's a static site, you can technically just drag web/index.html into your browser, though some features might require a local server depending on browser security policies.
- PDF.js: Rendering page previews.
- pdf-lib: Client-side PDF modification and merging.
- SortableJS: Smooth drag-and-drop interactions.
- TailwindCSS: Styling.