|
 |
fe05e31 |
.TH diffpdf 1 "January 2016" "" "User Commands"
|
|
 |
fe05e31 |
|
|
 |
fe05e31 |
.SH NAME
|
|
 |
fe05e31 |
diffpdf \- Compare two PDF files
|
|
 |
fe05e31 |
|
|
 |
fe05e31 |
.SH SYNOPSIS
|
|
 |
fe05e31 |
.B diffpdf
|
|
 |
fe05e31 |
[\fIOPTIONS\fR] [\fIFILE1\fR [\fIFILE2\fR]]
|
|
 |
fe05e31 |
|
|
 |
fe05e31 |
.SH DESCRIPTION
|
|
 |
fe05e31 |
.PP
|
|
 |
fe05e31 |
A GUI program that compares two PDF files and shows
|
|
 |
fe05e31 |
their differences.
|
|
 |
fe05e31 |
|
|
 |
fe05e31 |
The files are optional and are normally set through
|
|
 |
fe05e31 |
the user interface.
|
|
 |
fe05e31 |
|
|
 |
fe05e31 |
.SH OPTIONS
|
|
 |
fe05e31 |
.TP
|
|
 |
fe05e31 |
\fB\-\-help\fR
|
|
 |
fe05e31 |
show usage text and terminate
|
|
 |
fe05e31 |
(run the program without this option and press F1 for online help).
|
|
 |
fe05e31 |
.TP
|
|
 |
fe05e31 |
\fB\-a\fR, \fB\-\-appearance\fR
|
|
 |
fe05e31 |
set the initial comparison mode to Appearance.
|
|
 |
fe05e31 |
.TP
|
|
 |
fe05e31 |
\fB\-c\fR, \fB\-\-characters\fR
|
|
 |
fe05e31 |
set the initial comparison mode to Characters.
|
|
 |
fe05e31 |
.TP
|
|
 |
fe05e31 |
\fB\-w\fR, \fB\-\-words\fR
|
|
 |
fe05e31 |
set the initial comparison mode to Words (this is the default).
|
|
 |
fe05e31 |
.TP
|
|
 |
fe05e31 |
\fB\-\-language=LANG\fR
|
|
 |
fe05e31 |
set the program to use the given translation language,
|
|
 |
fe05e31 |
e.g., en for English, cz for Czech;
|
|
 |
fe05e31 |
English will be used if there is no translation available.
|
|
 |
fe05e31 |
.TP
|
|
 |
fe05e31 |
\fB\-\-debug=2\fR
|
|
 |
fe05e31 |
write the text fed to the sequence matcher into
|
|
 |
fe05e31 |
temporary files (e.g., /tmp/page1.txt etc.)
|
|
 |
fe05e31 |
.TP
|
|
 |
fe05e31 |
\fB\-\-debug=2\fR
|
|
 |
fe05e31 |
as --debug=2 but also includes coordinates in y, x order.
|
|
 |
fe05e31 |
|
|
 |
fe05e31 |
.SH AUTHOR
|
|
 |
fe05e31 |
DiffPDF is written by Mark Summerfield.
|
|
 |
fe05e31 |
This man page written by Jonathan Wakely based on documentation written by
|
|
 |
fe05e31 |
Mark Summerfield.
|
|
 |
fe05e31 |
|
|
 |
fe05e31 |
.SH COPYIGHT
|
|
 |
fe05e31 |
Copyright © 2008-13 Qtrac Ltd.
|
|
 |
fe05e31 |
|
|
 |
fe05e31 |
This program is free software: you can redistribute it and/or modify it
|
|
 |
fe05e31 |
under the terms of the GNU General Public License as published by the
|
|
 |
fe05e31 |
Free Software Foundation, either version 2 of the License, or (at your
|
|
 |
fe05e31 |
option), any later version. This program is distributed in the hope that
|
|
 |
fe05e31 |
it will be useful, but WITHOUT ANY WARRANTY; without even the implied
|
|
 |
fe05e31 |
warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
 |
fe05e31 |
GNU General Public License for more details <http://gnu.org/licenses/gpl.html>.
|