A comprehensive web-based PDF manipulation toolkit offering 17+ professional-grade PDF operations. Built with modern technologies for fast, efficient, and secure PDF processing.
β If you find this project helpful, please consider giving it a star on GitHub! β
π Visit and Explore: https://pdf-master-two.vercel.app/
Access all PDF tools directly in your browser - no installation, no signup required!
PDF Master is a comprehensive toolkit that provides 18+ professional PDF tools in one place. Whether you need to merge documents, convert formats, compress files, or perform advanced operations like OCR and digital signatures, PDF Master has you covered.
- β Merge PDF - Combine multiple PDFs into a single document
- β Split PDF - Extract specific pages or ranges from PDFs
- β Compress PDF - Reduce file size while maintaining quality
- β Rotate PDF - Rotate pages clockwise or counter-clockwise
- β PDF to Images - Convert PDF to JPG/PNG format
- β Images to PDF - Convert JPG/PNG images to PDF
- β PDF to Word - Convert PDF to editable Word documents
- β Word to PDF - Convert Word documents to PDF
- β PDF to Excel - Extract tables and data to Excel
- β Excel to PDF - Convert spreadsheets to PDF format
- β XML to PDF - Convert XML files to PDF with formatted structure
- β OCR (Optical Character Recognition) - Extract text from scanned PDFs
- β Watermark - Add custom watermarks to PDFs
- β Protect PDF - Add password protection to PDFs
- β Unlock PDF - Remove passwords from protected PDFs
- β Sign PDF - Add digital signatures to documents
- β Source Code to PDF - Convert programming code files to PDF with syntax highlighting
- π Search Functionality - Quickly find the tool you need
- π Dark/Light Mode - Toggle between themes for comfortable viewing
- π± Responsive Design - Works seamlessly on desktop and mobile devices
- β‘ Fast Processing - Optimized for quick file operations
- π Share Without Download - Share processed PDFs and documents directly without downloading
- React 19.0 - Modern React with latest features
- React Router - Client-side routing
- Tailwind CSS - Utility-first CSS framework
- shadcn/ui - High-quality UI components built on Radix UI
- Framer Motion - Smooth animations and transitions
- Lucide React - Beautiful, consistent icons
- Axios - HTTP client for API requests
- React Dropzone - Drag-and-drop file uploads
- React Hook Form - Efficient form handling
- Sonner - Toast notifications
- Python 3.10+ - Backend runtime
- FastAPI - High-performance async web framework
- Python 3.10 or higher
- Node.js 16 or higher
- npm or yarn - Package manager
- MongoDB (Optional - for future features)
- Tesseract OCR (Required for OCR functionality)
# Navigate to backend directory
cd backend
# Create virtual environment (recommended)
python -m venv venv
# Activate virtual environment
# Windows:
venv\Scripts\activate
# Mac/Linux:
source venv/bin/activate
# Install Python dependencies
pip install -r requirements.txt
# Create .env file (optional)
# Add the following variables:
# MONGO_URL="mongodb://localhost:27017"
# DB_NAME="pdf_master"
# CORS_ORIGINS="*"
# Start the backend server
python server.py
# Or using uvicorn:
uvicorn server:app --reload --port 8000Backend will run on http://localhost:8000
# Navigate to frontend directory
cd frontend
# Install Node dependencies
npm install
# Or with yarn:
yarn install
# Start development server
npm start
# Or with yarn:
yarn startFrontend will open automatically at http://localhost:3000
For Windows users, convenience batch files are provided:
Recommended: Start everything at once
# Simply double-click or run from command line:
start-all.batThis will automatically start both backend and frontend servers.
Or start individually:
cd backend
start.bat
cd frontend
start.batpdf-master/
βββ backend/ # Python FastAPI backend
β βββ server.py # Main server file with all routes
β βββ requirements.txt # Python dependencies
β βββ start.bat # Windows startup script
β
βββ frontend/ # React frontend application
β βββ src/
β β βββ App.js # Main application component
β β βββ pages/ # Page components
β β β βββ Home.js # Landing page with tool grid
β β β βββ ToolPage.js # Individual tool pages
β β βββ components/ # Reusable components
β β β βββ ui/ # shadcn/ui components
β β βββ hooks/ # Custom React hooks
β β βββ lib/ # Utility functions
β βββ public/ # Static assets
β βββ plugins/ # Custom webpack plugins
β βββ package.json # Node dependencies
β βββ start.bat # Windows startup script
β
βββ README.md # Project documentation
βββ start-all.bat # Start both servers (Windows)
- Files are processed server-side and automatically deleted after processing
- No files are permanently stored on the server
- Password-protected PDFs can be unlocked with proper authorization
- All operations are performed in isolated temporary directories
This project is actively under development! More tools and features coming soon:
- π PDF Comparison Tool
- π Form Field Editor
- π PDF Annotations & Comments
- π Batch Processing for multiple files
- π Cloud Storage Integration
- π User Accounts & History
- π API Key Management
- π Custom Branding Options
- π Advanced OCR with Multiple Languages
- π PDF Metadata Editor
- π E-Signature Verification
- π PDF Accessibility Checker
Contributions are always welcome! We encourage open collaboration:
Have an idea or feature request?
- π‘ Create an issue describing your feature idea
- π Report bugs or suggest improvements
- π¬ Join discussions on existing issues
Want to contribute code?
- Fork the repository
- Create a feature branch
- Make your changes
- Submit a pull request
Feel free to openly contribute to any features you'd like to work on. All contributions, big or small, are appreciated!
- Email: princethakur545454@gmail.com
- LinkedIn: Prince Thakur
- GitHub: princethakur931
This project is open source and available for personal and commercial use. All files are processed securely and deleted after use.
Made with β€οΈ for PDF enthusiasts
Β© 2025 PDF Master