You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@xmlgraphics.apache.org by cb...@apache.org on 2013/04/22 15:53:10 UTC

svn commit: r1470514 - /xmlgraphics/site/trunk/content/fop/trunk/pdfencryption.mdtext

Author: cbowditch
Date: Mon Apr 22 13:53:10 2013
New Revision: 1470514

URL: http://svn.apache.org/r1470514
Log:
CMS commit to xmlgraphics by cbowditch

Modified:
    xmlgraphics/site/trunk/content/fop/trunk/pdfencryption.mdtext

Modified: xmlgraphics/site/trunk/content/fop/trunk/pdfencryption.mdtext
URL: http://svn.apache.org/viewvc/xmlgraphics/site/trunk/content/fop/trunk/pdfencryption.mdtext?rev=1470514&r1=1470513&r2=1470514&view=diff
==============================================================================
--- xmlgraphics/site/trunk/content/fop/trunk/pdfencryption.mdtext (original)
+++ xmlgraphics/site/trunk/content/fop/trunk/pdfencryption.mdtext Mon Apr 22 13:53:10 2013
@@ -9,6 +9,21 @@ Apache™ FOP supports encryption of
 
 For further information about features and restrictions regarding PDF encryption, look at the documentation coming with Adobe Acrobat or the technical documentation on the Adobe web site.
 
+## Usage (fop.xconf) {#fopxconf}
+
+    <renderer mime="application/pdf">
+        <encryption-params>
+            <user-password>testuserpass</user-password>
+            <owner-password>testownerpass</owner-password>
+            <noprint/>
+            <nocopy/>
+            <noedit/>
+            <noannotations/>
+            <encryption-length>128</encryption-length>
+        </encryption-params>
+    </renderer>
+
+
 ## Usage (command line) {#commandline}
 
 Encryption is enabled by supplying any of the encryption related options.



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@xmlgraphics.apache.org
For additional commands, e-mail: commits-help@xmlgraphics.apache.org