Existing users, log in.  New users, create a free account.  Lost password?

Mac OS X  |  Business / Productivity  |  Office Suites  |  joinPDF  |  For an alternative try Ghostscript

joinPDF

joinPDF

command line tool to join and split PDF files

Version:  2.3.1

   [ Views: 608 ]

For an alternative try Ghostscript

Feedback Type:  Commentary

Contributed by: stephan_de Thursday, May 29 2003 @ 04:52 AM PDT

Product Platform: MacOSX

Used Product For: Have Not Tried

Recommend Product: NO

Place all the files to be merged in one specific folder on the Desktop. Then rename them, so they are in the right order (e.g. doc_1.pdf, doc_2.pdf, you'll get the idea).
Then open up Terminal.app and enter the following: gs -sDEVICE=pdfwrite -dNOPAUSE -dQUIET -dBATCH -sOutputFile=output.pdf
/folder/with/pdfs

Instead of writing /folder/with/pdfs you should - of course - actually drag the folder to this position (but make sure to include one blank after ".pdf").
This command will combine all your pdf files into one, that will be created in the same folder as your source files.   

1 of 1 users found this helpful.

Rate this Commentary

Was this Commentary helpful? Yes | No

Comments

1 comments |

For an alternative try Ghostscript - gdelfino

I was joining 3000 pdf files and joinPDF gave me a java out of memory error. With gs I was able to do the job. Thanks for the hint.

Reply to This

Sunday, March 27 2005 @ 04:40 AM PST