BASH scripts for easy decrypting PDF files with password using qpdf
Go to file
Daltux 094e29ab8a
- POSIX Shell compliance, tested with dash, posh and shellcheck
- Inkscape SVG (gzipped) and exported PNG icon for (yet to be) qpdf-decode-gui
- Increase README.md
- Markdown LICENSE.md replaces clear text LICENSE
2023-12-04 23:44:11 -03:00
img - POSIX Shell compliance, tested with dash, posh and shellcheck 2023-12-04 23:44:11 -03:00
LICENSE.md - POSIX Shell compliance, tested with dash, posh and shellcheck 2023-12-04 23:44:11 -03:00
README.md - POSIX Shell compliance, tested with dash, posh and shellcheck 2023-12-04 23:44:11 -03:00
qpdf-decode - POSIX Shell compliance, tested with dash, posh and shellcheck 2023-12-04 23:44:11 -03:00

README.md

qPDF Decode

Shell scripts for easier decrypting PDF files with a password using QPDF.

Dependencies

  • QPDF (tested on version 11.6.3)
  • A POSIX-compliant Shell (/bin/sh)
  • For the graphic user interface:
    • 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