選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。
Jordan Naftolin cbdf5b7292 removed unresolvedcitations 24年前
docs add: script files to start conversion of documentation into pdf file 24年前
lib add: ant task needed by an ant script to write all xml documentation files into one pdf file 24年前
src removed unresolvedcitations 24年前
LICENSE PR: 24年前
README added explanation where to find detailed instructions how to compile (proposed by Marc Dorchain) 24年前
STATUS updated history, added noew committer 24年前
build.bat fix: include standard classpath 24年前
build.sh Switching from make to Ant 24年前
build.xml add: build java classes for font symbol, zapfdingbats 24年前

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'.