https://github.com/quantum5/pdfsignatureremover
Removes signatures from PDF documents, so Adobe Reader does not complain when they don't verify
https://github.com/quantum5/pdfsignatureremover
Last synced: about 1 year ago
JSON representation
Removes signatures from PDF documents, so Adobe Reader does not complain when they don't verify
- Host: GitHub
- URL: https://github.com/quantum5/pdfsignatureremover
- Owner: quantum5
- Created: 2019-03-16T21:49:11.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-03-16T23:21:09.000Z (about 7 years ago)
- Last Synced: 2025-03-26T16:38:36.530Z (about 1 year ago)
- Language: Java
- Size: 2.93 KB
- Stars: 7
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# PDFSignatureRemover [](https://ci.dmoj.ca/job/PDFSignatureRemover/)
Sometimes, you have to open signed PDF files. Digital signature is good
and everything, but it leaves an annoying warning if the signature fails
to verify. If you are using Adobe Reader, every time you open the file, it
complains that the signature is invalid.
`PDFSignatureRemover` is a tool that can remove the pesky signatures for you.
## Usage
```
$ wget https://ci.dmoj.ca/job/PDFSignatureRemover/lastSuccessfulBuild/artifact/target/PDFSignatureRemover-1.0-SNAPSHOT.jar -O PDFSignatureRemover.jar
$ java -jar PDFSignatureRemover.jar signed.pdf output.pdf
```
This will convert `signed.pdf`, with a PDF signature, to `output.pdf`,
without the signature.