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.

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156
  1. $Id$
  2. ==============================================================================
  3. APACHE FOP - README
  4. ==============================================================================
  5. Contents of this file:
  6. - What is FOP?
  7. - Legal Information
  8. - Where to get help?
  9. - How do I build FOP?
  10. - How do I run FOP?
  11. - Release Notes
  12. ==============================================================================
  13. What is FOP?
  14. ---------------
  15. Apache FOP is the world's first print formatter driven by XSL formatting
  16. objects. It is a Java application that reads a formatting object tree
  17. conforming to the XSL 1.0 Recommendation (15 October 2001) and then turns it
  18. into a PDF document, certain other output formats or allows you to preview it
  19. directly on screen. Some parts of the XSL 1.1 specification (work in progress!)
  20. have also been implemented.
  21. Apache FOP is part of Apache's XML Graphics project. The homepage of Apache
  22. FOP is http://xmlgraphics.apache.org/fop/.
  23. Legal Information
  24. ---------------------
  25. Apache FOP is published under the Apache License version 2.0. For the license
  26. text, please see the following files:
  27. - LICENSE
  28. - NOTICE
  29. Legal information on libraries used by Apache FOP can be found in the
  30. "lib/README.txt" file.
  31. Here is a list of files included in Apache FOP but not published under Apache
  32. License version 2.0:
  33. - sRGB IEC61966-2.1 color profile
  34. File: src/java/org/apache/fop/pdf/sRGB Color Space Profile.icm
  35. Info: src/java/org/apache/fop/pdf/sRGB Color Space Profile.icm.LICENSE.txt
  36. - K3 3 of 9 barcode font (TrueType)
  37. File: examples/fo/advanced/K3.TTF
  38. Info: example/fo/advanced/K3.README
  39. Where to get help?
  40. ---------------------
  41. http://xmlgraphics.apache.org/fop/gethelp.html
  42. A mailing list where you can get all your questions about FOP answered is at
  43. fop-users@xmlgraphics.apache.org. You can subscribe by sending an empty mail
  44. to fop-users-subscribe@xmlgraphics.apache.org.
  45. Before you post any questions, please have a look at the FAQ at
  46. http://xmlgraphics.apache.org/fop/faq.html and FO help page at
  47. http://xmlgraphics.apache.org/fop/fo.html.
  48. Please report bugs to bugzilla at http://issues.apache.org/bugzilla/
  49. How do I build FOP?
  50. ----------------------
  51. If you've downloaded a binary distribution, you don't need to build
  52. FOP.
  53. Otherwise, please follow the instructions found here:
  54. http://xmlgraphics.apache.org/fop/stable/compiling.html
  55. How do I run FOP?
  56. --------------------
  57. Simply by typing "fop" on the command-line. Without any parameters you
  58. will receive a screen with instruction on how to call FOP from the
  59. command-line.
  60. For more details, see:
  61. http://xmlgraphics.apache.org/fop/stable/running.html
  62. ==============================================================================
  63. RELEASE NOTES
  64. ==============================================================================
  65. Version 0.93
  66. ============
  67. This is the first production grade release of the new FOP codebase.
  68. * It contains the new API first introduced in release 0.92
  69. beta. The preceding API has been removed.
  70. * This release again contains many bug fixes and new features. See
  71. below for details.
  72. Compliance
  73. ----------
  74. This release implements the XSL 1.0 and 1.1 recommendations to a high
  75. degree of compliance. See the compliance page
  76. http://xmlgraphics.apache.org/fop/compliance.html for a detailed
  77. overview.
  78. Known issues
  79. ------------
  80. The known issues of this release are listed at
  81. http://xmlgraphics.apache.org/fop/knownissues.html.
  82. Upgrading
  83. ---------
  84. You may experience different behaviour compared to version
  85. 0.20.5. Please consult the "Upgrading" page
  86. (http://xmlgraphics.apache.org/fop/stable/upgrading.html) for
  87. details.
  88. Major Changes in Version 0.93
  89. -----------------------------
  90. * Added support for the use of Open Type fonts (BD)
  91. * Support for the rgb-icc() function and for a proprietary cmyk()
  92. function (for device CMYK colors only through the PDF renderer so
  93. far). (JM) Thanks to Peter Coppens. Fixes 40729.
  94. * Enabled Copy/Paste from PDF content in Acrobat Reader for
  95. text using embedded TrueType fonts. (BD) Thanks to Adam Strzelecki,
  96. Victor Mote. Fixes 5535.
  97. * Added support for PDF/A-1b and PDF/X-3:2003. (Note: this may still
  98. be a bit incomplete. Feedback is welcome!)
  99. * The Java2DRenderer (and therefore the print and bitmap renderers) is
  100. now offering the same quality as the PDF and PS renderers. Note:
  101. There can still be little differences between PDF and Print/PNG/TIFF
  102. because the latter uses a different font metrics source.
  103. * Automatic support for all fonts available to the Java2D subsystem
  104. for all Java2D-descendant renderers (TIFF, PNG, print, AWT).
  105. The long list of changes in this release is available at
  106. http://xmlgraphics.apache.org/fop/0.93/changes_0.93.html.
  107. The long list of changes in this and earlier releases is available at
  108. http://xmlgraphics.apache.org/fop/changes.html.
  109. The Apache FOP team asks you for your continued feedback on the
  110. software. We're also interested in success stories with the new
  111. release. So if the latest version works fine for you, please tell us!
  112. And if it doesn't, you may tell us as well, of course. ;-)
  113. Release notes for older FOP versions can be found on:
  114. http://xmlgraphics.apache.org/fop/relnotes.html