This is the mail archive of the xsl-list@mulberrytech.com mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

RE: xml to pdf conversion



On Tue, 19 Jun 2001, Rene de Vries wrote:

> Hi Rianda (and Spencer),
>
> I found FOP at http://xml.apache.org/fop/index.html, downloaded everything
> I could found, read everything I could read, but until now I wasn't able to
> get it working. How do I get a Windows-exe to be able to run it from the
> command line, etc..
> What I miss is a simple "Getting started".
> Maybe it's beacuse I only have java 1.3.1 runtime environment???
>

Copy all of the *.jar files inside the FOP distribution to some convenient
place.  These are fop.jar, xerces-1.2.3.jar, w3c.jar, xalan-2.0.0.jar, and
jimi-1.0.jar.  For example, let's put them under C:\fop-lib.  Now you can
run FOP by saying (provided the java interpreter is in your path):

java -cp
c:\fop-lib\fop.jar;c:\fop-lib\xerces-1.2.3.jar;c:\fop-lib\w3c.jar;c:\fop-lib\xalan-2.0.0.jar;c:\fop-lib\jimi-1.0.jar
org.apache.fop.apps.Fop test.fo test.pdf

That would convert test.fo into test.pdf.

--
Rafael R. Sevilla <sevillar@team.ph.inter.net>   +63(2)   8177746 ext. 8311
Programmer, InterdotNet Philippines              +63(917) 4458925
http://dido.engr.internet.org.ph/

-----BEGIN GEEK CODE BLOCK-----
Version: 3.12
GAT d- s:- a- C++++ UL+++ P+++ L+++ E++ W++ N+ o K- w---
O- M-- V- PS+ PE Y+ PGP++ t+ 5 X+ R tv+ b+++ DI++ D+
G e++ h! r++ y+
------END GEEK CODE BLOCK------


 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]