BASH scripts for easy decrypting PDF files with password using qpdf
Go to file
Daltux 8df5caebc2
First version of qpdf-decode-gui, still needing polishing.
2023-12-16 21:53:04 -03:00
img README.md improvement + icon in plain svg 2023-12-05 13:10:59 -03:00
.gitignore First version of qpdf-decode-gui, still needing polishing. 2023-12-16 21:53:04 -03:00
LICENSE.md - POSIX Shell compliance, tested with dash, posh and shellcheck 2023-12-04 23:44:11 -03:00
README.md README.md improvement + icon in plain svg 2023-12-05 13:10:59 -03:00
qpdf-decode First version of qpdf-decode-gui, still needing polishing. 2023-12-16 21:53:04 -03:00
qpdf-decode-gui First version of qpdf-decode-gui, still needing polishing. 2023-12-16 21:53:04 -03:00

README.md

qPDF Decode

Application icon depicting a white unlocked padlock on a red sheet of paper

Permanent decryption of a single PDF file using a password.

Main repository: https://git.disroot.org/daltux/qpdf-decode

Dependencies

  • QPDF tool
    • versions tested: 11.6.3, 8.0.2
  • A POSIX-compliant Shell (/bin/sh)
  • For the graphic user interface (qpdf-decode-gui):
    • YAD
      • tested on 0.40.0 from Debian, Xfce 4.18, GTK+ 3.24.38
      • tested on 0.38.2 from Ubuntu 18.04

GPLv3 - Free Software - Free as in Freedom

Copyright © 2023 Daltux

This program is Free Software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

Acknowledgements