<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://aznot.com/index.php?action=history&amp;feed=atom&amp;title=Linux%2Fpdftk</id>
	<title>Linux/pdftk - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://aznot.com/index.php?action=history&amp;feed=atom&amp;title=Linux%2Fpdftk"/>
	<link rel="alternate" type="text/html" href="https://aznot.com/index.php?title=Linux/pdftk&amp;action=history"/>
	<updated>2026-05-09T06:59:27Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.41.0</generator>
	<entry>
		<id>https://aznot.com/index.php?title=Linux/pdftk&amp;diff=3417&amp;oldid=prev</id>
		<title>Kenneth: /* pdftk */</title>
		<link rel="alternate" type="text/html" href="https://aznot.com/index.php?title=Linux/pdftk&amp;diff=3417&amp;oldid=prev"/>
		<updated>2016-05-18T20:41:56Z</updated>

		<summary type="html">&lt;p&gt;&lt;span dir=&quot;auto&quot;&gt;&lt;span class=&quot;autocomment&quot;&gt;pdftk&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;== pdftk ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;&lt;br /&gt;
If PDF is electronic paper, then pdftk is an electronic&lt;br /&gt;
staple-remover, hole-punch, binder, secret-decoder-ring, and&lt;br /&gt;
X-Ray-glasses. Pdftk is a simple tool for doing everyday things&lt;br /&gt;
with PDF documents. Keep one in the top drawer of your desktop and&lt;br /&gt;
use it to:&lt;br /&gt;
&lt;br /&gt;
* Merge PDF Documents&lt;br /&gt;
* Split PDF Pages into a New Document&lt;br /&gt;
* Decrypt Input as Necessary (Password Required)&lt;br /&gt;
* Encrypt Output as Desired&lt;br /&gt;
* Burst a PDF Document into Single Pages&lt;br /&gt;
* Report on PDF Metrics, including Metadata and Bookmarks&lt;br /&gt;
* Uncompress and Re-Compress Page Streams&lt;br /&gt;
* Repair Corrupted PDF (Where Possible)&lt;br /&gt;
&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Installation ===&lt;br /&gt;
&lt;br /&gt;
In rpmforge for CentOS&lt;br /&gt;
 yum install pdftk&lt;br /&gt;
&lt;br /&gt;
RedHat 6 RPM:&lt;br /&gt;
 sudo yum install libgcj&lt;br /&gt;
 wget https://www.pdflabs.com/tools/pdftk-the-pdf-toolkit/pdftk-2.02-1.el6.x86_64.rpm&lt;br /&gt;
 sudo rpm -i pdftk-2.02-1.*.rpm&lt;br /&gt;
&lt;br /&gt;
* Install PDFtk on Red Hat or CentOS - https://www.pdflabs.com/docs/install-pdftk-on-redhat-or-centos/&lt;br /&gt;
&lt;br /&gt;
== Joining Files ==&lt;br /&gt;
&lt;br /&gt;
 pdftk file1.pdf file2.pdf cat output newFile.pdf&lt;br /&gt;
&lt;br /&gt;
== Splitting Files ==&lt;br /&gt;
&lt;br /&gt;
 pdftk user_guide.pdf burst&lt;br /&gt;
&lt;br /&gt;
== Remove Pages ==&lt;br /&gt;
&lt;br /&gt;
 pdftk myDocument.pdf cat 1-9 26-end output removedPages.pdf&lt;br /&gt;
&lt;br /&gt;
== References ==&lt;br /&gt;
&lt;br /&gt;
* Manipulating PDFs with the PDF Toolkit | Linux.com - https://www.linux.com/learn/tutorials/442414-manipulating-pdfs-with-the-pdf-toolkit&lt;br /&gt;
* List of PDF Editing tools for Ubuntu | Ubuntu Geek - http://www.ubuntugeek.com/list-of-pdf-editing-tools-for-ubuntu.html&lt;br /&gt;
&lt;br /&gt;
== keywords ==&lt;/div&gt;</summary>
		<author><name>Kenneth</name></author>
	</entry>
</feed>