在 linux 上将 pdf 转换为 2up

bst*_*rre 14 linux pdf

有没有一种简单的方法可以将 PDF 转换为 2-up PDF,以便我可以将其发送到不合作的打印机并实际输出 2-up?

我希望使用常用的 linux 工具。(我正在运行 debian FWIW。)

谢谢。

Lud*_*erl 14

您可以pdfnup为此目的使用。它是这样的一部分pdfjam并使用:

pdfnup document.pdf --nup 2x1 --outfile document2up.pdf
Run Code Online (Sandbox Code Playgroud)