Blob


1 .TH PAGE 1
2 .SH NAME
3 img, psv \- view
4 FAX,
5 image, graphic, PostScript, PDF, and
6 typesetter output
7 files
8 .SH SYNOPSIS
9 .B page
10 [
11 .IR file ...
12 ]
13 .PP
14 .B img
15 .I file.bit
16 .PP
17 .B psv
18 .I file.ps
19 .PP
20 .B psv
21 .I file.pdf
22 .SH DESCRIPTION
23 Plan 9's
24 .IR page (1)
25 is not ported.
26 Instead,
27 .I page
28 is a script that invokes
29 .IR qiv (1)
30 to view graphic files
31 or
32 .I psv
33 to view PostScript and PDF.
34 On Mac OS X,
35 .I page
36 invokes Preview to handle all files.
37 .PP
38 .I Img
39 is a simple image viewer for Plan 9 images
40 (see
41 .IR image (7)).
42 .PP
43 .I Psv
44 is a PostScript and PDF viewer.
45 It is a streamlined interface to
46 .IR gv (1).
47 .PP
48 To view troff output, use
49 .IR proof (1).
50 .SH "SEE ALSO
51 .IR gs (1),
52 .IR gv (1),
53 .IR jpg (1),
54 .IR proof (1),
55 .IR tex (1),
56 .IR troff (1)
57 .SH SOURCE
58 .B \*9/src/cmd/draw/img.c
59 .br
60 .B \*9/bin/psv
61 .SH BUGS
62 When using Preview on Mac OS X,
63 .I page
64 leaves temporary files in
65 .BR /var/tmp ,
66 since it has no way to know when the viewer has exited.
67 .PP
68 .I Page
69 does not handle
70 Plan 9
71 .IR image (7)
72 files; use
73 .I img
74 explicitly.