scripts:files:merge_multiple_pdf_files

Merging multiple PDF's can be done using several programs. I used to use ImageMagick, but it can destroy the resolution. Instead, ghostscript and pdftk provide nice options.

Using pdftk:

pdfunite in1.pdf in2.pdf out.pdf

Make sure you put out.pdf otherwise it will overwrite the last file! This has no loss in resolution (unlike the ghostscript version).

  • scripts/files/merge_multiple_pdf_files.txt
  • Last modified: 2023-03-27 02:28
  • by Tony