My Favorite FOSS Tools: pdfunite (poppler)

pdfunite is a command line utility which is part of the PDF rendering library "Poppler".

This article is part of the series "my-favorite-foss-tools."

Quickstart

  • pdfunite is a command line utility
  • it is part of “Poppler”, a PDF rendering library
  • Install poppler:
    • Arch Linux: pacman -Syu poppler
    • Ubuntu: apt install poppler-utils
    • MacOS: brew install poppler
  • create several pdf files
  • merge them into one output file: pdfunite input1.pdf input2.pdf inputN.pdf output.pdf
Built with Hugo
Theme Stack designed by Jimmy