You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

fop-use-cases.xml 2.4KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!--
  3. Licensed to the Apache Software Foundation (ASF) under one or more
  4. contributor license agreements. See the NOTICE file distributed with
  5. this work for additional information regarding copyright ownership.
  6. The ASF licenses this file to You under the Apache License, Version 2.0
  7. (the "License"); you may not use this file except in compliance with
  8. the License. You may obtain a copy of the License at
  9. http://www.apache.org/licenses/LICENSE-2.0
  10. Unless required by applicable law or agreed to in writing, software
  11. distributed under the License is distributed on an "AS IS" BASIS,
  12. WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  13. See the License for the specific language governing permissions and
  14. limitations under the License.
  15. -->
  16. <!-- $Id$ -->
  17. <section xmlns:fo="http://www.w3.org/1999/XSL/Format">
  18. <title tab-width="50">Use Cases</title>
  19. <fo:table table-layout="fixed" width="100%" border-collapse="separate">
  20. <fo:table-column column-width="proportional-column-width(1)" number-columns-repeated="2"/>
  21. <fo:table-header>
  22. <fo:table-row font-weight="bold">
  23. <fo:table-cell border-bottom="solid 0.5mm black">
  24. <p>Business Documents</p>
  25. </fo:table-cell>
  26. <fo:table-cell border-bottom="solid 0.5mm black">
  27. <p>Book-style Documents</p>
  28. </fo:table-cell>
  29. </fo:table-row>
  30. </fo:table-header>
  31. <fo:table-body>
  32. <fo:table-row>
  33. <fo:table-cell padding-before="1mm">
  34. <ul>
  35. <li>Invoices</li>
  36. <li>Letters</li>
  37. <li>Insurance Policies</li>
  38. <li>Forms</li>
  39. <li>Reports</li>
  40. <li>Business Cards</li>
  41. <li>etc. etc.</li>
  42. </ul>
  43. </fo:table-cell>
  44. <fo:table-cell padding-before="1mm">
  45. <ul>
  46. <li>Books</li>
  47. <li>Manuals</li>
  48. <li>White Papers</li>
  49. <li>Technical Specifications</li>
  50. <li>Web Pages as PDF</li>
  51. <li>etc. etc.</li>
  52. </ul>
  53. </fo:table-cell>
  54. </fo:table-row>
  55. </fo:table-body>
  56. </fo:table>
  57. <p>
  58. Apache FOP is actively used by all sorts of people and organisations: Insurance companies,
  59. banks, other commercial firms, governments, technical writers, web publishers, in web shops,
  60. etc.
  61. </p>
  62. </section>