You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by bu...@apache.org on 2012/04/11 01:18:00 UTC

svn commit: r812256 - in /websites/production/camel/content: cache/main.pageCache fop.html

Author: buildbot
Date: Tue Apr 10 23:18:00 2012
New Revision: 812256

Log:
Production update by buildbot for camel

Added:
    websites/production/camel/content/fop.html
Modified:
    websites/production/camel/content/cache/main.pageCache

Modified: websites/production/camel/content/cache/main.pageCache
==============================================================================
Binary files - no diff available.

Added: websites/production/camel/content/fop.html
==============================================================================
--- websites/production/camel/content/fop.html (added)
+++ websites/production/camel/content/fop.html Tue Apr 10 23:18:00 2012
@@ -0,0 +1,242 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<!--
+
+    Licensed to the Apache Software Foundation (ASF) under one or more
+    contributor license agreements.  See the NOTICE file distributed with
+    this work for additional information regarding copyright ownership.
+    The ASF licenses this file to You under the Apache License, Version 2.0
+    (the "License"); you may not use this file except in compliance with
+    the License.  You may obtain a copy of the License at
+
+       http://www.apache.org/licenses/LICENSE-2.0
+
+    Unless required by applicable law or agreed to in writing, software
+    distributed under the License is distributed on an "AS IS" BASIS,
+    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+    See the License for the specific language governing permissions and
+    limitations under the License.
+-->
+<html>
+<head>
+    <link href="http://camel.apache.org/styles/site.css" rel="stylesheet" type="text/css">
+    <link href="http://camel.apache.org/styles/type-settings.css" rel="stylesheet" type="text/css">
+    <script src="http://camel.apache.org/styles/prototype.js" type="text/javascript"></script>
+    <script src="http://camel.apache.org/styles/rico.js" type="text/javascript"></script>    
+    <script src="http://camel.apache.org/styles/site.js" type="text/javascript"></script>
+
+    <meta http-equiv="Content-type" content="text/html;charset=UTF-8">
+
+    <style type="text/css">
+      .maincontent { overflow:hidden; }
+    </style>
+    <!--[if IE]>
+    <style type="text/css">
+      .maincontent { width:100%; }
+    </style>
+    <![endif]-->
+
+    <title>
+    Apache Camel: FOP
+    </title>
+</head>
+<body>
+<div class="white_box">
+<div class="header">
+  <div class="header_l">
+    <div class="header_r">
+    </div>
+  </div>
+</div>
+<div class="content">
+  <div class="content_l">
+    <div class="content_r">
+      <div>
+          <!-- Banner -->
+<div id="banner-content">
+	<div id="asf_logo">
+	<div id="activemq_logo" style="height:108px; background:transparent url(banner.data/apache-camel-7.png) no-repeat scroll left top;">
+            <a shape="rect" style="float:left; width:310px;display:block;text-indent:-5000px;text-decoration:none;line-height:140px; margin-top:20px; margin-left:18px;" href="http://camel.apache.org/">Camel</a>
+            <a shape="rect" style="float:right; width:180px;display:block;text-indent:-5000px;text-decoration:none;line-height:80px; margin-top:45px; margin-right:10px;" href="http://www.apache.org">Apache</a>
+	</div>
+        </div>
+</div>
+          <!-- Banner -->
+        <div class="top_red_bar">
+          <div id="site-breadcrumbs">
+                <!-- Breadcrumbs -->
+<a href="index.html">Apache Camel</a>&nbsp;&gt;&nbsp;<a href="documentation.html">Documentation</a>&nbsp;&gt;&nbsp;<a href="components.html">Components</a>&nbsp;&gt;&nbsp;<a href="fop.html">FOP</a>
+          </div>
+          <!-- Quicklinks -->
+<div id="site-quicklinks"><p><a shape="rect" href="download.html" title="Download">Download</a> | <a shape="rect" href="javadoc.html" title="JavaDoc">JavaDoc</a> | <a shape="rect" href="source.html" title="Source">Source</a> | <a shape="rect" href="discussion-forums.html" title="Discussion Forums">Forums</a> | <a shape="rect" href="support.html" title="Support">Support</a></p></div>
+          <!-- Quicklinks -->
+        </div>
+
+	<table border="0">
+	<tbody>
+        <tr>
+        <td valign="top" width="100%">
+<div class="wiki-content maincontent"><h2><a shape="rect" name="FOP-FOPComponent"></a>FOP Component</h2>
+<p><b>Available as of Camel 2.9</b></p>
+
+<p>The FOP component allows you to render a message into different output formats using <a shape="rect" class="external-link" href="http://xmlgraphics.apache.org/fop/index.html">Apache FOP</a>.</p>
+
+<p>Maven users will need to add the following dependency to their <tt>pom.xml</tt> for this component:</p>
+<div class="code panel" style="border-width: 1px;"><div class="codeContent panelContent">
+<pre class="code-xml">
+<span class="code-tag">&lt;dependency&gt;</span>
+    <span class="code-tag">&lt;groupId&gt;</span>org.apache.camel<span class="code-tag">&lt;/groupId&gt;</span>
+    <span class="code-tag">&lt;artifactId&gt;</span>camel-fop<span class="code-tag">&lt;/artifactId&gt;</span>
+    <span class="code-tag">&lt;version&gt;</span>x.x.x<span class="code-tag">&lt;/version&gt;</span>
+    <span class="code-tag"><span class="code-comment">&lt;!-- use the same version as your Camel core version --&gt;</span></span>
+<span class="code-tag">&lt;/dependency&gt;</span>
+</pre>
+</div></div>
+
+<h3><a shape="rect" name="FOP-URIformat"></a>URI format</h3>
+
+<div class="code panel" style="border-width: 1px;"><div class="codeContent panelContent">
+<pre class="code-java">
+fop:<span class="code-comment">//outputFormat?[options]</span>
+</pre>
+</div></div>
+
+<h3><a shape="rect" name="FOP-OutputFormats"></a>Output Formats</h3>
+
+<p>The primary output format is PDF but other output <a shape="rect" class="external-link" href="http://xmlgraphics.apache.org/fop/0.95/output.html">formats</a> are also supported:</p>
+
+<div class="table-wrap">
+<table class="confluenceTable"><tbody><tr><th colspan="1" rowspan="1" class="confluenceTh">name </th><th colspan="1" rowspan="1" class="confluenceTh">outputFormat </th><th colspan="1" rowspan="1" class="confluenceTh">description </th></tr><tr><td colspan="1" rowspan="1" class="confluenceTd">PDF </td><td colspan="1" rowspan="1" class="confluenceTd">application/pdf </td><td colspan="1" rowspan="1" class="confluenceTd">Portable Document Format</td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd">PS </td><td colspan="1" rowspan="1" class="confluenceTd">application/postscript </td><td colspan="1" rowspan="1" class="confluenceTd">Adobe Postscript</td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd">PCL </td><td colspan="1" rowspan="1" class="confluenceTd">application/x-pcl </td><td colspan="1" rowspan="1" class="confluenceTd">Printer Control Language</td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd">PNG </td><td colspan="1" rowspan="1" class="confluen
 ceTd">image/png </td><td colspan="1" rowspan="1" class="confluenceTd">PNG images</td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd">JPEG </td><td colspan="1" rowspan="1" class="confluenceTd">image/jpeg </td><td colspan="1" rowspan="1" class="confluenceTd">JPEG images</td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd">SVG </td><td colspan="1" rowspan="1" class="confluenceTd">image/svg+xml </td><td colspan="1" rowspan="1" class="confluenceTd">Scalable Vector Graphics</td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd">XML </td><td colspan="1" rowspan="1" class="confluenceTd">application/X-fop-areatree </td><td colspan="1" rowspan="1" class="confluenceTd">Area tree representation</td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd">MIF </td><td colspan="1" rowspan="1" class="confluenceTd">application/mif </td><td colspan="1" rowspan="1" class="confluenceTd">FrameMaker's MIF</td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd">RT
 F </td><td colspan="1" rowspan="1" class="confluenceTd">application/rtf </td><td colspan="1" rowspan="1" class="confluenceTd">Rich Text Format</td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd">TXT </td><td colspan="1" rowspan="1" class="confluenceTd">text/plain </td><td colspan="1" rowspan="1" class="confluenceTd">Text</td></tr></tbody></table>
