1XREADER(1) General Commands Manual XREADER(1)
2
3
4
6 Xreader - A Document Viewer
7
9 xreader [OPTIONS...] [FILES...]
10
12 Xreader is a simple multi-page document viewer. It can display and
13 print PostScript (PS), Encapsulated PostScript (EPS), DJVU, DVI, XPS
14 and Portable Document Format (PDF) files.
15
16 When supported by the document, it also allows searching for text,
17 copying text to the clipboard, hypertext navigation, and table-of-con‐
18 tents bookmarks.
19
20 This manual page briefly documents the xreader command.
21
22
24 filename(s)...
25 Specifies the file to open when xreader starts. If this is not
26 specified, xreader will start with a blank window and you may
27 open a file from the menu or by using the shortcut CTRL+O. Mul‐
28 tiple files can be loaded if they are separated by spaces.
29 xreader also supports handling of remote files.
30
31 -p, --page-label=PAGE
32 Here you can specify a page label, this page will be selected in
33 the document if it exists.
34
35 -i, --page-index=NUMBER
36 Here you can specify a page number, this page will be selected
37 in the document if it exists.
38
39 -f, --fullscreen
40 Start xreader in fullscreen mode. You must specify a document to
41 start in fullscreen mode.
42
43 -s, --presentation
44 Start xreader in presentation mode. You must specify a document
45 to start in presentation mode.
46
47 -w, --preview
48 Start xreader in preview mode. You must specify a document to
49 start in preview mode.
50
51 --display=DISPLAY
52 X display to use.
53
54 --version
55 Output version information and exit.
56
57 -?, -h, --help
58 Print standard command line options.
59
60 --help-all
61 Print all command line options.
62
63 This program also accepts the standard GTK options.
64
65
67 xreader --preview ~/Desktop/stuff.ps
68 Open stuff.ps from the current users desktop, in preview mode.
69
70 xreader -i 2 -s ./document.pdf
71 Open document.pdf from the current working directory, on page 2 in
72 presentation mode.
73
74
76 Should you encounter any bugs, they may be reported at:
77 http://github.com/linuxmint/xreader/issues
78
79
81 Xreader documentation can be found from the "Help" menu, or by pressing the
82 F1 key.
83 8 February 2016 XREADER(1)