
- #PDF FORM FILLER UBUNTU MAC OS X#
- #PDF FORM FILLER UBUNTU PDF#
- #PDF FORM FILLER UBUNTU ARCHIVE#
- #PDF FORM FILLER UBUNTU SOFTWARE#
- #PDF FORM FILLER UBUNTU DOWNLOAD#
#PDF FORM FILLER UBUNTU PDF#
You can even specify what page of the PDF you want the attachment to appear on. Pdftk can attach binary and text files to a PDF with ease.
#PDF FORM FILLER UBUNTU ARCHIVE#
And instead of pulling a file from an archive to view it, you just double-click on the attachment’s icon to open the file from your PDF viewer.

If you move a PDF from one computer to another, and don’t move the archive along with it, you won’t have access to the attachments. Why attach a file to a PDF instead of sending an archive? The major appeal is convenience. Until I found pdftk, I was forced to move my PDF documents to a Windows box whenever I needed to attach a file. I regularly used this feature to include addenda, surveys, or additional information with a published PDF. When I moved to Linux from Windows in 1999, I missed Adobe Acrobat’s ability to attach files to a PDF. The resulting files are small, and the PDFs retain excellent resolution. I have used this syntax extensively to trim pages from work samples that I have posted on my company’s Web site, and to extract articles from back issues of a magazine to which I contribute. Pdftk myDocument.pdf cat 1-9 26-end output removedPages.pdf For example, to remove pages 10 to 25 from a PDF file, you’d type the following command: On the other hand, I found pdftk’s ability to remove specific pages from a PDF file to be useful. I don’t see the use of doing that, and with larger documents you wind up with a lot of files with names corresponding to their page numbers, like pg_0001 and pg_0013 - not very intuitive. The burst option breaks a PDF into multiple files - one file for each page: Splitting PDF files with pdftk was an interesting experience. Where some other applications point to the wrong destinations for hyperlinks, the links in PDFs combined using pdftk managed to hit each link target perfectly. Pdftk doesn’t retain bookmarks, but it does keep hyperlinks to both destinations within the PDF and to external files or Web sites. Pdftk file1.pdf file2.pdf cat output newFile.pdfĬat is short for concatenate - that is, link together, for those of us who speak plain English - and output tells pdftk to write the combined PDFs to a new file. Pdftk’s ability to join two or more PDF files is on par with such specialized applications as pdfmeld and joinPDF (discussed in this article).

Pdftk also produced output far more quickly than most other PDF tools that I’ve worked with. Except for one or two very minor issues, I wasn’t disappointed with the results. I focused on the functions that I use most with other PDF software: joining and splitting PDFs, removing pages from a PDF, and attaching files to a PDF. I put pdftk through its paces with a number of PDFs that ranged in size from 30KB to 2MB. You can expect to do a lot of typing, but that shouldn’t put you off using the tool. Pdftk is a command-line tool, and the syntax can be complicated, especially for complex actions such as removing specific pages from a PDF file. The compilation process only took a few minutes on my computer, and there were no hitches. If you decide to compile pdftk, as I did, check the build notes before you begin, in order to find out about any dependencies for your Linux distro or your platform.
#PDF FORM FILLER UBUNTU MAC OS X#
Binaries are available for Windows and Mac OS X too.
#PDF FORM FILLER UBUNTU DOWNLOAD#
You can download pdftk 1.12 as source or as a Debian or RPM package, FreeBSD port, or Gentoo Ebuild.

In short, there’s very little pdftk can’t do when it comes to working with PDFs. Pdftk can join and split PDFs pull single pages from a file encrypt and decrypt PDF files add, update, and export a PDF’s metadata export bookmarks to a text file add or remove attachments to a PDF fix a damaged PDF and fill out PDF forms.
#PDF FORM FILLER UBUNTU SOFTWARE#
It’s the closest thing to Adobe Acrobat that I’ve found for Linux.ĭeveloper Sid Steward describes pdftk as the PDF equivalent of an “electronic staple remover, hole punch, binder, secret decoder ring, and X-ray glasses.” That’s a lot of functionality for a 4MB application, but the software delivers. The PDF Toolkit (pdftk) claims to be that all-in-one solution. Countless applications enable you to fiddle with PDFs, but it’s hard to find a single application that does everything. Creating and reading PDF files in Linux is easy, but manipulating existing PDF files is a little trickier.
