Nevar pievienot vairāk kā 25 tēmas Tēmai ir jāsākas ar burtu vai ciparu, tā var saturēt domu zīmes ('-') un var būt līdz 35 simboliem gara.
arved d8c438d6d3 Added initial-page-number pirms 24 gadiem
docs switches to description of build process with Ant pirms 24 gadiem
lib new fop examples and tests pirms 24 gadiem
src Added initial-page-number pirms 24 gadiem
LICENSE PR: pirms 24 gadiem
Makefile to utilize the Xalan parser rather than XT for autogeneration of the various Java files (submitted by Sean Timm) pirms 24 gadiem
Makefile.rules to utilize the Xalan parser rather than XT for autogeneration of the various Java files (submitted by Sean Timm) pirms 24 gadiem
README short explanation of new build requirements before docs are updated pirms 24 gadiem
STATUS adds work done or happening by G. Pati, J. Smith and S. Coffman pirms 24 gadiem
build.bat fix: include standard classpath pirms 24 gadiem
build.sh Switching from make to Ant pirms 24 gadiem
build.xml Switching from make to Ant pirms 24 gadiem

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.