Re: OT - stitching together 2 pdf files

2011-07-27 Thread Matthew Moore
On Tuesday July 26 2011 1:27:29 PM Itay wrote: > On Tue, 12 Jul 2011, AG wrote: > > Hi all > > > > Sorry for the OT, but does anyone know of a way to stitch 2 separate pdf > > files together to make one large one? > > Check the pdfjam package. Or pdftk. MM -- To UNSUBSCRIBE, email to debian-

Re: OT - stitching together 2 pdf files

2011-07-26 Thread Itay
On Tue, 12 Jul 2011, AG wrote: Hi all Sorry for the OT, but does anyone know of a way to stitch 2 separate pdf files together to make one large one? Check the pdfjam package. HTH Itay I'm pretty sure acroread won't, but I was wondering about Xpdf or possibly a command-line approach? Th

Re: OT - stitching together 2 pdf files

2011-07-13 Thread Camaleón
On Tue, 12 Jul 2011 22:12:21 +0100, Roger Leigh wrote: > On Tue, Jul 12, 2011 at 06:28:02PM +, Camaleón wrote: >> On Tue, 12 Jul 2011 13:59:55 -0300, Facundo Aguirre wrote: (...) >> > gs -dBATCH -dNOPAUSE -q -sDEVICE=pdfwrite -sOutputFile=finished.pdf >> > file1.pdf file2.pdf >> >> +1 for t

Re: OT - stitching together 2 pdf files

2011-07-12 Thread lee
AG writes: > Nonetheless, to sound somewhat Rumsfeldian ... I really don't know > what I don't know. Consequently, I would never have imagined that I > could run such a command and get a coherent answer. So apologies if > my system can tell me this, but how do I find out what else my system > c

Re: OT - stitching together 2 pdf files

2011-07-12 Thread Wayne Topa
On 07/12/2011 04:10 PM, AG wrote: On 12/07/11 19:22, Wayne Topa wrote: On 07/12/2011 12:34 PM, AG wrote: Hi all Sorry for the OT, but does anyone know of a way to stitch 2 separate pdf files together to make one large one? I'm pretty sure acroread won't, but I was wondering about Xpdf or poss

Re: OT - stitching together 2 pdf files

2011-07-12 Thread Roger Leigh
On Tue, Jul 12, 2011 at 06:28:02PM +, Camaleón wrote: > On Tue, 12 Jul 2011 13:59:55 -0300, Facundo Aguirre wrote: > > > On Tue, Jul 12, 2011 at 05:34:00PM +0100, AG wrote: > > >> Sorry for the OT, but does anyone know of a way to stitch 2 separate > >> pdf files together to make one large on

Re: OT - stitching together 2 pdf files

2011-07-12 Thread Philipp Überbacher
Excerpts from AG's message of 2011-07-12 18:34:00 +0200: > Hi all > > Sorry for the OT, but does anyone know of a way to stitch 2 separate pdf > files together to make one large one? > > I'm pretty sure acroread won't, but I was wondering about Xpdf or > possibly a command-line approach? > > T

Re: OT - stitching together 2 pdf files

2011-07-12 Thread AG
On 12/07/11 19:22, Wayne Topa wrote: On 07/12/2011 12:34 PM, AG wrote: Hi all Sorry for the OT, but does anyone know of a way to stitch 2 separate pdf files together to make one large one? I'm pretty sure acroread won't, but I was wondering about Xpdf or possibly a command-line approach? Than

Re: OT - stitching together 2 pdf files

2011-07-12 Thread John A. Sullivan III
On Tue, 2011-07-12 at 17:34 +0100, AG wrote: > Hi all > > Sorry for the OT, but does anyone know of a way to stitch 2 separate pdf > files together to make one large one? > > I'm pretty sure acroread won't, but I was wondering about Xpdf or > possibly a command-line approach? > We made it a r

Re: OT - stitching together 2 pdf files

2011-07-12 Thread AG
On 12/07/11 17:34, AG wrote: Hi all Sorry for the OT, but does anyone know of a way to stitch 2 separate pdf files together to make one large one? I'm pretty sure acroread won't, but I was wondering about Xpdf or possibly a command-line approach? Thanks for any help. Cheers AG Thanks

Re: OT - stitching together 2 pdf files

2011-07-12 Thread Camaleón
On Tue, 12 Jul 2011 13:59:55 -0300, Facundo Aguirre wrote: > On Tue, Jul 12, 2011 at 05:34:00PM +0100, AG wrote: >> Sorry for the OT, but does anyone know of a way to stitch 2 separate >> pdf files together to make one large one? >> >> I'm pretty sure acroread won't, but I was wondering about Xp

