blob: d2f4878a5b5aaf2b895795af73b7dd508743bcba [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 xmlns:fo="http://www.w3.org/1999/XSL/Format">
<title tab-width="50">Use Cases</title>
<fo:table table-layout="fixed" width="100%" border-collapse="separate">
<fo:table-column column-width="proportional-column-width(1)" number-columns-repeated="2"/>
<fo:table-header>
<fo:table-row font-weight="bold">
<fo:table-cell border-bottom="solid 0.5mm black">
<p>Business Documents</p>
</fo:table-cell>
<fo:table-cell border-bottom="solid 0.5mm black">
<p>Book-style Documents</p>
</fo:table-cell>
</fo:table-row>
</fo:table-header>
<fo:table-body>
<fo:table-row>
<fo:table-cell padding-before="1mm">
<ul>
<li>Invoices</li>
<li>Letters</li>
<li>Insurance Policies</li>
<li>Forms</li>
<li>Reports</li>
<li>Business Cards</li>
<li>etc. etc.</li>
</ul>
</fo:table-cell>
<fo:table-cell padding-before="1mm">
<ul>
<li>Books</li>
<li>Manuals</li>
<li>White Papers</li>
<li>Technical Specifications</li>
<li>Web Pages as PDF</li>
<li>etc. etc.</li>
</ul>
</fo:table-cell>
</fo:table-row>
</fo:table-body>
</fo:table>
<p>
Apache FOP is actively used by all sorts of people and organisations: Insurance companies,
banks, other commercial firms, governments, technical writers, web publishers, in web shops,
etc.
</p>
</section>