Difference between revisions of "CentOS 7.x pdfunite"

From Notes_Wiki
(Created page with "<yambe:breadcrumb>CentOS_7.x_command_line_tools_and_utilities|CentOS 7.x command line tools and utilities</yambe:breadcrumb> =CentOS 7.x pdfunite= Till CentOS 6.x Pdftk w...")
 
m
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
<yambe:breadcrumb>CentOS_7.x_command_line_tools_and_utilities|CentOS 7.x command line tools and utilities</yambe:breadcrumb>
[[Main Page|Home]] > [[CentOS]] > [[CentOS 7.x]] > [[CentOS 7.x command line tools and utilities|Command line tools and utilities]] > [[CentOS 7.x pdfunite]]
=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:
Till CentOS 6.x [[Pdftk]] was available to manage pdf files.  For CentOS 7.x use:
Line 16: Line 17:
Refer:
Refer:
* https://www.centos.org/forums/viewtopic.php?t=53946
* https://www.centos.org/forums/viewtopic.php?t=53946
[[Main Page|Home]] > [[CentOS]] > [[CentOS 7.x]] > [[CentOS 7.x command line tools and utilities|Command line tools and utilities]] > [[CentOS 7.x pdfunite]]

Latest revision as of 09:10, 25 August 2022

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