You are not logged in.

#1 2010-06-16 09:44:25

kenshis
Member
Registered: 2008-12-16
Posts: 52

advanced pdf manipuliation

Hello, i want to combine 16 pages in one page in landscape(for printing). It would be nice to be able cut off some borders too.
How can i do it?

I tried look into pdftk, but wasn't able to find what i want.

Last edited by kenshis (2010-06-17 16:59:05)

Offline

#2 2010-06-16 10:11:52

kazuo
Member
From: São Paulo/Brazil
Registered: 2008-03-18
Posts: 413
Website

Re: advanced pdf manipuliation

I use pdfjam tools for this, works great.

Offline

#3 2010-06-17 17:53:46

kenshis
Member
Registered: 2008-12-16
Posts: 52

Re: advanced pdf manipuliation

Exactly what I needed, thanks.

For others:
To produce 16 pages in one sheet,
edit  "pdfjam-slides6up"  --nup value to 4x4(or any else) and add   --landscape

Offline

#4 2010-06-17 18:25:19

kenshis
Member
Registered: 2008-12-16
Posts: 52

Re: advanced pdf manipuliation

How can I change page ordering from horizontal (default, at least when --nup 2xX) to vertical?

Offline

#5 2010-06-17 18:33:46

kazuo
Member
From: São Paulo/Brazil
Registered: 2008-03-18
Posts: 413
Website

Re: advanced pdf manipuliation

pdfjam is a frontend for pdfpages (a [pdf]latex package) so all the options are document on pdfpages. The option you need is 'column'

column Pdfpages normally uses `row-major' layout, where successive pages
are placed in rows along the paper. The column option changes the out-
put into a `column-major' layout, where successive pages are arranged in
columns down the paper. Either `true' or `false' (or no value, which is
equivalent to `true'). (Default: column=false)

Look for columnstrict option to. For using with pdfjam the option become '--column true'

Offline

Board footer

Powered by FluxBB