Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.
fotis 2b4ed8ebe4 fix: initial-page-number started with page number 1 at each page sequence il y a 24 ans
docs added new supported properties for borders, padding, absolute positioning il y a 24 ans
lib new fop examples and tests il y a 24 ans
src fix: initial-page-number started with page number 1 at each page sequence il y a 24 ans
LICENSE PR: il y a 24 ans
README short explanation of new build requirements before docs are updated il y a 24 ans
STATUS adds work done or happening by G. Pati, J. Smith and S. Coffman il y a 24 ans
build.bat fix: include standard classpath il y a 24 ans
build.sh Switching from make to Ant il y a 24 ans
build.xml Switching from make to Ant il y a 24 ans

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.