splitting A1 size PDF into 4 pages A4

Waitman Gobble gobble.wa at gmail.com
Tue Nov 1 14:55:03 UTC 2016


On Tue, Nov 1, 2016 at 7:31 AM, Matthias Apitz <guru at unixarea.de> wrote:
>
> Hello,
>
> I've got a file, one page A1 size PDF, and want to split this for
> printing (and glueing together) into 4 pages of A4 size PDF; do we have
> something in our ports for this, best a command line tool?
>
> Thanks
>
>         matthias
>
> --
> Matthias Apitz, ✉ guru at unixarea.de, ⌂ http://www.unixarea.de/  ☎ +49-176-38902045
> 1990, when the Russians stood in Germany at river Elbe, we have had peace. Today the
> NATO stands in the Baltic States, in Poland ..., and we have war all over the world.
> _______________________________________________
> freebsd-questions at freebsd.org mailing list
> https://lists.freebsd.org/mailman/listinfo/freebsd-questions
> To unsubscribe, send any mail to "freebsd-questions-unsubscribe at freebsd.org"

One way is to use print/pdftk

# pdftk testa4.pdf cat 1 output a4-1.pdf
# pdftk testa4.pdf cat 2 output a4-2.pdf
# pdftk testa4.pdf cat 3 output a4-3.pdf
# pdftk testa4.pdf cat 4 output a4-4.pdf

Might be a way to do all pages at once,



-- 
Waitman Gobble
Los Altos California USA
510-830-7975


More information about the freebsd-questions mailing list