1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22
|
Source: diff-pdf-wx
Section: utils
Priority: optional
Maintainer: Shengqi Chen <harry-chen@outlook.com>
Build-Depends: debhelper-compat (= 13),
libcairo2-dev,
libpoppler-glib-dev,
libwxgtk3.2-dev
Standards-Version: 4.6.2
Rules-Requires-Root: no
Homepage: https://vslavik.github.io/diff-pdf/
Vcs-Git: https://salsa.debian.org/harry/diff-pdf-wx.git
Vcs-Browser: https://salsa.debian.org/harry/diff-pdf-wx
Package: diff-pdf-wx
Architecture: any
Depends: ${misc:Depends}, ${shlibs:Depends}
Description: Simple tool for visually comparing two PDF files
diff-pdf is a tool for visually comparing two PDFs.
It takes two PDF files as arguments, and generates an output PDF
file that highlights the differences between the two input files.
Besides, it can compare the two files visually in a simple GUI.
|