Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.
fotis 8aab13f7ce adds work done or happening by G. Pati, J. Smith and S. Coffman 24 лет назад
docs reflects switch to Xalan in makefile 24 лет назад
lib Switching from make to Ant 24 лет назад
src Support for absolute positioning and borders (contributed by Jon Smirl) 24 лет назад
FAQ fixed xml2ascii stylesheet to use text output method rather than html 24 лет назад
LICENSE PR: 24 лет назад
Makefile to utilize the Xalan parser rather than XT for autogeneration of the various Java files (submitted by Sean Timm) 24 лет назад
Makefile.rules to utilize the Xalan parser rather than XT for autogeneration of the various Java files (submitted by Sean Timm) 24 лет назад
README short explanation of new build requirements before docs are updated 24 лет назад
STATUS adds work done or happening by G. Pati, J. Smith and S. Coffman 24 лет назад
build.bat fix: set echo off 24 лет назад
build.sh Switching from make to Ant 24 лет назад
build.xml Switching from make to Ant 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.