Skip to content

v0.1.2

Latest

Choose a tag to compare

@github-actions github-actions released this 07 Aug 23:56
View Setup Tutorial (GIF)

PDF Parser Light Setup Tutorial

First-Time Launch Instructions (Unsigned Binaries)

Because standalone releases are built via automated CI without commercial developer certificates, your operating system may prompt a security warning on first launch:

 macOS (Gatekeeper / macOS Sequoia 15+)

  1. Download pdf-parser-light-macos.zip, extract it, and move PDF Parser Light.app into your /Applications folder.
  2. Option 1 (System Settings):
    • Control-Click (or Right-Click) PDF Parser Light.app and select Open.
    • When the '"PDF Parser Light" Not Opened' prompt appears, click Done (do not click Move to Trash).
    • Open System Settings → Privacy & Security, scroll down to the Security section.
    • Click Open Anyway next to PDF Parser Light, enter your password / Touch ID, and click Open.
  3. Option 2 (Terminal Command): Strip the download quarantine attribute directly in your Terminal:
    xattr -d com.apple.quarantine "/Applications/PDF Parser Light.app"
    
    

🪟 Windows (SmartScreen)

  1. Extract pdf-parser-light-windows.zip and run PDF Parser Light.exe.
  2. If Windows SmartScreen appears, click More info, then click Run anyway.

🐧 Linux

  1. Extract pdf-parser-light-linux.tar.gz.
  2. Ensure the binary has execution permissions:
    chmod +x "PDF Parser Light"
    ./"PDF Parser Light"

Full Changelog: v0.1.1...v0.1.2