You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@xmlgraphics.apache.org by vh...@apache.org on 2014/06/19 12:53:28 UTC

svn commit: r1603824 - /xmlgraphics/site/trunk/content/fop/trunk/output.mdtext

Author: vhennebert
Date: Thu Jun 19 10:53:27 2014
New Revision: 1603824

URL: http://svn.apache.org/r1603824
Log:
More info about custom PDF document properties

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

Modified: xmlgraphics/site/trunk/content/fop/trunk/output.mdtext
URL: http://svn.apache.org/viewvc/xmlgraphics/site/trunk/content/fop/trunk/output.mdtext?rev=1603824&r1=1603823&r2=1603824&view=diff
==============================================================================
--- xmlgraphics/site/trunk/content/fop/trunk/output.mdtext (original)
+++ xmlgraphics/site/trunk/content/fop/trunk/output.mdtext Thu Jun 19 10:53:27 2014
@@ -155,10 +155,13 @@ Note: Not all PDF Viewers (including som
 
 #### Custom Document Properties
 
-In Adobe Reader (and possibly other PDF viewers), in the Document Properties window, there is a tab that shows custom properties that have been set on the document:
+In Adobe Reader (and possibly other PDF viewers), in the Document Properties window,
+there is a tab that shows custom properties that have been set on the document:  
 ![PDF Custom Document Properties](images/pdf-custom-document-properties.png)
 
-Such properties can be set in the FO document using the `pdf:info` extension element as a child of `fo:declarations`:
+Such properties are stored in the PDF in the form of additional key/value pairs in the
+*Document Information Dictionary* (the Info dictionary). They can be set in the
+FO document using the `pdf:info` extension element as a child of `fo:declarations`:
 
     :::xml
     <fo:declarations>



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