1PDFRESURRECT(1)             General Commands Manual            PDFRESURRECT(1)
2
3
4

NAME

6       pdfresurrect  -  tool for extracting/scrubbing versioning data from PDF
7       documents
8

SYNOPSIS

10       pdfresurrect  file.pdf [-w][-q][-s][-i]
11

DESCRIPTION

13       This manual page documents briefly the pdfresurrect command.
14
15       pdfresurrect is a tool for extracting/scrubbing  versioning  data  from
16       PDF documents.
17

OPTIONS

19       A summary of options is included below.
20
21       -w     Write the PDF versions and summary to disk.
22
23       -q     Display only the number of versions contained in the PDF.
24
25       -s     Scrub the previous history data from the specified PDF.
26
27       -i     Display the creator information from the specified PDF.
28

NOTES

30       The  scrubbing feature (-s) should not be trusted for any serious secu‐
31       rity uses.  After using this feature, please verify  that  it  in  fact
32       zero'd all of the objects that were of concern (those objects that were
33       to be zero'd).
34
35       This tool relies on the application reading the pdfresurrect  extracted
36       versions  to  treat  the  last  xref(cross-reference) table as the most
37       recent in the document.  This should typically be the case.
38
39       The verbose output, which tries to deduce the  PDF  object  type  (e.g.
40       stream,  page), is not always accurate, and the object counts might not
41       be 100% accurate.  However, this should not prevent the  extraction  of
42       the  versions.  This output is merely to provide a hint for the user as
43       to what might be different between the documents.
44
45       Object counts might appear off in linearized PDF  documents.   That  is
46       not truly the case, the reason for this is that each version of the PDF
47       consists of the objects that compose the linear portion of the PDF plus
48       all of the objects that compose the version in question.  Suppose there
49       is a linearized PDF with 59 objects in its linear portion, and  suppose
50       the  PDF  has  a second version that consists of 21 objects.  The total
51       number of objects in "version 2" would be 59 + 21 or 80 objects.
52
54       pdfresurrect is free software: you can redistribute it and/or modify it
55       under  the  terms of the GNU General Public License as published by the
56       Free Software Foundation, either version 3 of the License, or (at  your
57       option) any later version.
58
59       pdfresurrect  is  distributed  in  the hope that it will be useful, but
60       WITHOUT ANY  WARRANTY;  without  even  the  implied  warranty  of  MER‐
61       CHANTABILITY  or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General
62       Public License for more details.
63
64       You should have received a copy of the GNU General Public License along
65       with pdfresurrect.  If not, see <http://www.gnu.org/licenses/>.
66

AUTHORS

68       pdfresurrect    was   originally   written   by   Matt   Davis   <matt‐
69       davis9@gmail.com>.
70
71       The original man page and some additional configure and Makefile  hack‐
72       age was contributed by Francois Marier <francois@debian.org>.
73
74       This  manual  page  was  originally  written  by Francois Marier <fran‐
75       cois@debian.org>, for the Debian project (and may be used  by  others).
76       This manual page has since been modified by Matt Davis.
77
78
79
80                                March 20, 2010                 PDFRESURRECT(1)
Impressum