关于 pdf 的问题

关于 pdf 的问题

有没有什么办法可以让 PDF 的一页包含两张纸?

我的意思是一个500页的pdf文件,要修改为一个250页的pdf(每页2张)。

网上有没有类似“小型pdf”的软件/程序?

答案1

您可以使用命令行执行此操作pdfnup(“PDFjam”工具包的一部分)

NAME

   pdfnup - n-up the pages of pdf files

SYNOPSIS
       pdfnup [OPTION [OPTION] ...] [SRC [PAGESPEC] [SRC [PAGESPEC]] ...]

DESCRIPTION
       pdfnup  converts  files  in the Adobe Portable Document Format (PDF) to
       "n-up" PDF files, that is, with multiple input pages per  output  page,
       for  more  economical  printing etc.  The default processing is to 2-up
       landscape output with no frame around pages, equivalent  to  using  the
       options '--nup 2x1 --landscape true --frame false'.

相关内容