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.
arved d63c32dad4 Adjustments for XT 24 years ago
docs Demonstration of March 27 2000 spec 24 years ago
lib lib for svg java bindings 24 years ago
src Adjustments for XT 24 years ago
LICENSE PR: 24 years ago
README added explanation where to find detailed instructions how to compile (proposed by Marc Dorchain) 24 years ago
STATUS Updated history 24 years ago
build.bat added w3c.jar to local class path 24 years ago
build.sh added w3c.jar lib to class path 24 years ago
build.xml add: build java classes for font symbol, zapfdingbats 24 years ago

README

FOP readme

What is FOP?
FOP is the world's first print formatter driven by XSL formatting
objects. It is a Java 1.1 application that reads a formatting object
tree and then turns it into a PDF document. The formatting object
tree, can be in the form of an XML document (output by an XSLT engine
like XT or Xalan) or can be passed in memory as a DOM Document or (in
the case of XT) SAX events.

FOP is part of Apache's XML project. The homepage of FOP is
http:/xml.apache.org/fop

HTML-Documentation can be found in the subdirectory /docs.

Compilation of Fop is started by executing build. It requires
Xerces-J, Xalan and bsf.jar (comes with Xalan) in your classpath.
You can find more details in build.xml or in the documentation under the
heading 'compiling'.