Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

podofoencrypt(1) [debian man page]

PODOFOENCRYPT(1)						   podofoencrypt						  PODOFOENCRYPT(1)

NAME
podofoencrypt - encrypt PDF files and set PDF security settings SYNOPSIS
podofoencrypt [--rc4v1] [--rc4v2] [--aes] [-u <userpassword>] -o <ownerpassword> <inputfile> <outputfile> DESCRIPTION
podofoencrypt is one of the command line tools from the PoDoFo library that provide several useful operations to work with PDF files. It can encrypt PDF files using RC4 or AES encoding and can set PDF security settings. OPTIONS
--help Display the help text Algorithm: --rc4v1 Use rc4v1 encryption --rc4v2 Use rc4v2 encryption (Default value) --aes Use aes encryption (currently not supported) Passwords: -u <password> An optional user password -o <password> The required owner password Permissions: --print Allow printing the document --edit Allow modification of the document besides annotations, form fields or changing pages --copy Allow extraction of text and graphics --editnotes Add or modify text annoations or form fields (if ePdfPermissions_Edit is set also allow to create interactive form fields including signature) --fillandsign Fill in existing form or signature fields --accessible Extract text and graphics to support user with disabillities --assemble Assemble the document: insert, create, rotate delete pages or add bookmarks --highprint Print a high resolution version of the document SEE ALSO
podofobox(1), podofocountpages(1), podofocrop(1), podofoimg2pdf(1), podofoimgextract(1), podofoincrementalupdates(1), podofoimpose(1), pod- ofomerge(1), podofopages(1), podofopdfinfo(1), podofotxt2pdf(1), podofotxtextract(1), podofouncompress(1), podofoxmp(1) AUTHORS
PoDoFo is written by Dominik Seichter <domseichter@web.de> and others. This manual page was written by Oleksandr Moskalenko <malex@debian.org> for the Debian Project (but may be used by others). PoDoFo 2010-12-09 PODOFOENCRYPT(1)

Check Out this Related Man Page

pdfinfo(1)                                                    General Commands Manual                                                   pdfinfo(1)

NAME
pdfinfo - Portable Document Format (PDF) document information extractor (version 3.00) SYNOPSIS
pdfinfo [options] [PDF-file] DESCRIPTION
Pdfinfo prints the contents of the 'Info' dictionary (plus some other useful information) from a Portable Document Format (PDF) file. The 'Info' dictionary contains the following values: title subject keywords author creator producer creation date modification date In addition, the following information is printed: tagged (yes/no) page count encrypted flag (yes/no) print and copy permissions (if encrypted) page size file size linearized (yes/no) PDF version metadata (only if requested) OPTIONS
-f number Specifies the first page to examine. If multiple pages are requested using the "-f" and "-l" options, the size of each requested page (and, optionally, the bounding boxes for each requested page) are printed. Otherwise, only page one is examined. -l number Specifies the last page to examine. -box Prints the page box bounding boxes: MediaBox, CropBox, BleedBox, TrimBox, and ArtBox. -meta Prints document-level metadata. (This is the "Metadata" stream from the PDF file's Catalog object.) -enc encoding-name Sets the encoding to use for text output. This defaults to "UTF-8". -listenc Lits the available encodings -opw password Specify the owner password for the PDF file. Providing this will bypass all security restrictions. -upw password Specify the user password for the PDF file. -v Print copyright and version information. -h Print usage information. (-help and --help are equivalent.) EXIT CODES
The Xpdf tools use the following exit codes: 0 No error. 1 Error opening a PDF file. 2 Error opening an output file. 3 Error related to PDF permissions. 99 Other error. AUTHOR
The pdfinfo software and documentation are copyright 1996-2004 Glyph & Cog, LLC. SEE ALSO
pdffonts(1), pdfimages(1), pdftocairo(1), pdftohtml(1), pdftoppm(1), pdftops(1), pdftotext(1) 22 January 2004 pdfinfo(1)
Man Page