Re: request for java code snippet to XML- XSL-FO - PDF

2004-02-06 Thread Glen Mazza
Hello Robert,

You can find a full example in our current release:

{fop directory}\examples\
embedding\java\embedding\ExampleXML2PDF.java.

To compile and run this example, it would be best to
have Apache Ant on your machine.  The build.xml file
is at  {fop directory}\examples\embedding.  From that
directory, just type ant to compile the Java file,
and ant example3 to run the above Java application.

Thanks,
Glen


 On Wed, 2004-02-04 at 15:57,
 [EMAIL PROTECTED] wrote:
  
  can someone send a java code snippet on how to do
 this 
  from within a java app
 


__
Do you Yahoo!?
Yahoo! Finance: Get your refund fast by filing online.
http://taxes.yahoo.com/filing.html

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



request for java code snippet to XML- XSL-FO - PDF

2004-02-04 Thread Robert . Walker
hi all, on the command line I am doing a


java org.apache.fop.apps.Fop -xsl billing_reports.xsl 
-xml billing_reports.xml  -pdf billing_reports.pdf

to transform xml to pdf.

can someone send a java code snippet on how to do this 
from within a java app

thanks

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: request for java code snippet to XML- XSL-FO - PDF

2004-02-04 Thread John Austin
http://xml.apache.org/fop/embedding.html#render-with-xslt

On Wed, 2004-02-04 at 15:57, [EMAIL PROTECTED] wrote:
 hi all, on the command line I am doing a
 
 
 java org.apache.fop.apps.Fop -xsl billing_reports.xsl 
 -xml billing_reports.xml  -pdf billing_reports.pdf
 
 to transform xml to pdf.
 
 can someone send a java code snippet on how to do this 
 from within a java app

-- 
John Austin [EMAIL PROTECTED]

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]