Anything goes

random and perhaps useful information

Monday, June 13, 2011

Join PS or PDF files in Linux with Ghostscript

You can use gs to join PDF or PS files. The following command joins PDF files.
gs -dBATCH -dNOPAUSE -q -sDEVICE=pdfwrite -sOutputFile=<output file> <input file 1> <input file 2>

The following command joins PS files.
gs -dNOPAUSE -dBATCH -sDEVICE=pswrite -sOutputFile=<output file> <input file 1> <input file 2>
Posted by tsengf at 10:52 PM
Email ThisBlogThis!Share to XShare to FacebookShare to Pinterest

1 comment:

SimonP2207 said...

Perfect, works well, thankyou.

November 28, 2013 at 3:10 AM

Post a Comment

Newer Post Older Post Home
View mobile version
Subscribe to: Post Comments (Atom)

Search This Blog

Pages

  • Main blog
  • About this blog
  • Contact me

Popular Posts

  • DD-WRT on Belkin Share Max N300 (F7D7301)
  • DD-WRT client bridge mode
  • Installing SSH server in Cygwin on Windows 7
  • Install linux using PXE boot with tftp hosted on Windows
  • Configure bridge mode on the 2Wire 2701HG-B Gateway
  • How do I remove .nfs files?
  • Installing sendmail in Cygwin
  • Send Email from the command line in Ubuntu 11.10
  • Convert a space-separated string into array in Bash
  • Play youtube audio from the command line on Raspberry Pi

Labels

android bmw c car cygwin ddwrt emacs freshtomato gmail htpc libreelec linux network openwrt otg pihole pizero politics raspberrypi raspbian repair shopping technology usb utility windows wrt x1
Powered by Blogger.