A free and easy-to-use suite of tools to manage your PDF files.
All processing is done in your browser, ensuring your files remain private and secure.
🚀 Live Demo: pdftoolbox.vercel.app
- ➕ Merge PDFs – Combine multiple PDFs into a single document
- 🖼️ Image to PDF – Convert JPG, PNG images into a PDF file
- 📑 Extract Text – Extract text content from your PDF files
- 🗜️ Compress PDF – Reduce the file size of your PDFs
- 📡 Developer API – Integrate PDF processing into your own applications with a simple REST API
- Framework: Next.js 15 with TypeScript
- Styling: TailwindCSS + shadcn/ui
- PDF Processing: pdf-lib
- Linting/Formatting: Biome
- Deployment: Vercel
Easily integrate PDF processing into your apps with these endpoints:
Merge multiple PDF files into a single document.
Convert JPG/PNG images into a PDF.
Extract text from a PDF file.
Compress and reduce the size of a PDF file.
📖 Full API Docs: API Documentation
Clone the repository and run locally:
git clone https://github.com/aman-sharma-dev/pdf-toolbox.git
cd pdf-toolbox