]> www.fi.muni.cz Git - evince.git/blob - help/C/commandline.page
01beba1855e09f02c64eb6bbc952449aaa6f5aa6
[evince.git] / help / C / commandline.page
1 <page xmlns="http://projectmallard.org/1.0/"
2       type="topic" style="task"
3       id="commandline">
4
5   <info>
6     <link type="guide" xref="index#other"/>
7     <desc>The Document Viewer can be started with the <cmd>evince</cmd> command.</desc>
8
9     <revision pkgversion="2.30.3" version="0.1" date="2010-07-26" status="review"/>
10     <credit type="author">
11       <name>Phil Bull</name>
12       <email>philbull@gmail.com</email>
13     </credit>
14     <license>
15       <p>Creative Commons Share Alike 3.0</p>
16     </license>    
17
18   </info>
19
20 <title>Opening The Document Viewer From The Command Line</title>
21
22 <p>
23 To start the Document Viewer from the command line, type <cmd>evince</cmd>. You 
24 can open a specific file by typing the filename after the evince command:
25 </p>
26
27 <screen>evince file.pdf</screen>
28 <p>
29 You can open multiple files by typing the filenames after the evince command, separating the filenames by a space:
30 </p>
31 <screen>evince file1.pdf file2.pdf</screen>
32 <p>
33 Evince also supports the handling of files on the web.  For example, after the evince command you can give the location of a file on the web:
34 </p>
35 <screen>evince http://www.claymath.org/millennium/P_vs_NP/pvsnp.pdf</screen>
36 <section>
37     <title>Opening A Document At A Specific Page</title>
38     <p>
39     You can use the <cmd>--page-label</cmd> switch to open a document at a 
40     specific page. For example, to open a document to page 3, you would type:
41     </p>
42     <screen>evince --page-label=3</screen>
43     <p>
44     The page label should be in the same format as the page number displayed in 
45     the Document Viewer toolbar.
46     </p>
47 </section>
48 <section>
49     <title>Opening A Document In Fullscreen Mode</title>
50     <screen>evince --fullscreen file.pdf</screen>
51 </section>
52 <section>
53     <title>Opening A Document In Presentation Mode</title>
54     <screen>evince --presentation file.pdf</screen>
55 </section>
56 <section>
57     <title>Opening A Document In Preview Mode</title>
58     <screen>evince --preview file.pdf</screen>
59 </section>
60 </page>