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.

README 1.5KB

123456789101112131415161718192021222324252627282930313233343536373839
  1. FOP README
  2. What is FOP?
  3. FOP is the world's first print formatter driven by XSL formatting
  4. objects. It is a Java application that reads a formatting object
  5. tree conforming to the XSL 1.0 Recommendation (15 October 2001) and
  6. then turns it into a PDF document or allows you to preview it
  7. directly on screen.
  8. FOP is part of Apache's XML Graphics project. The homepage of FOP is
  9. http://xml.apache.org/fop. Our resources page is at
  10. http://xml.apache.org/fop/resources.html.
  11. Please report bugs to bugzilla at http://issues.apache.org/bugzilla/
  12. A mailing list for how to use FOP is at fop-users@xmlgraphics.apache.org
  13. (subscribe by sending an empty mail to
  14. fop-users-subscribe@xmlgraphics.apache.org)
  15. Before you post any questions, please have a look at the FAQ at
  16. http://xml.apache.org/fop/fo.html.
  17. Instructions for building FOP from source code:
  18. FOP uses Apache Ant as its build system. You can download Apache Ant
  19. from http://ant.apache.org.
  20. Ant installation instructions:
  21. 1. Download and install Ant
  22. 2. Set the ANT_HOME environment variable to the directory where you've
  23. placed Ant.
  24. 3. Add "%%ANT_HOME%%\bin" to your PATH so the "ant.bat" batch file
  25. can be executed from wherever needed.
  26. 4. (optional) Download JUnit and place junit-*.jar in %%ANT_HOME%%\lib.
  27. This enables the JUnit test cases.
  28. After Ant is installed, you can build FOP simply by navigating to
  29. the FOP base directory and typing "ant".