Annotate · Fill & Sign · Redact · Watermark · Organize — 100% In-Browser

Free PDF editor

Annotate with pen, highlighter and shapes, fill out forms, sign, redact sensitive content, stamp a watermark, number pages and organize your document — every tool is a tab above, and the PDF you're working on carries over automatically when you switch. Nothing uploaded, nothing stored.

🔒 All processing happens on your device — nothing is uploaded to any server.

Everything a PDF editor should do

✏️

Annotate

Pen, highlighter, text boxes, sticky notes, rectangles, ellipses and arrows. Full undo/redo.

📝

Fill & Sign

Click to place typed text on any field. Draw, type or upload a signature and position it freely.

✍️

Sign

A dedicated signing flow: draw, type or upload a signature that stays draggable and resizable after you place it, and remembers your last signature for next time.

Redact

Permanently black out names, account numbers or any sensitive content before sharing.

💧

Watermark

Stamp a text or logo watermark — tiled, centered or in a corner — as real vector text, not a flattened image.

🔢

Page numbers

Number pages in any position or format, with a custom start number and an optional skip-first-page.

🗂️

Organize

Rotate pages, delete unwanted pages and drag to reorder before downloading.

These 7 tools above share the PDF you're working on — load it once in any tab and the others offer to continue with it, no re-upload needed. Need to merge, split, compress, password-protect or convert a PDF instead? Those are each their own dedicated, focused tool: Merge PDF · Split PDF · Compress PDF · Protect PDF · PDF to JPG · PDF to Text · Images to PDF · OCR

Choosing the right operation

Most PDF problems take one of a small number of shapes, and picking the matching operation saves a lot of trial and error. If the file is too large for an email attachment, that is compression — and the fix is almost always in the images rather than anywhere else. If you need part of a document, that is splitting or page extraction. If several documents must become one, that is merging, where page order and orientation are the things to check afterwards.

If the text cannot be selected or searched, the document is a scan and needs OCR, not a converter. If the file opens but will not let you print or copy, it has an owner password, which is a permissions flag rather than real encryption. If it will not open at all, it has a user password and genuinely is encrypted.

Getting this diagnosis right first matters because several of these look similar from the outside. A 40 MB PDF might be forty pages of high-resolution scans, in which case compression helps enormously, or four hundred pages of text with embedded fonts, in which case it will barely move and splitting is the better answer.

What compression can and cannot do

PDF compression is mostly image compression. A document's bytes are typically dominated by embedded photographs and scans, and the levers are resolution and encoding: downsampling a 600 ppi scan to 150 ppi cuts the pixel count to a sixteenth, and re-encoding as JPEG at moderate quality removes most of what remains.

This is lossy and not reversible. Downsampling discards pixels permanently, so keep the original if the document might later need printing at full size. Text and vector graphics, by contrast, compress losslessly and are already efficiently stored — which is why a text-only PDF barely shrinks and there is nothing to be gained by trying harder.

Fonts are the other meaningful contributor. Embedding a full font family adds hundreds of kilobytes, and subsetting to only the glyphs actually used typically reclaims most of it. A document that is unexpectedly large despite having no images is usually carrying fully embedded fonts.

Handling documents safely

PDFs are frequently the most sensitive files people handle, which makes the habit of uploading them to whichever free converter appears first in search results a genuine risk. The file reaches that operator's servers, and what happens next depends on a privacy policy few people read.

Everything in this section runs locally in the browser. The document is read with the File API, processed in memory, and written back as a download — no request carries the contents anywhere, which you can verify in the network panel.

One habit is worth adding regardless of tooling: before sharing a document publicly, check what is in it beyond the visible page. Metadata carries author names and software versions, earlier revisions can persist in the file after edits, and content hidden by cropping or covered by a black rectangle is generally still recoverable.

PDF editor FAQ

Is my PDF uploaded anywhere?

No. Everything runs in your browser using pdf-lib and PDF.js. Your documents never leave your device — ideal for confidential contracts, medical records and financial statements.

How do I annotate a PDF?

Open the Annotate tab, load your PDF, then choose a tool from the toolbar: pen for freehand drawing, highlighter for colored boxes, text for typed notes, or shapes for rectangles and ellipses. Ctrl+Z undoes any annotation. Click "Download annotated PDF" to save.

Is redaction permanent?

Yes. Redaction boxes are burned as solid black rectangles into the PDF when you download. The underlying content is not recoverable from the downloaded file. Always keep your original document separately.

How do I fill in a PDF form?

Open the Fill & Sign tab, load your PDF, select the Text tool and click anywhere on the page to place a text field. Type your content and click elsewhere to finish. Use the Signature tool to draw or type your signature.

Is there a page or file size limit?

No server-side limits. Very large PDFs (50+ pages, lots of images) may be slow depending on your device. For very large files, use the Organize tab to remove pages you don't need before annotating.

Do I have to switch pages to use these tools?

No. Annotate, Fill & Sign, Sign, Redact, Watermark, Page numbers and Organize are all tabs on this one page. Load a PDF in any tab and the others offer a one-click "Continue with this PDF" so you never have to re-upload the same file to use a different tool.

What's the difference between "Fill & Sign" and "Sign"?

Fill & Sign is the full form-filling toolkit (text fields, checkboxes, dates, plus a signature). Sign is a focused signing-only flow where the signature stays draggable and resizable after you place it, and remembers your last signature for next time — use whichever fits what you're doing.

Where are Merge, Split, Compress, Protect and the file converters?

Those are each their own dedicated free tool, so they stay fast and focused: Merge PDF, Split PDF, Compress PDF, Protect PDF, PDF to JPG, PDF to Text, Images to PDF and OCR.

My PDF barely got smaller — why?

Compression works mainly on images. A text-and-vector document is already efficiently stored, so there is little to remove. If it is large without images, fully embedded font families are usually the cause; subsetting them reclaims most of the space.

Why can I not select the text in my PDF?

It is a scan — each page is an image with no text objects. Optical character recognition can generate a text layer, with the accuracy limits that implies.