Skip to content

Releases: bgalvan1277/NoBloatPDF

1.4.1: Web links in PDFs open in your browser

Choose a tag to compare

@bgalvan1277 bgalvan1277 released this 11 Aug 14:05

Bug fix release.

Clicking a web link inside a PDF used to open that website inside No Bloat PDF itself, replacing the viewer and taking over the window until the app was forced closed. Reported in the field by a user who clicked a court-filing link and found every PDF afterwards reopening to the same website.

What changed:

  • Web links in documents now open in your default browser, the way you would expect.
  • The viewer window can no longer navigate away from the app at all, as a second layer of protection enforced by the native shell.

If this ever happened to you: end the No Bloat PDF task in Task Manager once (or restart your machine) and update. No reinstall is needed and nothing on your machine was changed by the bug.

SHA-256:

NoBloatPDF-Setup-1.4.1.exe            742D59D02E1EB08910193F8E3C4ECBD1F72204C00692F6D669FB31832A823149
NoBloatPDF-1.4.1-apple-silicon.dmg    E8937652B6EAE15589A9149FFB3760F36E37C738E953094AED2944E28A86D167
NoBloatPDF-1.4.1-intel.dmg            545124749ED3A13C1A9569A549585CAEAF7620E8FE43FDBF410A0E28FC6711B1

1.4.0: Page editing

Choose a tag to compare

@bgalvan1277 bgalvan1277 released this 06 Aug 11:35

Page editing, and two fixes that were quietly costing people work.

Page editing

Open the Pages panel and you can now select pages and delete, reorder, copy, or export them, then save the result back into the PDF.

  • Right-click a page for the menu, or select and press Delete
  • Right-clicking a page outside the selection selects it, the way a file manager does
  • Every change is undoable before you save
  • Cut, copy, and paste pages, and drag to reorder
  • Export a selection as a new PDF, which defaults to a new filename so it can never overwrite the document you carved it out of

Fixes

External links never opened. "Visit NoBloatPDF.com", "Buy me a coffee", and "Check for Updates" all did nothing. The app had permission to run the open-URL command but no permission for any URL, so every call was rejected, and the failure was being swallowed silently. Those links now work, and a failure surfaces instead of looking like a dead button.

Unsaved work could vanish without warning. The close prompt only ever checked bookmark edits. Annotations, signatures, and page changes were discarded silently when closing a tab, closing the window, or switching tabs. All three now warn first.

Downloads

File Size SHA-256
NoBloatPDF-Setup-1.4.0.exe 4.6 MB 13033F5C2492C102298DF938622886CA75857609D2130742F9D2A10DCF493FD1
NoBloatPDF-1.4.0-apple-silicon.dmg 5.7 MB 8E684F47C446A6580BDEC1EF7840FAACC39693445E1401032A194F212D565676
NoBloatPDF-1.4.0-intel.dmg 5.8 MB 2112FFB8271CBB3847E9F87F50D2EE176A88300C1D99107D0617DB0189B6A16D

The Windows installer is signed with a Microsoft-verified publisher identity (Brian Galvan) and installs per user, so no admin rights are needed. The macOS builds are Developer ID signed and notarized by Apple, and both were verified on macOS 15 and macOS 26 by installing the DMG and confirming a real PDF renders.

Also available with winget install nobloatpdf.

Still zero network calls. Still 4.6 MB. Still MIT.