# - - # # - - # # - - # # - This is notes for video - # # - https://www.youtube.com/watch?v=eQoOk5Xbt3M - # # - - # # - Add these lines to the bashrc file on your user profile - # # - - # # - Combine-pdf function - # # - combine-pdf file1.pdf file2.pdf file*.pdf - # combine-pdf() { gs -dBATCH -dNOPAUSE -sDEVICE=pdfwrite -sOutputFile=combinedpdf_`date +'%F_%Hh%M'`.pdf -f "$@" ;} # - - # # - After that on terminal use the command - # combine-pdf file1.pdf file2.pdf file*.pdf