Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

evince(1) [centos man page]

evince(1)						      General Commands Manual							 evince(1)

NAME
evince - GNOME document viewer The Evince Document Viewer application for the GNOME desktop environment SYNTAX
evince [--help] [--page-label=PAGE | --page-index=NUMBER | --named-dest=DEST] [--fullscreen] [--presentation] [--preview] [--find=STRING] [filename(s)...] DESCRIPTION
evince Evince is a document viewer capable of displaying multiple and single page document formats like PDF and Postscript. For more general information about Evince please visit our website at http://www.gnome.org/projects/evince/ OPTIONS
-?, -h, --help Prints the command line options. -p, --page-label=PAGE Open the document on the page with the specified page label (or page number). -i, --page-index=NUMBER Open the document on the page with the specified page index (this is the exact page number, not a page label). -n, --named-dest=DEST Open the document on the specified named destination. -f, --fullscreen Run evince in fullscreen mode. -s, --presentation Run evince in presentation mode. -l, --find=string You can pass a word or phrase here. If it exists, evince will display the document and the first match. filename(s)... Specifies the file to open when Evince starts. If this is not specified, Evince will open a blank window. Multiple files can be loaded if they are separated by spaces. Evince also supports handling of remote files. For example, you can pass the location on the web or load a file from a FTP server, like "ftp://adobe.com/sample.pdf". Print preview options These options are primarily intended for use with the GTK+ print preview function. For more information about these options see http://developer.gnome.org/gtk3/stable/GtkSettings.html#GtkSettings--gtk-print-preview-command -w, --preview Run evince as a previewer. --unlink-temp-file If evince is run in preview mode, this will unlink the temporary file created by GTK+. --print-settings %s %f This sends the full path of the PDF file, f, and the settings of the print dialog, s, to evince. BUGS
If you find a bug, please report it at http://bugzilla.gnome.org/enter_bug.cgi?product=evince. GNOME
19 Jun 2011 evince(1)

Check Out this Related Man Page

eog(1)								   User Commands							    eog(1)

NAME
eog - GNOME image viewer SYNOPSIS
eog [--disable-image-collection] [--fullscreen] [--slide-show] [gnome-std-options] [filename...] DESCRIPTION
The eog application is an image viewer for GNOME. The specified image files are each displayed in a separate eog window. OPTIONS
The following options are supported: -c, --disable-image-collection Disable image collection. -f, --fullscreen Open in fullscreen mode. -s, --slide-show Open in slide show mode. gnome-std-options Standard options available for use with most GNOME applications. See gnome-std-options(5) for more infor- mation. OPERANDS
The following operands are supported: filename The name of the image file to be viewed. EXAMPLES
Example 1: Launching the GNOME image viewer example% eog Example 2: Opening the image file test.png in GNOME image viewer example% eog test.png EXIT STATUS
The following exit values are returned: 0 Application exited successfully >0 Application exited with failure FILES
The following files are used by this application: /usr/bin/eog Executable for GNOME image viewer. eog stands for "Eye Of GNOME". ATTRIBUTES
See attributes(5) for descriptions of the following attributes: +-----------------------------+-----------------------------+ | ATTRIBUTE TYPE | ATTRIBUTE VALUE | +-----------------------------+-----------------------------+ |Availability |SUNWgnome-image-viewer | +-----------------------------+-----------------------------+ |Interface stability |Volatile | +-----------------------------+-----------------------------+ SEE ALSO
Eye of GNOME Manual Latest version of the GNOME Desktop User Guide for your platform. attributes(5), gnome-std-options(5) NOTES
Written by Brian Cameron, Sun Microsystems Inc., 2003, 2006, 2007. SunOS 5.11 08 Nov 2007 eog(1)
Man Page