How this category works
Most of the fourteen PDF tools run entirely inside your browser tab. Files are read into memory, handled by focused JavaScript libraries, and handed back through temporary blob URLs that disappear when the tab closes. PDF.js renders pages, pdf-lib creates and annotates documents, SheetJS reads workbooks, and PptxGenJS writes presentations. No queue is joined for those conversions, and ordinary local files are not sent to a third-party conversion service.
PDF to Word remains the server conversion because reconstructing editable paragraphs and tables needs a specialised converter. HTML to PDF sends only the public URL to a guarded fetch endpoint; it blocks local networks, removes scripts and returns a clean reader version rather than executing the remote page. Both pages explain that network step before you act. The remaining PDF and Office converters keep the selected document on the device, including the annotation editor and image exports.
The practical limit on the on-device tools is memory rather than an account policy. A laptop handles more than a phone, and image-heavy PDFs cost several times their compressed file size while being rendered. Every page states the real trade-off: scans need OCR before text extraction, PDF-to-PowerPoint creates visually accurate image slides rather than editable shapes, Office-to-PDF simplifies proprietary formatting, and webpage conversion is a reader layout rather than a pixel-perfect browser print. Those are constraints of the formats, not details hidden in a support article.
Every tool in pdf tools
- Merge PDF — Combine several PDFs into one file in the order you set.
- Split PDF — Pull out a page range into its own file.
- Compress PDF — Reduce PDF size by re-encoding the images inside it.
- PDF to Word — Convert a PDF into an editable .docx file.
- Images to PDF — Put JPG or PNG files into a single PDF.
- PDF to PowerPoint — Turn each PDF page into a PowerPoint slide.
- PDF to Excel — Extract PDF text rows into an Excel workbook.
- Word to PDF — Create a clean PDF from a Word document.
- PowerPoint to PDF — Create a landscape PDF handout from a PPTX deck.
- Excel to PDF — Turn workbook sheets into printable PDF tables.
- Edit PDF — Add text, shapes, images, links, forms and page edits to a PDF.
- PDF to JPG — Render every PDF page as a numbered JPG image.
- JPG to PDF — Combine JPG or PNG images with page and margin controls.
- HTML to PDF — Turn a public webpage into a clean reader PDF.
Other categories
- Image tools — Compress, resize, convert HEIC and remove backgrounds from images.
- Calculators — EMI, SIP, GST, percentage and discount calculators with live sliders.
- Text tools — Count words, convert case, compare two versions and build QR codes.