Difference between revisions of "CentOS 7.x pdftk"

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 pdftk= You can also refer to older Ce...")
 
m
 
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 pdftk]]
=CentOS 7.x pdftk=


You can also refer to older CentOS 6.x [[pdftk]] article.
You can also refer to older CentOS 6.x [[pdftk]] article.
Line 10: Line 9:
</pre>
</pre>
as pdftk is using 32-bit version of libstdc++ library.
as pdftk is using 32-bit version of libstdc++ library.
[[Main Page|Home]] > [[CentOS]] > [[CentOS 7.x]] > [[CentOS 7.x command line tools and utilities|Command line tools and utilities]] > [[CentOS 7.x pdftk]]

Latest revision as of 09:09, 25 August 2022

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

You can also refer to older CentOS 6.x pdftk article.

On CentOS 7 you might have to install pdftk using:

   yum -y install libstdc++.i686
   yum -y install pdftk

as pdftk is using 32-bit version of libstdc++ library.


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