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 3.5KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!DOCTYPE document PUBLIC "-//APACHE//DTD Documentation V1.1//EN"
  3. "http://cvs.apache.org/viewcvs.cgi/*checkout*/xml-forrest/src/resources/schema/dtd/document-v11.dtd">
  4. <document>
  5. <header>
  6. <title>FOP</title>
  7. </header>
  8. <body>
  9. <section id="intro">
  10. <title>Introduction</title>
  11. <p>FOP (Formatting Objects Processor) is the world's first print formatter driven by XSL formatting
  12. objects (XSL-FO) and the world's first output independent formatter. It is a
  13. Java application that reads a formatting object (FO) tree and
  14. renders the resulting pages to a specified output. <link href="output.html">Output formats</link>
  15. currently supported include PDF, PCL, PS, SVG, XML (area tree representation),
  16. Print, AWT, MIF and TXT.
  17. The primary output target is PDF.
  18. </p>
  19. <figure width="480" height="260" src="images/document.jpg" alt="Render Diagram" />
  20. <p>The latest version of FOP (0.20.5) is a partial implementation of the
  21. <link href="http://www.w3.org/TR/2001/REC-xsl-20011015/">XSL-FO Version 1.0
  22. W3C Recommendation</link>.
  23. Support for each of the standard's objects and properties is detailed in <link href="compliance.html">FOP Compliance</link>.
  24. <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.
  25. </p>
  26. <p>FOP is proud to be part of <link href="http://xml.apache.org">Apache's XML project</link>.
  27. </p>
  28. </section>
  29. <section id="demo">
  30. <title>Demonstration</title>
  31. <figure width="480" height="260" src="images/layout.jpg" alt="Formatting Diagram" />
  32. <p>
  33. This image is a demonstration of a real two page document. The xml data on the left
  34. 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.
  35. </p>
  36. <p>
  37. FOP uses the standard XSL-FO file format as input, lays the content out into pages, then renders it to the requested output.
  38. One great advantage to 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.
  39. The most common method is to convert semantic XML to XSL-FO, using an XSLT transformation.</p>
  40. </section>
  41. <section id="objectives">
  42. <title>FOP Objectives</title>
  43. <p>The goals of the Apache XML FOP Project are to deliver an XSL-FO to PDF formatter that is compliant to at least the Basic
  44. conformance level described in the W3C Recommendation from 15 October 2001, and that complies with the 11 March 1999 Portable Document
  45. Format Specification (Version 1.3) from Adobe Systems.
  46. </p>
  47. <p>Conformance to the XML 1.0 Recommendation, XSLT 1.0 Recommendation and the XML Namespaces Recommendation is
  48. understood. Other relevant documents, such as the XPath and XLink Working Drafts, are referenced as necessary. The FOP
  49. Project will attempt to use the latest version of evolving specifications.
  50. </p>
  51. <p>The FOP layout system is currently being rewritten to better support the XSL-FO standard.</p>
  52. </section>
  53. <note>
  54. The PDF files on this site are created using FOP.
  55. </note>
  56. </body>
  57. </document>