File: control

package info (click to toggle)
diffpdf 2.1.3-1.1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 628 kB
  • ctags: 312
  • sloc: cpp: 3,366; makefile: 9
file content (32 lines) | stat: -rw-r--r-- 1,240 bytes parent folder | download
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
Source: diffpdf
Section: utils
Priority: optional
Maintainer: David Paleino <dapal@debian.org>
Build-Depends:
 debhelper (>= 9~)
 , qt4-qmake
 , libqt4-dev
 , qt4-linguist-tools
 , libpoppler-qt4-dev
 , libpoppler-cpp-dev
Standards-Version: 3.9.5
Homepage: http://www.qtrac.eu/diffpdf.html
Vcs-Git: https://anonscm.debian.org/git/collab-maint/diffpdf.git
Vcs-Browser: https://anonscm.debian.org/git/collab-maint/diffpdf.git

Package: diffpdf
Architecture: any
Depends:
 ${shlibs:Depends}
 , ${misc:Depends}
Description: compare two PDF files textually or visually
 DiffPDF is used to compare two PDF files.
 By default the comparison is of the text on each pair of pages, but
 comparing the appearance of pages is also supported (for example, if
 a diagram is changed or a paragraph reformatted). It is also possible
 to compare particular pages or page ranges. For example, if there are
 two versions of a PDF file, one with pages 1-12 and the other with
 pages 1-13 because of an extra page having been added as page 4, they
 can be compared by specifying two page ranges, 1-12 for the first and 1-3,
 5-13 for the second. This will make DiffPDF compare pages in the pairs
 (1, 1), (2, 2), (3, 3), (4, 5), (5, 6), and so on, to (12, 13).