A web app with multiple features for your document related work

🚀 Live App
- PDF Compress — Reduce file size without quality loss
- PDF Split — Split multi-page PDFs into individual pages
- Merge PDF — Combine multiple PDFs into one
- PDF → Word/JPG/Text/Excel — Extract content and convert formats
- Background Remover — AI-powered removal (WebAssembly)
- Image Compressor — Reduce size with quality control
- Crop & Rotate — Basic image transformations
- Watermark Adder — Add tiled text watermarks
- Color Picker — Extract HEX/RGB/HSL from pixels
- Image Translator — Detect and translate text in images
- Draw with mouse or touch
- Type with 7 professional fonts
- Optional date stamp
- Place signature on any image
- JPG ↔ Word, JPG ↔ Excel, Word ↔ PDF, HTML → PDF
- Text → Image, Text → Word, Image → Text (OCR)
- Generate custom QR codes (PNG)
- Scan QR codes from image or webcam
- Scan barcodes (EAN, UPC, Code 128)
- PWA — Installable, works offline
- Dark Mode — System-aware
- Privacy-first — Files never leave your device
| Technology |
Purpose |
| Next.js 16 |
Framework |
| TypeScript 5 |
Language |
| Tailwind CSS v4 |
Styling |
| pdf-lib |
PDF processing |
| Tesseract.js |
OCR |
| @imgly/background-removal |
AI background removal |
| Firebase |
Authentication |
| Vercel |
Deployment |
# Clone repository
git clone https://github.com/Venomanas/ConvertSign.git
cd ConvertSign/my-app
# Install dependencies
npm install
# Set up environment
cp .env.example .env.local
# Add Firebase credentials
# Run development server
npm run dev