答案1
您可以通过设置边距来修改文本高度:
\documentclass{article}
\usepackage[a4paper,tmargin=1cm,bmargin=1cm,includeheadfoot]{geometry}
\usepackage{graphicx,multido}
\parindent=0pt
\newsavebox\IBox \sbox\IBox{\includegraphics{/tmp/V43SK}}
\begin{document}
\offinterlineskip
\multido{\iA=0+1,\iB=1+1}{9}{%
\includegraphics[
trim=0 \dimexpr\ht\IBox-\iB\textheight\relax{} 0 \iA\textheight,
clip,width=\textwidth]{/tmp/V43SK}\newline}
\end{document}