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

svn commit: r943485 - in /websites/staging/xmlgraphics/trunk/content: ./ fop/trunk/pdfx.html

Author: buildbot
Date: Thu Mar 12 10:40:00 2015
New Revision: 943485

Log:
Staging update by buildbot for xmlgraphics

Modified:
    websites/staging/xmlgraphics/trunk/content/   (props changed)
    websites/staging/xmlgraphics/trunk/content/fop/trunk/pdfx.html

Propchange: websites/staging/xmlgraphics/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Thu Mar 12 10:40:00 2015
@@ -1 +1 @@
-1666120
+1666124

Modified: websites/staging/xmlgraphics/trunk/content/fop/trunk/pdfx.html
==============================================================================
--- websites/staging/xmlgraphics/trunk/content/fop/trunk/pdfx.html (original)
+++ websites/staging/xmlgraphics/trunk/content/fop/trunk/pdfx.html Thu Mar 12 10:40:00 2015
@@ -354,7 +354,7 @@ $(document).ready(function () {
         <div id="items">
         </div>
       	<!-- <div id="breadcrumb"><a href="/">Home</a>&nbsp;&raquo&nbsp;<a href="/fop/">Fop</a>&nbsp;&raquo&nbsp;<a href="/fop/trunk/">Trunk</a></div> -->
-      	<div class="section-content"><h1 id="apachewzxhzdk3-fop-pdfx-iso-15930">Apache&trade; FOP: PDF/X (ISO 15930)</h1>
+      	<div class="section-content"><h1 id="apachewzxhzdk5-fop-pdfx-iso-15930">Apache&trade; FOP: PDF/X (ISO 15930)</h1>
 <p><authors><person email="jeremias@apache.org" name="Jeremias Märki"></person></authors></p>
 <h2 id="overview">Overview</h2>
 <p><warning>Support for PDF/X is available beginning with version 0.93. This feature is new and may not be 100% complete, yet. Feedback is welcome.</warning></p>
@@ -428,7 +428,36 @@ $(document).ready(function () {
 </li>
 </ul>
 <h2 id="profile-compatibility">PDF profile compatibility</h2>
-<p>The PDF profiles "PDF/X-3:2003" and "PDF/A-1b" are compatible and can both be activated at the same time.</p></div>
+<p>The PDF profiles "PDF/X-3:2003" and "PDF/A-1b" are compatible and can both be activated at the same time.</p>
+<h1 id="pdfvt-iso-16612-2">PDF/VT (ISO 16612-2)</h1>
+<p>Professional printers can use PDFVT to control things like what printer tray is used.
+Image XObjects have UUID added to enable caching in printer.</p>
+<p>Add metadata for each page master based on how the printer has been configured.</p>
+<h2 id="fo">Usage (fo)</h2>
+<div class="codehilite"><pre><span class="nt">&lt;fo:simple-page-master</span> <span class="na">master-name=</span><span class="s">&quot;simple&quot;</span> <span class="na">page-height=</span><span class="s">&quot;27.9cm&quot;</span> <span class="na">page-width=</span><span class="s">&quot;21.6cm&quot;</span><span class="nt">&gt;</span>
+  <span class="nt">&lt;fo:region-body</span> <span class="nt">/&gt;</span>
+   <span class="nt">&lt;pdf:vt&gt;</span>
+    <span class="nt">&lt;pdf:dictionary</span> <span class="na">key=</span><span class="s">&quot;DPM/CIP4_Root/CIP4_Production/CIP4_Part&quot;</span><span class="nt">&gt;</span>
+        <span class="nt">&lt;pdf:string</span> <span class="na">key=</span><span class="s">&quot;CIP4_ProductType&quot;</span><span class="nt">&gt;</span>frontpages<span class="nt">&lt;/pdf:string&gt;</span>        
+    <span class="nt">&lt;/pdf:dictionary&gt;</span> 
+  <span class="nt">&lt;/pdf:vt&gt;</span>          
+<span class="nt">&lt;/fo:simple-page-master&gt;</span>
+</pre></div>
+
+
+<p>Enable PDF/VT-1 and PDF/X-4 in fop.xconf:</p>
+<h2 id="fop-xconf">Usage (fop.xconf)</h2>
+<div class="codehilite"><pre><span class="nt">&lt;renderer</span> <span class="na">mime=</span><span class="s">&quot;application/pdf&quot;</span><span class="nt">&gt;</span>
+  <span class="nt">&lt;pdf-x-mode&gt;</span>PDF/X-4<span class="nt">&lt;/pdf-x-mode&gt;</span> 
+  <span class="nt">&lt;pdf-vt-mode&gt;</span>PDF/VT-1<span class="nt">&lt;/pdf-vt-mode&gt;</span>
+  <span class="nt">&lt;output-profile&gt;</span>ISOcoated_v2_300_bas.icc<span class="nt">&lt;/output-profile&gt;</span>
+  <span class="nt">&lt;fonts&gt;</span>
+    <span class="nt">&lt;font</span> <span class="na">kerning=</span><span class="s">&quot;yes&quot;</span> <span class="na">embed-url=</span><span class="s">&quot;arial.ttf&quot;</span><span class="nt">&gt;</span>
+      <span class="nt">&lt;font-triplet</span> <span class="na">name=</span><span class="s">&quot;Arial&quot;</span> <span class="na">style=</span><span class="s">&quot;normal&quot;</span> <span class="na">weight=</span><span class="s">&quot;normal&quot;</span><span class="nt">/&gt;</span>
+    <span class="nt">&lt;/font&gt;</span>
+  <span class="nt">&lt;/fonts&gt;</span>
+<span class="nt">&lt;/renderer&gt;</span>
+</pre></div></div>
       </div>
       
       <div class="clear"></div>



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