Convert anything. Free & private.
PDF, image, and document tools that run entirely in your browser. No uploads, no accounts, no limits — your files never leave your device.
PDF Tools(31)
Merge PDF
Combine multiple PDFs into one.
Split PDF
Extract pages or split into separate files.
Compress PDF
Reduce PDF file size with quality presets.
Watermark PDF
Add a custom text watermark to every page.
Rotate PDF
Rotate PDF pages by 90, 180, or 270 degrees.
Reorder Pages
Drag and drop to rearrange PDF pages.
Delete Pages
Remove unwanted pages from your PDF.
Page Numbers
Add page numbers to every PDF page.
PDF Metadata
Edit title, author, and document properties.
Flatten PDF
Flatten form fields into static content.
Grayscale PDF
Convert color PDF to black and white.
PDF to PDF/A
Convert to PDF/A archive format.
Unlock PDF
Remove password protection from PDFs.
Lock PDF
Add password protection to your PDFs.
Sign PDF
Draw a signature and add it to your PDF.
Compare PDFs
Diff two PDFs and see text changes.
Redact PDF
Black out sensitive text in PDFs.
PDF Form Filler
Fill out interactive PDF form fields.
PDF Bookmarks
Add or edit table of contents in PDFs.
PDF Word Count
Count words, characters, and lines in PDFs.
PDF Page Size
Resize PDF pages (A4, Letter, Legal, etc).
Extract Images
Pull all embedded images from a PDF.
Crop PDF
Trim margins from PDF pages.
Header & Footer
Add custom headers and footers to PDFs.
Bates Numbering
Add sequential Bates stamps for legal docs.
Repair PDF
Fix corrupted or broken PDF files.
Alternate & Mix
Interleave pages from two PDFs.
Overlay PDF
Add letterhead or stamp to PDFs.
N-up PDF
Arrange 2/4/6/9 pages per sheet.
Edit PDF
Add text and annotations to PDFs.
Create PDF Form
Add form fields to existing PDFs.
Conversion Tools(22)
Convert Images
JPG, PNG, WebP, AVIF with quality control.
Image to PDF
Batch convert images to a single PDF.
PDF to Images
Export PDF pages as PNG images.
Word to PDF
Convert DOCX documents to PDF.
PDF to Word
Extract text from PDF into editable DOCX.
Excel to PDF
Convert XLSX spreadsheets to PDF.
PDF to Excel
Extract tables from PDF to XLSX.
PowerPoint to PDF
Convert PPTX presentations to PDF.
PDF to PowerPoint
Convert PDF pages to PPTX slides.
HTML to PDF
Convert HTML content to a PDF document.
PDF to HTML
Convert PDF content to an HTML page.
Markdown to PDF
Convert Markdown to formatted PDF.
CSV to PDF
Convert CSV data to PDF tables.
Text to PDF
Convert plain text to PDF.
JSON to PDF
Pretty-print JSON as a PDF document.
PDF to Text
Extract text content from PDF files.
HEIC to JPG
Convert iPhone HEIC photos to JPG or PNG.
SVG to PNG
Convert SVG vectors to PNG or PDF.
PDF to SVG
Convert PDF pages to SVG vectors.
EPUB to PDF
Convert eBooks to PDF.
RTF to PDF
Convert Rich Text Format to PDF.
ODT to PDF
Convert OpenDocument text to PDF.
Image Tools(11)
Resize Image
Resize images to exact dimensions.
Crop Image
Crop images by coordinates.
Compress Image
Reduce image file size with quality control.
Remove Background
Remove white backgrounds from images.
Image to Base64
Encode images as Base64 data URLs.
Base64 to Image
Decode Base64 strings back to images.
Combine Images
Stitch images together horizontally or vertically.
Color Picker
Pick colors from any uploaded image.
Diff Images
Compare two images pixel by pixel.
Image Watermark
Add text watermarks to photos.
Image Rotate
Rotate or flip images.
OCR Tools(4)
How it works
Three steps, zero uploads. The tool runs inside your browser tab from the moment you load the page.
Open a tool
Pick from 68 tools. The page loads its processing code on demand — typically under a second on a modern connection.
Drop your file
Drag a file in or browse for it. The browser reads it into memory using the standard File API. Nothing is sent anywhere.
Download the result
Processing runs inside the tab using JavaScript and WebAssembly. The output is offered as a download via a temporary blob URL.
Why Convertora?
Most online PDF tools upload your files to remote servers. That means your private documents pass through someone else's infrastructure — and you have no control over what happens next. They might be cached on disk, scanned for ad targeting, retained in backups, or — if the service is compromised — leaked. Convertora takes a different approach: every operation runs entirely in your browser using client-side JavaScript and WebAssembly. Your files are never uploaded, never stored, and never seen by anyone but you.
Whether you need to merge a stack of PDFs, split a long document into separate sections, compress a scan to fit under an email attachment limit, sign a contract, or convert between image formats like JPG, PNG, WebP, and AVIF — it all happens instantly, right on your device. No account needed, no file size caps, no watermarks, no daily limits.
How browser-based file processing works
When you open a Convertora tool, your browser downloads the JavaScript code for that specific tool. Once it's loaded, the page is fully self-contained — you could disconnect from the internet and the tool would keep working. When you drop a file in, the browser reads it into memory using the standard File API and hands it off to a processing function that runs inside the tab. The output is generated locally and offered to you as a download via a temporary blob URL that's revoked when you close the tab.
We use well-known open-source libraries — pdf-lib for PDF modification, PDF.js for rendering, Tesseract.js for OCR, jsPDF for generating PDFs from scratch, mammoth for Word documents, SheetJS for Excel, JSZip for archive formats — all running on your machine. You can verify that no upload happens by opening your browser's developer tools, switching to the Network tab, and watching what requests fire while you use the tool. The only network activity is the static page assets and (where applicable) Tesseract's language model on first use.
Common workflows
Convertora's 68 tools cover the file-handling tasks that come up in everyday work. A few examples of what people use it for:
- Receipt and expense reports — combine phone-captured receipts into a single PDF, compress the result for email, and add page numbers if you need them.
- Contract handling — merge a contract with its signed signature pages, watermark drafts as DRAFT, redact personal information before external sharing, and lock the final version with a password.
- Scan cleanup — rotate misaligned pages, crop excess margins, run OCR to make old scans searchable, and convert to PDF/A for archival.
- Image preparation — convert iPhone HEIC photos to JPG, resize and compress images for the web, remove backgrounds, and combine multiple images into one.
- Document conversion — turn Word documents into PDFs (and back), export Excel as PDF tables, render Markdown to printable form, extract data from PDF tables into Excel.