forked from taurus-forever/diffpdf-console
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathREADME
35 lines (24 loc) · 1.17 KB
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
DiffPDF-console
===========
DiffPDF is quick and nice tool to compare two PDF files.
You can find DiffPDF here: http://www.qtrac.eu/diffpdf.html
Thank you, Mark Summerfield for nice tool!
It is a fork of DiffPDF 2.1.2 which allows create diff.pdf without GUI.
This is very useful for scripting/CI/Jenkins.
Usage: diffpdf [options] [file1.pdf [file2.pdf [output.pdf]]]
If output.pdf is defined - console/Jenkins mode is enabled (no GUI).
See "diffpdf --help" for all options.
Compiling and Installing
================================
See: http://www.qtrac.eu/diffpdf.html#build
License
=======
This program was written by Mark Summerfield.
Copyright © 2008-13 Qtrac Ltd. All rights reserved.
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 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License (in file gpl-2.0.txt) for more details.