You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@xmlgraphics.apache.org by ss...@apache.org on 2015/03/12 11:44:19 UTC

svn commit: r1666125 - /xmlgraphics/site/trunk/content/fop/trunk/pdfx.mdtext

Author: ssteiner
Date: Thu Mar 12 10:44:19 2015
New Revision: 1666125

URL: http://svn.apache.org/r1666125
Log:
PDF/VT

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

Modified: xmlgraphics/site/trunk/content/fop/trunk/pdfx.mdtext
URL: http://svn.apache.org/viewvc/xmlgraphics/site/trunk/content/fop/trunk/pdfx.mdtext?rev=1666125&r1=1666124&r2=1666125&view=diff
==============================================================================
--- xmlgraphics/site/trunk/content/fop/trunk/pdfx.mdtext (original)
+++ xmlgraphics/site/trunk/content/fop/trunk/pdfx.mdtext Thu Mar 12 10:44:19 2015
@@ -90,10 +90,10 @@ The PDF profiles "PDF/X-3:2003" and "PDF
 Professional printers can use PDFVT to control things like what printer tray is used.
 Image XObjects have UUID added to enable caching in printer.
 
-Add metadata for each page master based on how the printer has been configured.
-
 ## Usage (fo) { #fo}
 
+Add metadata for each page master based on how the printer has been configured.
+
     :::xml
     <fo:simple-page-master master-name="simple" page-height="27.9cm" page-width="21.6cm">
       <fo:region-body />
@@ -104,10 +104,10 @@ Add metadata for each page master based
       </pdf:vt>          
     </fo:simple-page-master>
 
-Enable PDF/VT-1 and PDF/X-4 in fop.xconf:
-
 ## Usage (fop.xconf) { #fop-xconf}
 
+Enable PDF/VT-1 and PDF/X-4 in fop.xconf:
+
     :::xml
     <renderer mime="application/pdf">
       <pdf-x-mode>PDF/X-4</pdf-x-mode> 
@@ -118,4 +118,4 @@ Enable PDF/VT-1 and PDF/X-4 in fop.xconf
           <font-triplet name="Arial" style="normal" weight="normal"/>
         </font>
       </fonts>
-    </renderer>
\ No newline at end of file
+    </renderer>



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