Skip to content

Instantly share code, notes, and snippets.

@nii236
Created February 26, 2016 09:35
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nii236/568bca0cec9e092a6da9 to your computer and use it in GitHub Desktop.
Save nii236/568bca0cec9e092a6da9 to your computer and use it in GitHub Desktop.
This gist will take all of the PDFs in the current folder, and then output all of your 8up PDFs into the /out folder.
mkdir out && find . -type f -name \*.pdf -maxdepth 1 -exec pdfjam {} --nup 8x1 --papersize '{500px,100px}' --outfile out/{} \;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment