| < Day Day Up > |
Hack 2 Read PDFs with Mac OS X's Preview
If you have a Macintosh running OS X, the operating system includes a Preview application that enables you to look at PDFs without downloading Acrobat Reader . Apple's latest operating system, Mac OS X, uses PDF all over. Icons and other pieces of applications are PDFs, the rendering system is tied closely to the data model used by PDFs, and any application that can print can also produce PDFs. Given this fondness for PDF, it makes sense that the Preview application Apple provides for examining the contents many different file types also supports PDF.
The Preview application is installed on Macs at
Macintosh HD:Applications:Preview
. It reads a variety of graphics formats, including JPEG, TIFF, and GIF, as well as (of course) PDF. You can
Figure 1-3. Viewing a PDF document through Mac OS X's Preview application
Preview's overall interface is much simpler than the Acrobat Reader's interface, though the options are friendly and clear. Preview also creates thumbnail images of pages, which is
Also, Preview's File
|
| < Day Day Up > |
| < Day Day Up > |
Hack 3 Read PDFs with Ghostscript's GSview
The Ghostscript toolkit for working with PostScript and PDF supports a number of simple
The Ghostscript set of tools (http://www.cs.wisc.edu/~ghost/) is an alternative to a number of Adobe products. At its heart is a PostScript processor, which also works on PDF files.
Although typically you run Ghostscript from the command line or you integrate it with other processes, you can also use it as the rendering engine inside a number of viewers. Ghostview and GV support Unix and VMS, while MacGSview is a viewer for the Macintosh and GSview supports Windows, OS/2, and Linux. You'll need to install Ghostscript
[Hack #39]
before you install GSview. Once GSview is installed, it can
Figure 1-4. Viewing a PDF document through GSview
GSview doesn't provide a lot of
|
| < Day Day Up > |