CentOS 7.x pdfunite

From Notes_Wiki
Revision as of 09:10, 25 August 2022 by Saurabh (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Home > CentOS > CentOS 7.x > Command line tools and utilities > CentOS 7.x pdfunite

pdftk is now available for CentOS 7.x too.

Till CentOS 6.x Pdftk was available to manage pdf files. For CentOS 7.x use:

  1. yum -y install poppler
  2. Then combine pdfs using:
    pdfunite input1.pdf input2.pdf input3.pdf output.pdf

Note:

  • Probably "convert" from ImageMagick can also be used to create pdfs from input pdfs. It can always create pdf from a series of input images in .jpg etc. formats


Refer:



Home > CentOS > CentOS 7.x > Command line tools and utilities > CentOS 7.x pdfunite