From 7ff0a69be8051701e59a80f843031b70519995c6 Mon Sep 17 00:00:00 2001 From: Sahil Dhiman <52946452+sahilister@users.noreply.github.com> Date: Sat, 12 Sep 2020 20:05:19 +0000 Subject: [PATCH] pdfinfo: add page (#4329) --- pages/common/pdfinfo.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 pages/common/pdfinfo.md diff --git a/pages/common/pdfinfo.md b/pages/common/pdfinfo.md new file mode 100644 index 000000000..19c86f215 --- /dev/null +++ b/pages/common/pdfinfo.md @@ -0,0 +1,16 @@ +# pdfinfo + +> Portable Document Format (PDF) file information viewer. +> More information: . + +- Print PDF file information: + +`pdfinfo {{path/to/file.pdf}}` + +- Specify user password for PDF file to bypass security restrictions: + +`pdfinfo -upw {{password}} {{path/to/file.pdf}}` + +- Specify owner password for PDF file to bypass security restrictions: + +`pdfinfo -opw {{password}} {{path/to/file.pdf}}`