?? 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 + -