Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
Ghostscript 在加密 PDF 时是否使用 AES 或 DES 加密方法? 我是否需要指定特定的 -dEncriptionR=# 值(# 可以是 2、3、4、5 等)才能在 Ghostscript 命令行上使用 AES 而不是 DES?
Ghostscript 中的 pdfwrite 设备在加密输出时不支持 AES 或 DES,它只支持 Standard 方法。
EncryptionR 开关仅控制使用标准安全处理程序的哪个版本,它只有两个值 2 或 3,如 gs/ps2pdf.htm 和 PDF 参考手册中所述(我的 1.7 副本中第 122 页的表 3.19参考)