coherentgraphics / cpdf-binaries

PDF Command Line Tools binaries for Linux, Mac, Windows
GNU Affero General Public License v3.0
600 stars 42 forks source link

Does cpdf have the function to merge pages? #96

Closed yahuudang closed 1 hour ago

yahuudang commented 2 hours ago

For example, can it merge every two pages into one page, with the option to specify horizontal or vertical merging?

johnwhitington commented 1 hour ago

For example, cpdf -impose-xy "2 1" in.pdf -o out.pdf or cpdf -impose-xy "1 2" in.pdf -o out.pdf. See 9.3 in the manual...