Skip to content

Latest commit

 

History

History
56 lines (36 loc) · 1.6 KB

File metadata and controls

56 lines (36 loc) · 1.6 KB

📄 PDF Toolbox

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


✨ Features

  • 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

🛠️ Tech Stack


📡 API Documentation

Easily integrate PDF processing into your apps with these endpoints:

POST /api/merge

Merge multiple PDF files into a single document.

POST /api/convert

Convert JPG/PNG images into a PDF.

POST /api/extract

Extract text from a PDF file.

POST /api/compress

Compress and reduce the size of a PDF file.

📖 Full API Docs: API Documentation


🔧 Getting Started

Clone the repository and run locally:

git clone https://github.com/aman-sharma-dev/pdf-toolbox.git
cd pdf-toolbox