1PDFRESURRECT(1) General Commands Manual PDFRESURRECT(1)
2
3
4
6 pdfresurrect - tool for extracting versioning data from PDF documents
7
9 pdfresurrect file.pdf [-w][-q][-i]
10
12 This manual page documents briefly the pdfresurrect command.
13
14 pdfresurrect is a tool for extracting versioning data from PDF docu‐
15 ments.
16
18 A summary of options is included below.
19
20 -w Write the PDF versions and summary to disk.
21
22 -q Display only the number of versions contained in the PDF.
23
24 -i Display the creator information from the specified PDF.
25
27 The scrubbing feature (-s) should not be trusted for any serious secu‐
28 rity uses. After using this feature, please verify that it in fact
29 zero'd all of the objects that were of concern.
30
31 This tool relies on the application reading the pdfresurrect extracted
32 versions to treat the last xref(cross-reference) table as the most
33 recent in the document. This should typically be the case.
34
35 The verbose output, which tries to deduce the PDF object type (e.g.
36 stream, page), is not always accurate, and the object counts might not
37 be 100% accurate. However, this should not prevent the extraction of
38 the versions. This output is merely to provide a hint for the user as
39 to what might be different between the documents.
40
41 Object counts might appear off in linearized PDF documents. That is
42 not truly the case, the reason for this is that each version of the PDF
43 consists of the objects that compose the linear portion of the PDF plus
44 all of the objects that compose the version in question. Suppose there
45 is a linearized PDF with 59 objects in its linear portion, and suppose
46 the PDF has a second version that consists of 21 objects. The total
47 number of objects in "version 2" would be 59 + 21 or 80 objects.
48
50 pdfresurrect is free software: you can redistribute it and/or modify it
51 under the terms of the GNU General Public License as published by the
52 Free Software Foundation, either version 3 of the License, or (at your
53 option) any later version.
54
55 pdfresurrect is distributed in the hope that it will be useful, but
56 WITHOUT ANY WARRANTY; without even the implied warranty of MER‐
57 CHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General
58 Public License for more details.
59
60 You should have received a copy of the GNU General Public License along
61 with pdfresurrect. If not, see <http://www.gnu.org/licenses/>.
62
64 pdfresurrect was originally written by Matt Davis <matt‐
65 davis9@gmail.com>.
66
67 The original man page and some additional configure and Makefile hack‐
68 age was contributed by Francois Marier <francois@debian.org>.
69
70 This manual page was originally written by Francois Marier <fran‐
71 cois@debian.org>, for the Debian project (and may be used by others).
72 This manual page has since been modified by Matt Davis.
73
74 See the AUTHORS file for a list of other contributors.
75
76
77
78 August 2, 2020 PDFRESURRECT(1)