Skip to content

Releases: kr-ci/pdf-manipulator

PDF Manipulator v2.2.0

Choose a tag to compare

@kr-ci kr-ci released this 12 Jul 16:02

PDF Manipulator v2.2.0

A free, open-source tool for local PDF manipulation — now available as a
native MSI installer for Windows in addition to the Inno Setup
installer, alongside the existing Linux AppImage.

What's new in 2.2.0

  • 🌐 Massively expanded language support — from 11 to 53
    languages
    , covering European, Asian, Middle Eastern and African
    languages (including Hindi, Bengali, Japanese, Korean, Arabic, Hebrew,
    Vietnamese, Swahili, Zulu and many more)
  • 🔍 Full-text search across PDF files — search a phrase across
    multiple documents at once, with case-sensitive and whole-word options
    and a click-to-preview result list
  • 📦 Windows MSI installer — for IT/GPO deployment, alongside the
    existing Inno Setup .exe installer
  • 🐧 Linux AppImage build tooling — portable, no installation required
  • 🛠️ Multithreaded PDF→DOCX conversion fix, first-run dialog and privacy
    notice fixes, always-on-top window behavior fix, corrected
    update-checker backend URL

Features

  • Merge — combine multiple PDF files into one
  • Split — extract selected pages or ranges
  • Encrypt / Decrypt — AES-256, PDF-standard compliant
  • PDF → DOCX conversion — preserves formatting
  • Rotate pages — any pages, any angle
  • Remove pages — precise removal of selected pages
  • Reorder pages — drag and drop
  • Full-text search — find text across multiple PDF files at once
  • Compress to ZIP — batch packaging with optional password
  • Built-in PDF preview — no external application needed

Downloads

Platform File SHA-256
Windows 10/11 (installer) PDFManipulator-2.2.0-Setup.exe e18850953858a02d492e24519eb3f22ac96f70da351ac061c1c66e6f0d60ac73
Windows 10/11 (MSI, for IT/GPO) PDFManipulator-2.2.0.msi af654b166a4f33fe8ccf933cadd9fe8eb35eed59745c376fbc12096c5b4ea8ec
Linux x86_64 (AppImage) PDF_Manipulator-2.2.0-x86_64.AppImage 2370c40402625ee9a6ba37bbeb112a1185bc74157d6063dea2c77ec5d2b18643

Both Windows installers are digitally signed (Authenticode). The Linux
AppImage is signed with GPG (see below).

Integrity verification

sha256sum -c SHA256SUMS.txt

GPG signature verification (Linux AppImage)

# Import the public key (once)
gpg --import PDF-Manipulator-public.asc

# Verify the signature
gpg --verify PDF_Manipulator-2.2.0-x86_64.AppImage.asc \
             PDF_Manipulator-2.2.0-x86_64.AppImage

Key fingerprint: ABFB F0D7 24A7 6EDD F837 937E 5572 B628 3899 C381

System requirements

  • Windows: Windows 10/11 (64-bit)
  • Linux: Ubuntu 22.04 LTS+ or a compatible x86_64 distribution

A note on antivirus warnings

Some antivirus engines may flag PDF Manipulator as potentially unwanted
software (PUA), mainly due to the Security Test feature (recovering
the password of your own PDF files). This is a known false positive —
see the README
for details.

License

GNU AGPL-3.0 — full source code available in this repository.

PDF Manipulator v2.1.0

Choose a tag to compare

@kr-ci kr-ci released this 10 Jun 20:53

PDF Manipulator v2.1.0

Pierwsze publiczne wydanie PDF Manipulatora — darmowego, open-source narzędzia do manipulacji plikami PDF działającego w 100% lokalnie.

Funkcje

  • Scalanie — łącz wiele plików PDF w jeden
  • Dzielenie — wycinaj wybrane strony lub zakresy
  • Szyfrowanie / Deszyfrowanie — AES-256, zgodne ze standardem PDF
  • Konwersja PDF → DOCX — z zachowaniem formatowania
  • Obracanie stron — dowolne strony, dowolny kąt
  • Usuwanie stron — precyzyjne usuwanie wybranych stron
  • Zmiana kolejności stron — przeciągnij i upuść
  • Kompresja do ZIP — pakowanie wsadowe
  • Podgląd PDF — wbudowany, bez zewnętrznych aplikacji

Pobieranie

Platforma Plik SHA-256
Linux x86_64 (AppImage) PDF_Manipulator-2.1.0-x86_64.AppImage 133520165c29f2a289dead3d84882047fdcb99f171a523697111063bd31c4212

Weryfikacja integralności

sha256sum -c SHA256SUMS.txt

Weryfikacja podpisu GPG

# Zaimportuj klucz publiczny (raz)
gpg --import PDF-Manipulator-public.asc

# Zweryfikuj podpis
gpg --verify PDF_Manipulator-2.1.0-x86_64.AppImage.asc \
             PDF_Manipulator-2.1.0-x86_64.AppImage

Fingerprint klucza: ABFB F0D7 24A7 6EDD F837 937E 5572 B628 3899 C381

Wymagania systemowe

  • Linux: Ubuntu 22.04 LTS+ lub kompatybilna dystrybucja x86_64

Licencja

GNU AGPL-3.0 — kod źródłowy dostępny w tym repozytorium.