diff --git a/pages/common/pdfinfo.md b/pages/common/pdfinfo.md new file mode 100644 index 0000000000..19c86f215f --- /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}}`