Re: OT - stitching together 2 pdf files

2011-07-12 Thread Wayne Topa
On 07/12/2011 12:34 PM, AG wrote: Hi all Sorry for the OT, but does anyone know of a way to stitch 2 separate pdf files together to make one large one? I'm pretty sure acroread won't, but I was wondering about Xpdf or possibly a command-line approach? Thanks for any help. You already have an

Re: OT - stitching together 2 pdf files

2011-07-12 Thread Steven Rosenberg
On 07/12/2011 09:59 AM, Hans-J. Ullrich wrote: Me again. Maybe "pdfshuffler" might work as well. It was the tool, I used that time for my own purposes. I installed and used pdfshuffler a few weeks ago. It gets the job done. -- To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org w

Re: OT - stitching together 2 pdf files

2011-07-12 Thread Andrew McGlashan
Hi, AG wrote: Sorry for the OT, but does anyone know of a way to stitch 2 separate pdf files together to make one large one? I'm pretty sure acroread won't, but I was wondering about Xpdf or possibly a command-line approach? Thanks for any help. I've done this previously by printing to a

Re: OT - stitching together 2 pdf files

2011-07-12 Thread Roger Leigh
On Tue, Jul 12, 2011 at 05:34:00PM +0100, AG wrote: > Sorry for the OT, but does anyone know of a way to stitch 2 separate > pdf files together to make one large one? pdftk 1.pdf 2.pdf ... n.pdf output combined.pdf Regards, Roger -- .''`. Roger Leigh : :' : Debian GNU/Linux ht

Re: OT - stitching together 2 pdf files

2011-07-12 Thread Facundo Aguirre
Try this (you need the ghostscript package): gs -dBATCH -dNOPAUSE -q -sDEVICE=pdfwrite -sOutputFile=finished.pdf file1.pdf file2.pdf On Tue, Jul 12, 2011 at 05:34:00PM +0100, AG wrote: > Hi all > > Sorry for the OT, but does anyone know of a way to stitch 2 separate > pdf files together to mak

Re: OT - stitching together 2 pdf files

2011-07-12 Thread Hans-J. Ullrich
Am Dienstag, 12. Juli 2011 schrieb AG: > Hi all > > Sorry for the OT, but does anyone know of a way to stitch 2 separate pdf > files together to make one large one? > > I'm pretty sure acroread won't, but I was wondering about Xpdf or > possibly a command-line approach? > > Thanks for any help.

Re: OT - stitching together 2 pdf files

2011-07-12 Thread Go Linux
I think PDFedit might be able to do that. I've played with it a little but never put it to a real test. --- On Tue, 7/12/11, AG wrote: > From: AG > Subject: OT - stitching together 2 pdf files > To: "Debian User List" > Date: Tuesday, July 12, 2011, 11:34 AM >

Re: OT - stitching together 2 pdf files

2011-07-12 Thread Hans-J. Ullrich
Am Dienstag, 12. Juli 2011 schrieb AG: > Hi all > > Sorry for the OT, but does anyone know of a way to stitch 2 separate pdf > files together to make one large one? > > I'm pretty sure acroread won't, but I was wondering about Xpdf or > possibly a command-line approach? > > Thanks for any help.

Re: OT - stitching together 2 pdf files

2011-07-12 Thread Peter Beck
AG quatschte am Tue, Jul 12, 2011 at 05:34:00PM +0100: > Hi all > > Sorry for the OT, but does anyone know of a way to stitch 2 separate > pdf files together to make one large one? Hi AG, pdftk can do that: pdftk 1.pdf 2.pdf cat output 12.pdf Cheers Peter -- To UNSUBSCRIBE, email to debia

Re: OT - stitching together 2 pdf files

2011-07-12 Thread Juan Sierra Pons
Pdftk is your tool Man pdftk El 12/07/2011 18:51, "AG" escribió: Hi all Sorry for the OT, but does anyone know of a way to stitch 2 separate pdf files together to make one large one? I'm pretty sure acroread won't, but I was wondering about Xpdf or possibly a command-line approach? Thanks fo

OT - stitching together 2 pdf files

2011-07-12 Thread AG
Hi all Sorry for the OT, but does anyone know of a way to stitch 2 separate pdf files together to make one large one? I'm pretty sure acroread won't, but I was wondering about Xpdf or possibly a command-line approach? Thanks for any help. Cheers AG -- To UNSUBSCRIBE, email to debian-use