Learn about Linux
Download Linux
Get Linux help
Get special offers on:
Linux Application Dev Programming Software
Email:
#
Return to Putting together PDF files
© Copyright 1999-2008 - SourceForge, Inc., All Rights Reserved About Linux.com - Privacy Statement - Terms of Use - Advertise - Trademark - Ask Linux Questions - Write for Us - RSS Feed ThinkGeek - Slashdot - SourceForge.net - freshmeat - Surveys - Jobs
long command line options
Posted by: Anonymous Coward on June 17, 2004 08:44 PMSo,
[.bashrc]
alias pdflink='gs -dBATCH -dNOPAUSE -q -sDEVICE=pdfwrite -sOutputFile=./finished.pdf'
will let you do
pdflink file1.pdf file2.pdf<nobr> <wbr></nobr>... to create a file called finished.pdf in the current directory. This doesn't seem difficult.
Disclaimer:: I haven't tried this yet!!
#