+</div>
+
+
+<p>The complete list of valid output formats can be found <a shape="rect" class="external-link" href="http://svn.apache.org/repos/asf/xmlgraphics/commons/trunk/src/java/org/apache/xmlgraphics/util/MimeConstants.java">here</a></p>
+
+<h3><a shape="rect" name="FOP-EndpointOptions"></a>Endpoint Options</h3>
+
+<div class="table-wrap">
+<table class="confluenceTable"><tbody><tr><th colspan="1" rowspan="1" class="confluenceTh">name </th><th colspan="1" rowspan="1" class="confluenceTh">default value </th><th colspan="1" rowspan="1" class="confluenceTh">description</th></tr><tr><td colspan="1" rowspan="1" class="confluenceTd">userConfigURL</td><td colspan="1" rowspan="1" class="confluenceTd">none</td><td colspan="1" rowspan="1" class="confluenceTd">The location of a configuration file with the following <a shape="rect" class="external-link" href="http://xmlgraphics.apache.org/fop/1.0/configuration.html">structure</a></td></tr></tbody></table>
+</div>
+
+
+<h3><a shape="rect" name="FOP-MessageOperations"></a>Message Operations</h3>
+
+<div class="table-wrap">
+<table class="confluenceTable"><tbody><tr><th colspan="1" rowspan="1" class="confluenceTh">name </th><th colspan="1" rowspan="1" class="confluenceTh">default value </th><th colspan="1" rowspan="1" class="confluenceTh">description</th></tr><tr><td colspan="1" rowspan="1" class="confluenceTd">CamelFop.Output.Format</td><td colspan="1" rowspan="1" class="confluenceTd">&#160;</td><td colspan="1" rowspan="1" class="confluenceTd">Overrides the output format for that message</td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd">CamelFop.Encrypt.userPassword</td><td colspan="1" rowspan="1" class="confluenceTd">&#160;</td><td colspan="1" rowspan="1" class="confluenceTd">PDF user password</td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd">CamelFop.Encrypt.ownerPassword</td><td colspan="1" rowspan="1" class="confluenceTd">&#160;</td><td colspan="1" rowspan="1" class="confluenceTd">PDF owner passoword</td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd">Camel
 Fop.Encrypt.allowPrint</td><td colspan="1" rowspan="1" class="confluenceTd">true </td><td colspan="1" rowspan="1" class="confluenceTd">Allows printing the PDF</td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd">CamelFop.Encrypt.allowCopyContent</td><td colspan="1" rowspan="1" class="confluenceTd">true </td><td colspan="1" rowspan="1" class="confluenceTd">Allows copying content of the PDF</td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd">CamelFop.Encrypt.allowEditContent</td><td colspan="1" rowspan="1" class="confluenceTd">true </td><td colspan="1" rowspan="1" class="confluenceTd">Allows editing content of the PDF</td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd">CamelFop.Encrypt.allowEditAnnotations</td><td colspan="1" rowspan="1" class="confluenceTd">true </td><td colspan="1" rowspan="1" class="confluenceTd">Allows editing annotation of the PDF</td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd">CamelFop.Render.producer</td><td co
 lspan="1" rowspan="1" class="confluenceTd">Apache FOP</td><td colspan="1" rowspan="1" class="confluenceTd">Metadata element for the system/software that produces the document</td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd">CamelFop.Render.creator</td><td colspan="1" rowspan="1" class="confluenceTd">&#160;</td><td colspan="1" rowspan="1" class="confluenceTd">Metadata element for the user that created the document</td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd">CamelFop.Render.creationDate</td><td colspan="1" rowspan="1" class="confluenceTd">&#160;</td><td colspan="1" rowspan="1" class="confluenceTd">Creation Date</td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd">CamelFop.Render.author</td><td colspan="1" rowspan="1" class="confluenceTd">&#160;</td><td colspan="1" rowspan="1" class="confluenceTd">Author of the content of the document</td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd">CamelFop.Render.title</td><td colspan="1" r
 owspan="1" class="confluenceTd">&#160;</td><td colspan="1" rowspan="1" class="confluenceTd">Title of the document</td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd">CamelFop.Render.subject</td><td colspan="1" rowspan="1" class="confluenceTd">&#160;</td><td colspan="1" rowspan="1" class="confluenceTd">Subject of the document</td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd">CamelFop.Render.keywords</td><td colspan="1" rowspan="1" class="confluenceTd">&#160;</td><td colspan="1" rowspan="1" class="confluenceTd">Set of keywords applicable to this document</td></tr></tbody></table>
