xfig-pdf-viewer (1)
Leading comments
Copyright (c) 1999-2014 Roland Rosenfeld <roland@spinnaker.de> $Id: xfig-pdf-viewer.1,v 1.6 2014/05/13 16:04:34 roland Exp $ This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of M...
NAME
xfig-pdf-viewer - view a PDF document using a PDF browser under X11SYNOPSIS
xfig-pdf-viewer file.pdfDESCRIPTION
xfig-pdf-viewer is a little shell script, which tries to find out which PDF viewers you have installed on your system and then starts them. xfig-pdf-viewer tries the following PDF viewers with descending priority:- -
- xpdf(1)
- -
- okular(1)
- -
- evince(1)
- -
- acroread(1)
- -
- ViewPDF(1)
- -
- gv(1)
- -
- zathura(1)
- -
- epdfviewer(1)
If the environment variable PDFVIEWER is set, this is used with highest priority.
ENVIRONMENT
- PDFVIEWER
- you can define your favorite browser with this variable, it overrides the priority of the above mentioned viewers.