我有一个 .tex 文件,在使用 XeLatex 编译后,当我想提取 PDF 页面或在 Illustrator 中打开单页 PDF 时,它会告诉文件受密码保护(在 Adobe Acrobat 中,不允许提取:工具>内容编辑>页面>提取)有人知道这个吗?例如,考虑使用以下代码创建的 pdf:
\documentclass[12pt,B5paper]{book}
\usepackage{xepersian}
\settextfont{Yas} %or {Scheherazade}
\setlatintextfont{Times New Roman}
\begin{document}
\begin{equation}
f=(f_1^{- 2}+f_2^{- 2})^{- \frac{1}{2} }
\end{equation}
\end{document}
代码创建的 pdf 和日志文件可以在此处下载: https://ufile.io/9rc3w 并附加了“属性”>“安全”选项卡的屏幕截图。