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.

1234567891011121314151617181920212223242526272829303132333435363738
  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-user@xml.apache.org (subscribe
  13. at fop-dev-subscribe@xml.apache.org)
  14. Before you post any questions, please have a look at the FAQ at
  15. http://xml.apache.org/fop/fo.html.
  16. Instructions for building FOP from source code:
  17. FOP uses Apache Ant as its build system. You can download Apache Ant
  18. from http://ant.apache.org.
  19. Ant installation instructions:
  20. 1. Download and install Ant
  21. 2. Set the ANT_HOME environment variable to the directory where you've
  22. placed Ant.
  23. 3. Add "%%ANT_HOME%%\bin" to your PATH so the "ant.bat" batch file
  24. can be executed from wherever needed.
  25. 4. (optional) Download JUnit and place junit-*.jar in %%ANT_HOME%%\lib.
  26. This enables the JUnit test cases.
  27. After Ant is installed, you can build FOP simply by navigating to
  28. the FOP base directory and typing "ant".