Top "Pdftk" questions

A simple, GPL-licensed command-line tool for manipulating PDF documents.

pdftk compression option

I use pdftk to compress a pdf using the following command line pdftk file1.pdf output file2.pdf compress It …

compression pdftk
How to install pdftk on Mac OS X

I want to install pdftk with MacPorts, but this command does not work: sudo apt-get install pdftk Is it possible …

macos pdftk
Convert HTML form data into a PDF file using PHP

I have been looking and testing this for a couple days now and was wondering if anyone could point me …

php html forms pdf pdftk
Split a PDF in two

How do you easily split a large PDF into two (or more) separate PDFs? Say we have foo-bar.pdf, section …

pdf pdftk
pdftk split pdf with multiple pages but total size grew

with php i have to split a single pdf file with multiple pages inside it to a lot of PDF …

php pdf split pdftk
PDFtk Server on OS X 10.11

I've been using PDFTK Server on OSX pre 10.11 for over a year without any issues running commands on the command …

macos pdf homebrew pdftk osx-elcapitan
How to repair a PDF file and embed missing fonts

I use pdftk to repair some failures in corrupted PDF files, but I faced another problem which is not fixed …

pdf fonts pdf-generation truetype pdftk
How to find and replace text in a existing PDF file with PDFTK (or other command line application)

I have on each page of my PDF document a line with this string: %REPLACE% Which I'd like to find …

bash pdf pdftk
PDFTK Rotating Pages Problem

I'm trying to use PDFTK to rotate pages in my PDF document. Executing something like the following should result in …

pdf acrobat pdftk
Remove the last page of a pdf file using PDFtk?

Can someone please tell me how to remove the last page of a PDF file, using PDFtk?

linux pdf pdftk