Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

pdfresurrect(1) [debian man page]

PDFRESURRECT(1) 					      General Commands Manual						   PDFRESURRECT(1)

NAME
pdfresurrect - tool for extracting/scrubbing versioning data from PDF documents SYNOPSIS
pdfresurrect file.pdf [-w][-q][-s][-i] DESCRIPTION
This manual page documents briefly the pdfresurrect command. pdfresurrect is a tool for extracting/scrubbing versioning data from PDF documents. OPTIONS
A summary of options is included below. -w Write the PDF versions and summary to disk. -q Display only the number of versions contained in the PDF. -s Scrub the previous history data from the specified PDF. -i Display the creator information from the specified PDF. NOTES
The scrubbing feature (-s) should not be trusted for any serious security uses. After using this feature, please verify that it in fact zero'd all of the objects that were of concern (those objects that were to be zero'd). This tool relies on the application reading the pdfresurrect extracted versions to treat the last xref(cross-reference) table as the most recent in the document. This should typically be the case. The verbose output, which tries to deduce the PDF object type (e.g. stream, page), is not always accurate, and the object counts might not be 100% accurate. However, this should not prevent the extraction of the versions. This output is merely to provide a hint for the user as to what might be different between the documents. Object counts might appear off in linearized PDF documents. That is not truly the case, the reason for this is that each version of the PDF consists of the objects that compose the linear portion of the PDF plus all of the objects that compose the version in question. Sup- pose there is a linearized PDF with 59 objects in its linear portion, and suppose the PDF has a second version that consists of 21 objects. The total number of objects in "version 2" would be 59 + 21 or 80 objects. COPYRIGHT
pdfresurrect is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. pdfresurrect is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MER- CHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with pdfresurrect. If not, see <http://www.gnu.org/licenses/>. AUTHORS
pdfresurrect was originally written by Matt Davis <mattdavis9@gmail.com>. The original man page and some additional configure and Makefile hackage was contributed by Francois Marier <francois@debian.org>. This manual page was originally written by Francois Marier <francois@debian.org>, for the Debian project (and may be used by others). This manual page has since been modified by Matt Davis. March 20, 2010 PDFRESURRECT(1)

Check Out this Related Man Page

HOCR2PDF(1)							 ExactImage Manual						       HOCR2PDF(1)

NAME
hocr2pdf - hOCR to PDF converter of the ExactImage toolkit SYNOPSIS
hocr2pdf [option...] {-i | --input} input-file {-o | --output} output-file hocr2pdf {-h | --help} DESCRIPTION
ExactImage is a fast C++ image processing library. Unlike many other library frameworks it allows operation in several color spaces and bit depths natively, resulting in low memory and computational requirements. hocr2pdf creates well layouted, searchable PDF files from hOCR (annotated HTML) input obtained from an OCR system. OPTIONS
-i file, --input file Read image from the specified file. Note that input hOCR is read from the standard input. -o file, --output file Save output PDF to the specified file. -n, --no-image Don't place the image over the text. By default the text layer is hidden behind the image. -s, --sloppy-text Sloppily place text, group words, do not draw single glyphs. -r n, --resolution n Override resolution of the input image to n dpi. The default resolution (if not specified in the input file) is 300 dpi. -h, --help Display help text and exit. EXAMPLE
$ hocr2pdf -i scan.tiff -o test.pdf < cuneiform-out.hocr SEE ALSO
exactimage(7) AUTHORS
Jakub Wilk <jwilk@debian.org> Wrote this manual page for the Debian system. http://www.exactcode.de/site/open_source/exactimage/ This manual page incorporates texts found on the ExactImage homepage. COPYRIGHT
This manual page was written for the Debian system (and may be used by others). Permission is granted to copy, distribute and/or modify this document under the terms of the GNU General Public License, Version 2 or (at your option) any later version published by the Free Software Foundation. On Debian systems, the complete text of the GNU General Public License can be found in /usr/share/common-licenses/GPL-2. hocr2pdf 09/09/2013 HOCR2PDF(1)
Man Page