blob: b5f9e277c6b5b4281f92bac4195c98a3601f9923 [file] [log] [blame]
<?xml version="1.0" encoding="UTF-8"?>
<!--
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.
-->
<!-- $Id$ -->
<section>
<title tab-width="65">Output Formats</title>
<p>
Apache Fop supports a range of different output formats:
</p>
<ul>
<li>
<p>PDF (Portable Document Format)</p>
<ul>
<li>PDF/X-3:2003</li>
<li>PDF/A-1b</li>
</ul>
</li>
<li>PostScript</li>
<li>PCL 5</li>
<li>AFP (MO:DCA)</li>
<li>Java2D (Direct Print, TIFF, PNG, AWT/Swing Preview Dialog)</li>
<li>RTF (Rich Text Format, compatible with MS Word)</li>
<li>Plain Text</li>
<li>Area Tree XML (Intermediate Format)</li>
<li>... or your own format!</li>
</ul>
</section>