PDF 安全性的奇怪行为

Cas*_*rYC 0 pdf security postscript password-protection

使用 Adob​​e PDF 打印机打印文档时,我得到以下信息:

This PostScript file was created from an encrypted PDF file.Redistilling encrypted PDF is not permitted.
Run Code Online (Sandbox Code Playgroud)

但如果我查看 PDF 文件(无需任何密码即可打开),它会显示

在此输入图像描述

为什么我无法打印它?即使通过物理打印机?

小智 6

我使用 ps2pdf 收到了该消息。

解决方案是手动编辑 PS 文件并删除这些行:

%% Removing the following eleven lines is illegal, subject to the Digital Copyright Act of 1998.
mark currentfile eexec
[...]
cleartomark
Run Code Online (Sandbox Code Playgroud)