Re: how to generate the pdf into file

Ivan,
Either I really misunderstood your question, or you are missing the first steps ... Look on the Xalan / Xerces / FOP websites to install everything that's necessary, and try the tutorials.
You shall just need to customize the commands that look like that :

java -cp c:\jmdoc\xalan\bin\xalan.jar;c:\jmdoc\xalan\bin\xerces.jar;c:\jmdoc\xalan\bsf.jar; org.apache.xalan.xslt.Process -IN .\fileName.xml -XSL .\filename.xsl -OUT .\fileName.fo 

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

Fist command creates the *.fo, second one creates the *.pdf.

bye


>Messsage du 25/11/2002 11:08
>De : Ivan Widjanarka <ivanob@rocketmail.com>
>A :  <www-xsl-fo@w3.org>
>Copie à : 
>Objet : how to generate the pdf into file  
>
> 
> the subject is quite clear...
> can somebody tell me how to do it???
> since until now i only able to generate the pdf then
> view it straight away in the browser
> i want to save the pdf automatically instead of
> manually save it.
> can somebody give me some examples code if you can
> save the pdf into file 
> thanks
> 
> __________________________________________________
> Do you Yahoo!?
> Yahoo! Mail Plus – Powerful. Affordable. Sign up now.
> http://mailplus.yahoo.com
> 
> 
> 

Received on Monday, 25 November 2002 17:00:32 UTC