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.

index.xml 4.4KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182
  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. <!DOCTYPE document PUBLIC "-//APACHE//DTD Documentation V1.3//EN" "http://forrest.apache.org/dtd/document-v13.dtd">
  18. <document>
  19. <header>
  20. <title>Apache™ FOP</title>
  21. <version>$Revision$</version>
  22. </header>
  23. <body>
  24. <section id="intro">
  25. <title>Introduction</title>
  26. <p>
  27. Apache™ FOP (Formatting Objects Processor) is a print formatter driven by XSL
  28. formatting objects (XSL-FO) and an output independent formatter. It is a Java
  29. application that reads a formatting object (FO) tree and renders the resulting
  30. pages to a specified output. <link href="1.1rc1/output.html">Output formats</link>
  31. currently supported include PDF, PS, PCL, AFP, XML (area tree representation),
  32. Print, AWT and PNG, and to a lesser extent, RTF and TXT. The primary output target is PDF.
  33. </p>
  34. <p>
  35. The Apache™ FOP project is part of the <link href="http://www.apache.org">Apache™</link>
  36. Software Foundation, which is a wider community of users and developers of open source projects.
  37. </p>
  38. <figure width="480" height="260" src="images/document.jpg" alt="Render Diagram" />
  39. <p>
  40. A release candidate (rc1) of the latest version of FOP is available at <link href="1.1rc1/">FOP 1.1rc1</link>.
  41. </p>
  42. <p>
  43. Support for each of the standard's objects and properties is detailed in <link href="compliance.html">FOP Compliance</link>.
  44. <link href="download.html">Download</link> options include a precompiled version, source code, and many example files to get you started. <link href="resources.html">Resources</link> include links to XSL-FO introductions and many other useful references. A checklist for <link href="gethelp.html">Getting Help</link> will guide you toward maximizing the usefulness of FOP.
  45. </p>
  46. <p>FOP is proud to be part of <link href="http://xmlgraphics.apache.org">Apache's XML Graphics project</link>.
  47. </p>
  48. </section>
  49. <section id="demo">
  50. <title>Demonstration</title>
  51. <figure width="480" height="260" src="images/layout.jpg" alt="Formatting Diagram" />
  52. <p>
  53. This image is a demonstration of a real two page document. The XML data on the left
  54. is formatted into the two pages on the right. The document contains static areas that appear on every page, an external graphic, a footnote on the first page, and a table that goes across both pages.
  55. </p>
  56. <p>
  57. FOP uses the standard XSL-FO file format as input, lays the content out into pages, then renders it to the requested output.
  58. One great advantage of using XSL-FO as input is that XSL-FO is itself an XML file, which means that it can be conveniently created from a variety of sources.
  59. The most common method is to convert semantic XML to XSL-FO, using an XSLT transformation.</p>
  60. </section>
  61. <section id="objectives">
  62. <title>FOP Objectives</title>
  63. <p>The goals of the Apache FOP project are to deliver an XSL-FO to PDF formatter that
  64. is compliant to at least the Basic conformance level described in the W3C
  65. Recommendation from 05 December 2006, and that complies with the November 2001
  66. Portable Document Format Specification (Version 1.4) from Adobe Systems.
  67. </p>
  68. <p>Conformance to the XML 1.0 and 1.1 Recommendations, XSLT 1.0 and 2.0 Recommendations and the XML Namespaces Recommendation is
  69. understood. Other relevant documents, such as the XPath and XLink Working Drafts, are referenced as necessary. The FOP
  70. Project will attempt to use the latest version of evolving specifications.
  71. </p>
  72. </section>
  73. <note>
  74. The PDF files on this site are created using Apache FOP.
  75. </note>
  76. </body>
  77. </document>