pdfjam:将多个pdf合并到一页中而没有空白

时间:2018-10-24 15:33:05

标签: pdflatex

我想使AB靠近而没有空间:

------       ------            ----------     ------------
|     |      |      |          |  ————  |    | ——    ——  |
|  A  |      |  B   |          |  |A|B| |    | |A|   |B| |
|     |      |      |          |  ————  |    |  ——   ——  |
|     |      |      |  --->    |        |NOT |           |
|     |      |      |          |        |    |           |
|     |      |      |          |        |    |           |
|     |      |      |          |        |    |           |
------       ------            ------      --------

我使用的是

pdfjam figurea.pdf figureb.pdf --nup 2x1 --landscape --outfile figureout.pdf

1 个答案:

答案 0 :(得分:0)

尝试为delta指定一个负值:

pdfjam figurea.pdf figureb.pdf --delta '-10 0' --nup 2x1 --landscape --outfile figureout.pdf