PDF N-Up Maker:一个把PDF转成小册子或者把多个页面放到一个页面上的工具(免费,免Acrobat,命令行模式)

N-Up Printing allows you to shrink several pages onto one page(N-Up打印输出允许你缩小若干个页面 到一个页面上)
Booklet就是小册子
该程序是一个iText 在GCj下实现的例子,源代码来自sf.net上的qvpdf。

暂时未写iTextSharp版本,如果有需要请和我联系。
下载地址: http://rubypdf.com/softwares/pdf-n-up-maker

nup_pdf <infile> <outfile> <pages> [options]

   infile          : input PDF file
   outfile         : output PDF file
   pages           : number of pages per sheet. pages = 2^n * x^2

Options:
   -b              : draw bounding boxes
   -m <margin>     : outer margin (measured in points)
   -s <spacing>    : spacing between pages (measured in points)
   -k <mode>       : 0=n-Up, 1=Booklet

(C) 2005 Marcus May (QuoVadis/NBS)

Compile to native code using gcj by:
Steven Lee( [email protected])
http://www.steedsoft.com/

你可能感兴趣的:(Make)