Put in remaining pages and wiki contents.
[ikiwiki.git] / docs / handbook / handbook-desktop-viewers.mdwn
1 \r
2 \r
3 ## 15.4 Document Viewers \r
4 \r
5 Some new document formats have recently gained popularity. The standard viewers they require may not be available in the base system. We will see how to install them in this section.\r
6 \r
7 This section covers these applications:\r
8 \r
9 [[!table  data="""
10 | Application Name | Resources Needed | Installation from Ports | Major Dependencies 
11   **Acrobat Reader®**  | light | light | Linux Binary Compatibility 
12   **gv**  | light | light | ***'Xaw3d***' 
13   **Xpdf**  | light | light |  **FreeType**  
14   **GQview**  | light | light |  **Gtk+**  or  **GNOME**  |\r
15 """]]\r
16 ### 15.4.1 Acrobat Reader® \r
17 \r
18 Many documents are now distributed as PDF files, which stands for ***Portable Document Format***. One of the recommended viewers for these types of files is  **Acrobat Reader** , released by Adobe for Linux. As DragonFly can run Linux binaries, it is also available for DragonFly.\r
19 \r
20 To install the  **Acrobat Reader 5**  package, do:\r
21 \r
22     \r
23     # pkg_add acroread5\r
24 \r
25 \r
26 As usual, if the package is not available or you want the latest version, you can use the ports collection as well:\r
27 \r
28     \r
29     # cd /usr/ports/print/acroread5\r
30     # make install clean\r
31 \r
32 \r
33  **Note:**  **Acrobat Reader**  is available in several different versions. At this time of writing, there are: [`print/acroread`](http://pkgsrc.se/print/acroread) (version 3.0.2), [`print/acroread4`](http://pkgsrc.se/print/acroread4) (version 4.0.5), and [`print/acroread5`](http://pkgsrc.se/print/acroread5) (version 5.0.6). They may not all have been packaged for your version of DragonFly. The ports collection will always contain the latest versions.\r
34 \r
35 ### 15.4.2 gv \r
36 \r
37  **gv**  is a PostScript® and PDF viewer. It is originally based on  **ghostview**  but it has a nicer look thanks to the ***'Xaw3d ** library. It is fast and its interface is clean.** gv***' has many features like orientation, paper size, scale, or antialias. Almost any operation can be done either from the keyboard or the mouse.\r
38 \r
39 To install  **gv**  as a package, do:\r
40 \r
41     \r
42     # pkg_add gv\r
43 \r
44 \r
45 If you cannot get the package, you can use the ports collection:\r
46 \r
47     \r
48     # cd /usr/ports/print/gv\r
49     # make install clean\r
50 \r
51 \r
52 ### 15.4.3 Xpdf \r
53 \r
54 If you want a small DragonFly PDF viewer,  **Xpdf**  is a light-weight and efficient viewer. It requires very few resources and is very stable. It uses the standard X fonts and does not require  **Motif®**  or any other X toolkit.\r
55 \r
56 To install the  **Xpdf**  package, issue this command:\r
57 \r
58     \r
59     # pkg_add xpdf\r
60 \r
61 \r
62 If the package is not available or you prefer to use the ports collection, do:\r
63 \r
64     \r
65     # cd /usr/ports/graphics/xpdf\r
66     # make install clean\r
67 \r
68 \r
69 Once the installation is complete, you can launch  **Xpdf**  and use the right mouse button to activate the menu.\r
70 \r
71 ### 15.4.4 GQview \r
72 \r
73  **GQview**  is an image manager. You can view a file with a single click, launch an external editor, get thumbnail previews, and much more. It also features a slideshow mode and some basic file operations. You can manage image collections and easily find duplicates.  **GQview**  can do full screen viewing and supports internationalization.\r
74 \r
75 If you want to install the  **GQview**  package, do:\r
76 \r
77     \r
78     # pkg_add gqview\r
79 \r
80 \r
81 If the package is not available or you prefer to use the ports collection, do:\r
82 \r
83     \r
84     # cd /usr/ports/graphics/gqview\r
85     # make install clean\r
86 \r
87 \r
88 \r
89 \r
90 CategoryHandbook\r
91 CategoryHandbook-desktop\r