mirror of
https://github.com/quantum5/PDFSignatureRemover.git
synced 2025-04-24 05:01:58 -04:00
Add README.md
This commit is contained in:
parent
9ff4d082c9
commit
e45fdb72f7
18
README.md
Normal file
18
README.md
Normal file
|
@ -0,0 +1,18 @@
|
||||||
|
# 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.
|
Loading…
Reference in a new issue