Nelze vybrat více než 25 témat Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.
fotis 8420aefe63 add: build java classes for font symbol, zapfdingbats před 24 roky
docs test file for base 14 type 1 fonts před 24 roky
lib new fop examples and tests před 24 roky
src added id support (required for internal-links) před 24 roky
LICENSE PR: před 24 roky
README added explanation where to find detailed instructions how to compile (proposed by Marc Dorchain) před 24 roky
STATUS updated history, added noew committer před 24 roky
build.bat fix: include standard classpath před 24 roky
build.sh Switching from make to Ant před 24 roky
build.xml add: build java classes for font symbol, zapfdingbats před 24 roky

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