我有一个非常简单的 .tex 文件:
\documentclass{article}
\usepackage{pdfpages}
\begin{document}
\includepdf{blank.pdf}
\end{document}
当我使用 xelatex (xelatex sample.tex) 编译它时,出现错误:
xdvipdfmx:fatal: typecheck: 无效对象类型:-1 7 (第 2167 行) 未写入输出 PDF 文件。生成输出时发生错误 1 (驱动程序返回代码);
blank.pdf 是一个简单的空白 PDF 页面。“pdfinfo blank.pdf”返回以下内容:
Title:
Creator: Microsoft Word: cgpdftops CUPS filter
Producer: Acrobat Distiller 9.4.2 (Macintosh)
CreationDate: Tue Apr 19 11:41:26 2011 Romance Daylight Time
ModDate: Mon May 13 12:38:48 2019 Romance Daylight Time
Tagged: no
UserProperties: no
Suspects: no
Form: AcroForm
JavaScript: no
Pages: 1
Encrypted: no
Page size: 595.22 x 842 pts (A4)
Page rot: 0
File size: 14695 bytes
Optimized: no
PDF version: 1.6
我认为这与 MikTex 的最新更新有关,因为我之前没有注意到这个问题。
我迷路了。也许我应该降级我的 Latex 安装?怎么做?有什么想法吗?
非常感谢