Index: trunk/content/fop/trunk/pdfencryption.mdtext
===================================================================
--- trunk/content/fop/trunk/pdfencryption.mdtext	(revision 1470409)
+++ trunk/content/fop/trunk/pdfencryption.mdtext	(working copy)
@@ -9,6 +9,20 @@
 
 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.
