You are not logged in.

#1 2011-10-30 14:54:52

Cotton
Member
From: Cornwall, UK
Registered: 2004-09-17
Posts: 568

[REQ] page-crunch (pdf collator)

Hi,
Could someone create a pkgbuild for page-crunch - its an app for combining pdfs.
Source available here:
http://packages.debian.org/source/sid/page-crunch

Thanks.

Offline

#2 2011-10-31 22:25:29

lucak3
Member
From: Italy
Registered: 2010-01-23
Posts: 72

Re: [REQ] page-crunch (pdf collator)

Before packaging that, i would consider using pdftk, since it can do that and much more and it's already there: see AUR for results https://aur.archlinux.org/packages.php? … _Search=Go


The Linux philosophy is 'laugh in the face of danger'. Oops. Wrong one. 'Do it yourself'. That's it. - Linus Torvalds

Offline

#3 2011-11-01 16:04:43

z0id
Member
From: Romania
Registered: 2010-02-02
Posts: 122

Re: [REQ] page-crunch (pdf collator)

Also, Couturier. More eye candy.


/usr/bin/drinking

Offline

#4 2011-11-01 16:28:36

frabjous
Member
Registered: 2010-07-13
Posts: 367

Re: [REQ] page-crunch (pdf collator)

In addition to those mentioned, there's also, stapler, pdfjam, pdfsam, pdfshuffler, jpdftweak... etc., heck you can merge PDFs with bare ghostscript, which you probably already have installed.

gs -dBATCH -dNOPAUSE -dSAFER -sDEVICE=pdfwrite -sOutputFile=output.pdf input1.pdf input2.pdf input3.pdf

Last edited by frabjous (2011-11-01 16:30:48)

Offline

#5 2011-11-01 23:22:28

Cotton
Member
From: Cornwall, UK
Registered: 2004-09-17
Posts: 568

Re: [REQ] page-crunch (pdf collator)

Thanks for the suggestions. 

What I'm after is something that can merge two single page pdfs onto a single page.
The source material is vector graphics& text based so the output page size doesn't matter.

Offline

#6 2011-11-02 00:08:34

frabjous
Member
Registered: 2010-07-13
Posts: 367

Re: [REQ] page-crunch (pdf collator)

pdfjam and jpdftweak do that with their nup features... maybe some of the others I mentioned too; I don't have them all installed right now. I think  you can print multiple page PDFs to multiple pages per sheet with cupspdf too, but I don't have that installed right now either.

Last edited by frabjous (2011-11-02 00:09:34)

Offline

#7 2011-11-02 08:24:51

lucak3
Member
From: Italy
Registered: 2010-01-23
Posts: 72

Re: [REQ] page-crunch (pdf collator)

Cotton wrote:

What I'm after is something that can merge two single page pdfs onto a single page.
The source material is vector graphics& text based so the output page size doesn't matter.

Whatever the source, you can try 'pdftk input1.pdf input2.pdf cat output output.pdf'. More information on 'man pdftk' if you install that, else the interweb are full of those instructions, just search for 'collate pdf linux' or 'merge pdf linux'...


The Linux philosophy is 'laugh in the face of danger'. Oops. Wrong one. 'Do it yourself'. That's it. - Linus Torvalds

Offline

Board footer

Powered by FluxBB