+</div>
+
+
+<h3><a shape="rect" name="FOP-Example"></a>Example</h3>
+
+<p>Below is an example route that renders PDFs from xml data and xslt template and saves the PDF files in target folder: </p>
+
+<div class="code panel" style="border-width: 1px;"><div class="codeContent panelContent">
+<pre class="code-java">
+from(<span class="code-quote">"file:source/data/xml"</span>)
+    .to(<span class="code-quote">"xslt:xslt/template.xsl"</span>)
+    .to(<span class="code-quote">"fop:application/pdf"</span>)
+    .to(<span class="code-quote">"file:target/data"</span>);
+</pre>
+</div></div>
+
+<p>For more information, see these resources...</p>
+
+<h3><a shape="rect" name="FOP-SeeAlso"></a>See Also</h3>
+<ul><li><a shape="rect" href="configuring-camel.html" title="Configuring Camel">Configuring Camel</a></li><li><a shape="rect" href="component.html" title="Component">Component</a></li><li><a shape="rect" href="endpoint.html" title="Endpoint">Endpoint</a></li><li><a shape="rect" href="getting-started.html" title="Getting Started">Getting Started</a></li></ul>
+</div>
+        </td>
+        <td valign="top">
+          <div class="navigation">
+            <div class="navigation_top">
+                <!-- NavigationBar -->
+<div class="navigation_bottom" id="navigation_bottom"><h3><a shape="rect" name="Navigation-Overview"></a><a shape="rect" href="overview.html" title="Overview">Overview</a></h3>
+
+<ul class="alternate" type="square"><li><a shape="rect" href="index.html" title="Index">Home</a></li><li><a shape="rect" href="download.html" title="Download">Download</a></li><li><a shape="rect" href="getting-started.html" title="Getting Started">Getting Started</a></li><li><a shape="rect" href="faq.html" title="FAQ">FAQ</a></li></ul>
+
+
+<h3><a shape="rect" name="Navigation-Documentation"></a><a shape="rect" href="documentation.html" title="Documentation">Documentation</a></h3>
+
+<ul class="alternate" type="square"><li><a shape="rect" href="user-guide.html" title="User Guide">User Guide</a></li><li><a shape="rect" href="manual.html" title="Manual">Manual</a></li><li><a shape="rect" href="books.html" title="Books">Books</a></li><li><a shape="rect" href="tutorials.html" title="Tutorials">Tutorials</a></li><li><a shape="rect" href="examples.html" title="Examples">Examples</a></li><li><a shape="rect" href="cookbook.html" title="Cookbook">Cookbook</a></li><li><a shape="rect" href="enterprise-integration-patterns.html" title="Enterprise Integration Patterns">Enterprise Integration Patterns</a></li><li><a shape="rect" href="architecture.html" title="Architecture">Architecture</a></li><li><a shape="rect" href="components.html" title="Components">Components</a></li><li><a shape="rect" href="data-format.html" title="Data Format">Data Format</a></li><li><a shape="rect" href="languages.html" title="Languages">Languages</a></li><li><a shape="rect" href="security.
 html" title="Security">Security</a></li></ul>
