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

NAME

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

SYNOPSIS

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

DESCRIPTION

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

OPTIONS

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       -s     Scrub the previous history data from the specified PDF.
25
26       -i     Display the creator information from the specified PDF.
27

NOTES

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

AUTHORS

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