Skip site navigation (1)Skip section navigation (2)

FreeBSD Manual Pages

  
 
  

home | help
PODOFOENCRYPT(1)		  podofoencrypt 		PODOFOENCRYPT(1)

NAME
     podofoencrypt - encrypt PDF files and set PDF security settings

SYNOPSIS
     podofoencrypt  [--rc4v1]  [--rc4v2]  [--aes] [-u <userpassword>] -o <owner-
     password> <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 annotations or form fields (if ePdfPermis-
		   sions_Edit is set also allow the creation of 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),  podofocolor(1),  podofocountpages(1),  podofocrop(1),   pod-
     ofogc(1),	 podofoimg2pdf(1),   podofoimgextract(1),   podofoincrementalup-
     dates(1),	  podofoimpose(1),    podofomerge(1),	 podofopages(1),    pod-
     ofopdfinfo(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)

Want to link to this manual page? Use this URL:
<https://man.freebsd.org/cgi/man.cgi?query=podofoencrypt&sektion=1&manpath=FreeBSD+Ports+15.1.quarterly>

home | help