+
+
+<h3><a shape="rect" name="Navigation-Search"></a>Search</h3>
+
+
+<form enctype="application/x-www-form-urlencoded" method="get" id="cse-search-box" action="http://www.google.com/cse">
+  <div>
+    <input type="hidden" name="cx" value="007878419884033443453:m5nhvy4hmyq">
+    <input type="hidden" name="ie" value="UTF-8">
+    <input type="text" name="q" size="21">
+    <input type="submit" name="sa" value="Search">
+  </div>
+</form>
+<script type="text/javascript" src="http://www.google.com/coop/cse/brand?form=cse-search-box&amp;lang=en"></script>
+
+
+<h3><a shape="rect" name="Navigation-Community"></a><a shape="rect" href="community.html" title="Community">Community</a></h3>
+
+<ul class="alternate" type="square"><li><a shape="rect" href="support.html" title="Support">Support</a></li><li><a shape="rect" href="contributing.html" title="Contributing">Contributing</a></li><li><a shape="rect" href="discussion-forums.html" title="Discussion Forums">Discussion Forums</a></li><li><a shape="rect" href="mailing-lists.html" title="Mailing Lists">Mailing Lists</a></li><li><a shape="rect" href="user-stories.html" title="User Stories">User Stories</a></li><li><a shape="rect" href="news.html" title="News">News</a></li><li><a shape="rect" href="articles.html" title="Articles">Articles</a></li><li><a shape="rect" href="site.html" title="Site">Site</a></li><li><a shape="rect" href="team.html" title="Team">Team</a></li><li><a shape="rect" class="external-link" href="http://camel-extra.googlecode.com/" rel="nofollow">Camel Extra</a></li></ul>
+
+
+<h3><a shape="rect" name="Navigation-Developers"></a><a shape="rect" href="developers.html" title="Developers">Developers</a></h3>
+
+<ul class="alternate" type="square"><li><a shape="rect" href="developers.html" title="Developers">Developer Guide</a></li><li><a shape="rect" href="source.html" title="Source">Source</a></li><li><a shape="rect" href="building.html" title="Building">Building</a></li><li><a shape="rect" href="javadoc.html" title="JavaDoc">JavaDoc</a></li><li><a shape="rect" href="irc-room.html" title="IRC Room">IRC Room</a></li></ul>
+
+
+<h3><a shape="rect" name="Navigation-ApacheSoftwareFoundation"></a>Apache Software Foundation</h3>
+
+<ul class="alternate" type="square"><li><a shape="rect" class="external-link" href="http://www.apache.org/licenses/">License</a></li><li><a shape="rect" class="external-link" href="http://www.apache.org/foundation/sponsorship.html">Sponsorship</a></li><li><a shape="rect" class="external-link" href="http://www.apache.org/foundation/thanks.html">Thanks</a></li><li><a shape="rect" class="external-link" href="http://www.apache.org/security/">Security</a></li></ul>
+</div>
+                <!-- NavigationBar -->
+            </div>
+          </div>
+        </td>
+        </tr>
+	</tbody>
+        </table>
+
+
+        <div class="bottom_red_bar"></div>
+      </div>
+    </div>
+  </div>
+</div>
+<div class="black_box">
+<div class="footer">
+  <div class="footer_l">
+    <div class="footer_r">
+      <div>
+        <a href="$base/privacy-policy.html">Privacy Policy</a> -
+        (<a href="https://cwiki.apache.org/confluence/pages/editpage.action?pageId=27843777">edit page</a>) 
+      </div>
+    </div>
+  </div>
+</div>
+</div>
+</div>
+<div class="design_attribution">
+&copy; 2004-2011 The Apache Software Foundation.
+<br>          
+Apache Camel, Camel, Apache, the Apache feather logo, and the Apache Camel project logo are trademarks of The Apache Software Foundation.  All other marks mentioned may be trademarks or registered trademarks of their respective owners.
+<br>
+<a href="http://hiramchirino.com">Graphic Design By Hiram</a>
+</div>
+
+<!-- Camel committers that would like access to the Analytics, send a note to private@camel.apache.org -->
+<script type="text/javascript">
+
+  var _gaq = _gaq || [];
+  _gaq.push(['_setAccount', 'UA-25976253-1']);
+  _gaq.push(['_trackPageview']);
+
+  (function() {
+    var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
+    ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
+    var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
+  })();
+
+</script>
+
+</body>
+</html>
+
+