~ubuntu-branches/debian/sid/qpdfview/sid

« back to all changes in this revision

Viewing changes to miscellaneous/qpdfview.1

  • Committer: Package Import Robot
  • Author(s): Benjamin Eltzner
  • Date: 2013-05-26 13:52:50 UTC
  • mfrom: (1.2.8)
  • Revision ID: package-import@ubuntu.com-20130526135250-s1rhw935iqd8fcfs
Tags: 0.4.3-1
* New upstream release.
* Added menu file and fetch xpm icon file in debian folder.

Show diffs side-by-side

added added

removed removed

Lines of Context:
32
32
.B qpdfview
33
33
is a simple viewer for document files in the portable document format (PDF). It uses the Poppler library for rendering and the Qt toolkit for its interface.
34
34
.SH OPTIONS
 
35
.IP "\-\-help"
 
36
Displays usage information.
 
37
.IP "\-\-quiet"
 
38
Suppresses warning messages which are displayed if the program fails to open a file.
 
39
.IP "\-\-search text"
 
40
Initiates a search for
 
41
.I text
 
42
in the current tab.
35
43
.IP \-\-unique
36
44
If an instance of qpdfview is started with this option, any files that are opened using this option afterwards, are opened as tabs in the original window. If a file is already opened in a tab of the original window, it is merely reloaded.
37
45
.IP "\-\-instance name"
38
46
Uses
39
47
.I name
40
48
as the name of the instance contacted or created using the "\-\-unique" option. This allows one to run multiple instances and remotely open and refresh tabs in any of them by passing the instance name.
41
 
.IP "\-\-search text"
42
 
Initiates a search for
43
 
.I text
44
 
in the current tab.
45
49
.IP [file[#page]]
46
50
.I file
47
51
specifies the file to open. The optional parameter
62
66
.RE
63
67
 
64
68
The icon theme used by Qt can be changed by setting the key "iconTheme" in the section "mainWindow". The application-wide Qt style sheet can be changed by setting the key "styleSheet" in the section "mainWindow".
 
69
 
 
70
The timeout for auto-refresh resp. prefetch can be changed by setting the key "autoRefreshTimeout" resp. "prefetchTimeout" in the section "documentView".
65
71
.SH EXAMPLES
66
72
.RS
67
73
The command
72
78
 
73
79
The command
74
80
.RE
 
81
.B qpdfview \-\-quiet foobar/*
 
82
.RS
 
83
opens all files that can be opened in the directory "foobar", suppressing warning messages for files that cannot be opened.
 
84
 
 
85
The command
 
86
.RE
75
87
.B qpdfview \-\-search foo bar.pdf
76
88
.RS
77
89
opens "bar.pdf" in the first tab and starts a search for "foo".
133
145
.B qpdfview \-\-unique foobar.pdf#src:foobar.tex:42:0
134
146
.RS
135
147
opens or refreshes "foobar.pdf" jumping to and highlighting the position that corresponds to line 42 of the source file "foobar.tex".
 
148
 
136
149
.SH BUGS
137
150
If you find a bug, please report it at
138
151
.RS