Return to index of Digital Tips
Using PDF Files
Portable Document Format (PDF) is a unique document format developed by the Adobe Corporation in an attempt to create a format that combines the best benefits of Web coding, including cross-platform use, small file size, and easy searchability with the best features of traditional print documents, including precise, unchanging formatting; easy printing; and random access (users can easily jump from page 1 to page 7). Because PDFs are encoded with the PostScript printer language, they are readable in virtually any operating system, including Windows, Mac, Linux, and FreeBSD, as long as users have the free Acrobat Reader software (available from www.adobe.com). See the figure below for an example of a PDF in use; when displayed, PDF documents look precisely like their print companions.

PDFs are very widely used, particularly as a means for moving print documents onto the Web; the process for converting a print document to PDF is generally much less difficult than the process for converting it into HTML for normal Web browser display. Before you jump into producing content in PDF, however, consider the following:
PDFs are most appropriate in the following situations:
Don’t use PDFs when HTML is possible and will do the job. PDFs are great for the purposes listed above, but they also impose restrictions on your users because they require specialized software. Users must have machines capable of displaying PDF files and they must also either have PDF-reader software installed or know how to install it themselves. In addition, PDFs don’t allow users as many display options; in HTML, for example, disabled users can use a self-defined style sheet to optimize display for their personal needs, but PDFs adapt less flexibly. If you feel you must use a PDF, consider including the same content in other formats (text file, HTML, etc.) to give your users options.
With the proper software, you can create PDF documents from any program that can print, and Adobe has arranged the licensing of its PDF technology so that developers are free to produce their own PDF-creation and editing software. Adobe’s product for creating and viewing PDFs is Adobe Acrobat, which is available from its Web site and generally discounted for students and educators. But you can also download freeware and shareware PDF-creation tools at shareware sites like www.download.com or from PDF-specific sites like www.pdfzone.com.
Because PDFs are fundamentally encoded in the PostScript printer language—although some programs do allow the option to "Save As…" a PDF file—PDF creation is really a printing process. As a result, most PDF creators work by installing themselves as printers on your system. For example, if you were using Adobe’s Distiller software (included with Acrobat) to create PDFs, you could create a PDF within any application by doing the following:

You are then free to upload or e-mail your PDF; it will be instantly readable to anyone who has Acrobat Reader software.