PDF AI
Document & Image Intelligence Platform
61+ free document & image tools — merge, convert, AI analysis, and more. Processed in your browser when possible · Enterprise-grade AI features.
About
Built as a modern alternative to iLovePDF/Smallpdf, PDF AI bundles 32 PDF tools, 21 image tools, 7 AI tools, and a Legal Vault into one fast Next.js app. Users can merge, split, rotate, protect, watermark, redact, sign, and convert documents without uploading sensitive files to third-party APIs when browser processing is enough. Standout technical work includes real PDF password protect/unlock (AES-256 via cryptpdf, optional qpdf), PDF→Word/Excel/PowerPoint through a self-hosted Stirling-PDF backend on Railway (LibreOffice + Tabula — no paid conversion API), a shared tool workspace UI with drag-and-drop uploads and processing overlays, and architecture ready for Supabase auth, Stripe billing, and OpenAI-powered AI tools. Deployed on Vercel with a separate Stirling-PDF Docker service on Railway for Office conversions.
Tool Breakdown
Architecture
Browser → Next.js (Vercel or localhost:3000) → API routes → Stirling-PDF on Railway for Office conversion. Separate deployments: (1) Next.js app at pdftoimg-steel.vercel.app (2) Stirling at pdftoimg-production-d52d.up.railway.app
Key Features
Who It Helps
- •Students & professionals — merge, split, and convert documents daily
- •Small businesses — watermark, protect, and batch-process PDFs without subscriptions
- •Legal & compliance teams — metadata stripping and redaction workflows
- •Developers — open-source stack, self-hosted Stirling-PDF, GitHub repo
- •Privacy-conscious users — browser-first processing avoids third-party uploads
- •Teams needing Office conversion — PDF to Word/Excel/PowerPoint without paid APIs
How It Works
- 1Open pdftoimg-steel.vercel.app and pick a tool from the homepage grid.
- 2Drag-and-drop your file into the shared workspace UI.
- 3Processing runs in-browser (pdf-lib/pdf.js) or via API routes when needed.
- 4Office conversions route to Stirling-PDF on Railway (LibreOffice + Tabula).
- 5Download the result — no account required for most free tools.
Pricing (USD)
Tech Stack
Why PDF AI
- Browser-first privacy
- Real AES encryption
- Self-hosted Office conversion — no paid API
- No install required
- 61 tools in one tab
- Free tier with full tool access
- AI document workflows
- Legal metadata stripper
- Production architecture on Vercel + Railway
Project Status
- • 61 tools UI with shared workspace
- • Browser PDF/image processing
- • Protect/unlock API (AES-256)
- • Stirling-PDF Office conversion
- • Vercel deploy + Railway Stirling backend
- • Supabase auth login (schema ready)
- • OpenAI keys for AI tools (routes exist)
- • Stripe live billing (webhooks ready)