I have a few PDF documents on my Mac that I need to edit, like changing text and adding annotations, but I don’t want to pay for expensive software or subscriptions. Preview only lets me do basic markup, and online tools I’ve tried either add watermarks or limit the number of pages. What are the best truly free ways or apps to fully edit PDFs on macOS without watermarks or major restrictions?
Short version. Fully free, no watermark, no subscription. On a Mac.
- Use Preview for light edits
You already tried it, but here is the max you get out of it.
• Add text boxes to “fake edit” text.
- Tools → Annotate → Text.
- Put a white rectangle over old text, then type new text on top.
- Works fine on forms, labels, simple corrections.
• Highlight, notes, signatures.
• Reorder pages, delete pages. - Thumbnails sidebar → drag or delete.
It does not change the real text layer, so search still shows the old text.
- LibreOffice Draw for real text edits
Free, open source.
Steps:
• Install LibreOffice from libreoffice.org.
• Open LibreOffice Draw.
• File → Open → pick your PDF.
• It converts each page to an editable layout.
• Click text, edit, move, delete, add images.
• Then File → Export As → Export as PDF.
Pros
• Edits real text on many PDFs.
• Works offline.
Cons
• Layout sometimes breaks on complex PDFs.
• Fonts sometimes look off, so check output page by page.
- PDFgear (Mac app)
Free Mac app focused on PDFs.
• Download from pdfgear.com (no account needed last time I checked).
• Open PDFgear → open your PDF.
• Use Edit to change text, add text, shapes, images.
• Export as PDF.
Works better than most web tools for full text editing. Interface is simple.
Watch the installer screens so you do not enable extra stuff you do not want.
- LibreOffice + Preview combo trick
If layout breaks in LibreOffice on some pages, do this.
• Use Preview to export specific pages as images.
- File → Export → Format PNG or JPEG.
• Edit the text on top with LibreOffice Draw or any image editor.
• Then rebuild the PDF in Preview. - File → Print → PDF → Save as PDF.
This is a hack, but good for flyers and forms.
- If you need OCR on scanned PDFs
Preview does not do OCR.
Check:
• Open PDF in Preview. Try to select text.
If you can not select, it is only images.
For free OCR on Mac:
• Copy to Google Drive → right click → Open with → Google Docs.
- It extracts the text. You can edit there.
- Then export as PDF again.
The layout often changes, so this suits text focused docs, not design heavy ones.
If you say what kind of PDFs you have, like contracts, flyers, forms, books, people here can tell you which combo works best.
Preview and LibreOffice are solid calls, and I use both, but I’d actually shuffle the order of attack a bit differently than @stellacadente suggested, mostly to avoid layout headaches until you really need “real” text edits.
Here’s what I’d try, all free, no accounts, no subscriptions:
- Use Pages as a pseudo PDF editor
Apple’s Pages can open and export PDFs, and for some docs it preserves layout better than LibreOffice Draw.
- Right‑click PDF → Open With → Pages
- Edit text like a normal document
- File → Export To → PDF
Caveats:
- Great for text‑heavy stuff like contracts, letters, manuals
- Bad for fancy brochures with tight design
- Sometimes it imports as an image only, in which case it’s not editable
- Skim for annotation‑heavy work
If your main need is comments, highlighting, notes, etc. and not deep text surgery:
- Install Skim (free, open source PDF reader for Mac)
- It’s much nicer than Preview for highlight/notes, especially for long docs
- You can export notes, do more precise highlights, better navigation
Skim does not do full text editing, but for “I need to read and mark up this 80‑page PDF,” it beats Preview.
- Master Preview’s “fake edit” but smarter
I slightly disagree with how far Preview can go. The white‑box trick can be usable if you clean it up:
- Use a white rectangle to cover the old text
- Use the text tool with the same font + size (check Tools → Show Fonts)
- Turn off borders and shadows on shapes so it looks less like a patch
This is good enough for contracts where you’re changing a few dates, numbers, or names.
- For heavy layout PDFs: use Scribus
If your PDF is more like a flyer, poster, or form with a lot of visual stuff:
- Install Scribus (free desktop publishing app)
- Import the PDF as vectors
- Edit text frames, re‑align stuff, tweak design
- Export back to PDF
It’s slower and more technical than LibreOffice Draw, but it tends to respect layout better for “designed” documents. Think of it like a free InDesign substitute.
- Local OCR without Google
If you don’t want to send docs to Google (I’m a bit pickier than @stellacadente here):
- Install Tesseract via Homebrew (if you’re comfortable with Terminal)
- Or use a free OCR app from the Mac App Store like PDF OCR X Community Edition
Workflow: - OCR the scanned PDF locally
- You get a text layer you can copy into Pages, then export back to PDF
- When nothing behaves: convert to an editable format first
For really stubborn PDFs that break in every tool:
- Use
pdftotext(part of poppler via Homebrew) or an offline converter app - Get a .txt or .docx version
- Open in Pages, fix text, then Export to PDF
You’ll lose fancy layout but keep content. Useful for big contracts or manuals where design doesn’t matter.
- Basic privacy note
Whatever you skip from @stellacadente’s list, skip online editors if the PDFs have anything remotely sensitive. Mac has enough offline tools at this point that you don’t really need the web stuff unless you’re stuck.
If you say which you have more of (forms, contracts, scanned stuff, brochures), you can combine like:
- Contracts: Pages + Preview
- Scanned docs: local OCR + Pages
- Flyers: Scribus + Preview
and mostly avoid the subscription trap.
If you want to stay free and mostly offline, I’d treat @stellacadente’s stack and the follow‑up as one big toolbox, then fill in a few gaps they didn’t cover.
1. Try “split workflow” instead of looking for one magic app
Instead of hunting a single “How To Edit PDF On Mac Free” solution, use different tools for different jobs:
- Text changes
- Form filling
- Annotations
- Occasional heavy layout work
That avoids a lot of format breakage and keeps you away from subscriptions.
2. For small text edits: PDF Expert Free & Preview combo
Not everyone likes this, but I actually rate the free tier of PDF Expert as a decent middle ground:
-
Pros:
- Much smoother UI than Preview for selection, highlights and notes
- Better text selection on weird PDFs
- Good for filling forms and signing documents
-
Cons:
- Real text editing is locked behind the paid version
- Aggressive upgrade prompts
- Not open source
Workflow:
- Do heavy markup and form filling in PDF Expert (free).
- Use Preview’s “white box + text” trick only when you need to patch a few characters.
This sidesteps some of the layout headaches Pages and LibreOffice can introduce while still costing nothing.
3. For recurring form PDFs: build your own template once
If you have a form you keep reusing:
- Open the PDF in LibreOffice Draw or Scribus one time.
- Add proper text fields and checkboxes.
- Export as a new PDF template.
From then on you just use Preview or PDF Expert Free to fill it in. That front‑loads the pain so your day‑to‑day use is fast.
4. When Pages / LibreOffice wreck the layout
I slightly disagree with leaning on Pages for anything that is not very plain text:
- If a document has columns, sidebars, tight tables or logos woven into text, Pages often rearranges content or changes spacing.
- In those cases, it is often cleaner to:
- Extract the text with
pdftotextor a local converter. - Rebuild only the pages you must really edit, in Pages or LibreOffice Writer,
- Then re‑export as PDF and merge back with the original (using Preview’s “Edit” → “Insert” → “Page from File”).
- Extract the text with
That way you are not trusting import filters to preserve a complex layout across the entire document.
5. Local OCR, but with GUI only
If you do not want Homebrew / Terminal at all:
- Use something like PDF OCR X Community Edition or any other free OCR on the Mac App Store.
- Pros:
- Clickable interface, no command line.
- Good enough accuracy on clean scans.
- Cons:
- Free versions usually limit pages per batch.
- Mixed results on low‑quality scans or multi‑column layouts.
Once OCR is done you can copy text into Pages, edit, then re‑PDF. Not fast, but fully offline and free.
6. Privacy choices: local vs online
I’m actually a bit less strict than @stellacadente about online editors, but only for truly non‑sensitive stuff like manuals or generic brochures. For anything with addresses, signatures, contracts, finances or IDs, stick to:
- Preview
- Pages / LibreOffice
- Scribus / PDF Expert Free
- Local OCR
You already have everything you need on Mac without uploading.
7. Quick decision cheat sheet
- Mostly reading + highlighting + notes: Skim or PDF Expert Free
- A few word/number changes on existing text: Preview patching, then flatten
- Big text‑heavy contract where design does not matter: export to .docx / .txt, edit in Pages, export back
- Designed flyer / brochure: Scribus or LibreOffice Draw, then minor fixes in Preview
- Scanned stuff: local OCR first, then treat it like normal text
That layered approach gets you “How To Edit PDF On Mac Free” in practice, without locking into any subscription and without relying solely on Preview’s limited tools.