pdflatex:当页面大小不同时,pdf 无法正确插入

pdflatex:当页面大小不同时,pdf 无法正确插入

我必须插入不同大小(高度)的 pdfpages,我知道这些页面的大小。我正在尝试

\batchmode
\documentclass{article}
\usepackage{pdfpages}

\begin{document}
\eject \pdfpagewidth=432pt \pdfpageheight=506.52pt
\includepdfmerge[]{/home/simha/latex/test.pdf, 1}
\eject \pdfpagewidth=432pt \pdfpageheight=116.27999999999997pt
\includepdfmerge[]{/home/simha/latex/test.pdf, 2}
\end{document}

我得到的是

在此处输入图片描述

代替

在此处输入图片描述

相关内容