Code

7149638cccab4e28d2684f544ec27096d23309fb
[tpdfview.git] / doc / tpdfview.txt
1 TPDFVIEW(1)
2 ===========
3 Sebastian "tokkee" Harl <sh@tokkee.org>
4 version {tpdfv_version}, 2011-12-28
5 :doctype: manpage
7 NAME
8 ----
9 tpdfview - Portable Document Format (PDF) file presenter
11 SYNOPSIS
12 --------
13 *tpdfview* ['options'] 'PDF-file'
15 DESCRIPTION
16 -----------
17 *tpdfview* is a Portable Document Format (PDF) viewer. It was developed with
18 presentations and accompanying material in mind.
20 OPTIONS
21 -------
22 *-h*::
23         Display a usage and help summary and exit.
25 *-V*::
26         Display the version number and copyright information.
28 EXIT CODES
29 ----------
30 *0*::
31         Success.
33 *1*::
34         Failure (syntax or usage error; error processing or displaying the PDF
35         file).
37 BUGS
38 ----
39 None known, but there are still some missing features ;-)
41 AUTHOR
42 ------
43 tpdfview was written by Sebastian "tokkee" Harl <sh@tokkee.org>.
45 COPYRIGHT
46 ---------
47 Copyright (C) 2011 Sebastian "tokkee" Harl <sh@tokkee.org>
49 This is free software under the terms of the BSD license, see the source for
50 copying conditions. There is NO WARRANTY; not even for MERCHANTABILITY or
51 FITNESS FOR A PARTICULAR PURPOSE.
53 // vim: set tw=78 sw=4 ts=4 noexpandtab spell spelllang=en_us :