Download List

專案描述

PDFResurrect is a tool aimed at analyzing PDF
documents. The PDF format allows for previous
document changes to be retained in a more recent
version of the document, thereby creating a
running history of changes for the document. This
tool attempts to extract all previous versions
while also producing a summary of changes between
versions. It can also "scrub" or write data over
the original instances of PDF objects that have
been modified or deleted, in an effort to disguise
information from previous versions that might not
be intended for anyone else to read.

System Requirements

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2010-03-22 11:28
0.10

An additional copyright year has been added in main.c. pdf.c allows for creation data to be pulled from objects as well as inline, and strdup has been replaced with strncpy for portability purposes. Makefile.in allows for EXTRA_CFLAGS to be specified from the command line. pdfresurrect.1 has an updated AUTHORS section.

2009-11-12 16:04
0.9

This is a bugfix release and addresses the gathering of data (within limit) for the Creator MetaData at the end of a PDF. The previous version would stop prematurely, or possibly get too much information (in certain cases).

2009-09-11 19:49
0.8

This is a bugfix release. A indefinite stall would occur if a trailer for linearized PDF could not be found. This case is probably because the PDF is using xref streams.

2009-09-10 15:14
0.7

This version deals with linearized PDFs and adds the (-i) option to report "creator" information about the document. Creator information in the newer XML metadata stream format is not handled.

2009-05-24 06:43
0.6

No bugs were fixed. Some additions were made to the build system and a man page was added, but no tool functionality additions were made. The AUTHORS file was added. The install, uninstall, distclean, and .phony targets in Makefile.in were added or modified.

Project Resources