-
Notifications
You must be signed in to change notification settings - Fork 67
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
upgrade dependency due to potential vulnerabilities
- Loading branch information
Showing
10 changed files
with
15 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
/* | ||
AUTH | hwding | ||
DATE | Sep 10 2017 | ||
DESC | text stamp remover for PDF files | ||
DESC | textual watermark remover for PDF files | ||
MAIL | [email protected] | ||
GITH | github.com/hwding | ||
*/ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
/* | ||
AUTH | hwding | ||
DATE | Jan 06 2018 | ||
DESC | text stamp remover for PDF files | ||
DESC | textual watermark remover for PDF files | ||
MAIL | [email protected] | ||
GITH | github.com/hwding | ||
*/ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
/* | ||
AUTH | hwding | ||
DATE | Sep 10 2017 | ||
DESC | text stamp remover for PDF files | ||
DESC | textual watermark remover for PDF files | ||
MAIL | [email protected] | ||
GITH | github.com/hwding | ||
*/ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
/* | ||
AUTH | hwding | ||
DATE | Sep 05 2017 | ||
DESC | text stamp remover for PDF files | ||
DESC | textual watermark remover for PDF files | ||
MAIL | [email protected] | ||
GITH | github.com/hwding | ||
*/ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
/* | ||
AUTH | hwding | ||
DATE | Jan 06 2018 | ||
DESC | text stamp remover for PDF files | ||
DATE | Oct 23 2018 | ||
DESC | textual watermark remover for PDF files | ||
MAIL | [email protected] | ||
GITH | github.com/hwding | ||
*/ | ||
|
@@ -12,15 +12,15 @@ | |
public class GeneralLogger { | ||
public static class Help { | ||
private static final String usage = | ||
"\nPDF-UnStamper ver. 0.1.4 by hwding@GitHub\n" + | ||
"\nPDF-UnStamper ver. 0.1.5 by hwding@GitHub\n" + | ||
"\nUsage:" + | ||
"\n [OPTION] -i [INPUT PDF] -k [KEYWORDS...] (-o [OUTPUT PDF])" + | ||
"\n [OPTION] -I [INPUT DIR] -k [KEYWORDS...] (-O [OUTPUT DIR])\n" + | ||
"\nOptions:" + | ||
"\n -d, --directly directly modify the input file(s), option o/O is\n" + | ||
" unnecessary when this option is on" + | ||
"\n -r, --recursive process files in the given dir recursively" + | ||
"\n -s, --strict use strict mode, a text area is considered as water mark\n" + | ||
"\n -s, --strict use strict mode, a text area is considered as watermark\n" + | ||
" only if its content strictly equals one of the keywords\n"; | ||
|
||
public static void print() { | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
/* | ||
AUTH | hwding | ||
DATE | Sep 10 2017 | ||
DESC | text stamp remover for PDF files | ||
DESC | textual watermark remover for PDF files | ||
MAIL | [email protected] | ||
GITH | github.com/hwding | ||
*/ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
/* | ||
AUTH | hwding | ||
DATE | Sep 10 2017 | ||
DESC | text stamp remover for PDF files | ||
DESC | textual watermark remover for PDF files | ||
MAIL | [email protected] | ||
GITH | github.com/hwding | ||
*/ | ||
|