From 34e04ae212c626196e2fe4f89dce6970a1f0bf1d Mon Sep 17 00:00:00 2001 From: Michal Szczepanski Date: Fri, 20 Nov 2020 21:41:37 +0100 Subject: [PATCH] Update README.md with latest changes about password parameter --- README.md | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 9292463..ba74335 100644 --- a/README.md +++ b/README.md @@ -24,12 +24,14 @@ pdfdig -i some_file.pdf pdfdig -h ex. pdfdig -i input-file -o output_directory -f json - --input or -i pdf file location (required) - --output or -o pdf file location (optional default "out") - --debug or -d show debug information (optional - default "false") - --format or -f format (optional - default "text") - ("text,json,xml,html") - --font or -t extract fonts as ttf files (optional) - --help or -h display this help message + --input or -i pdf file location (required) + --output or -o pdf file location (optional default "out") + --debug or -d show debug information (optional - default "false") + --format or -f format (optional - default "text") - ("text,json,xml,html") + --font or -t extract fonts as ttf files (optional) + --password or -p password + --help or -h display this help message + --version or -v display version information ``` ## Advanced usage