CentOS 7.x pdfunite

From Notes_Wiki
Revision as of 07:41, 24 December 2017 by Saurabh (talk | contribs)

<yambe:breadcrumb>CentOS_7.x_command_line_tools_and_utilities|CentOS 7.x command line tools and utilities</yambe:breadcrumb>

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: