📄 encrypt_pdf.txt
字号:
PDF document encryptorusage: input_file output_file user_password owner_password permissions 128|40permissions is 8 digit long 0 or 1. Each digit has a particular security function:AllowPrintingAllowModifyContentsAllowCopyAllowModifyAnnotationsAllowFillIn (128 bit only)AllowScreenReaders (128 bit only)AllowAssembly (128 bit only)AllowDegradedPrinting (128 bit only)Example permissions to copy and print would be: 10100000You'll need iText to run it (http://www.lowagie.com/iText).Command line example:java -cp itext.jar com.lowagie.tools.encrypt_pdf input.pdf output.pdf "" master 10100000 128Author: Paulo Soares (psoares@consiste.pt)
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -