FOP in Visual Age

2001-09-04 Thread Jean-Michel Biollaz (pb)
Does anyone run FOP in VisualAge ? I'm not abble to run inside the VA environment but if I export the class and run them in command line, it works fine. In VA environment I get the exception "org.apache.fop.apps.FOPException: org.apache.xerces.parsers.SAXParser is not a SAX driver" Any help apprec

Using FOP in Servlet - *dynamically* generating XSL:FO using XML and XSLT

2001-09-04 Thread Sharan, Dharmendra
Hi, I am trying to have use XSL:FOP through servlet and I was hoping to use XML and XSLT to dynamically generate the XSL:FOP format file to be passed to Driver for rendering as PDF. The example which comes with distribution uses xmlFile and xslFile, however I wanted to generate the XML and

Re: Using FOP in Servlet - *dynamically* generating XSL:FO using XML and XSLT

2001-09-04 Thread Jim Hopp
Here's how I do it: ByteArrayOutputStream pdfOutput = new ByteArrayOutputStream(); try { Driver driver = new Driver(new InputSource (new StringReader(transformed)), pdfOutput); driver.setRenderer(Driver.RENDER_PDF);

Re: EPS to SVG

2001-09-04 Thread Michael Symonds
On Tue, 4 Sep 2001 14:22:47 +0200, you wrote: >Is there a tool for Linux, that converts EPS files into SVG? from http://www.javaranch.com/ubb/Forum31/HTML/000150.html : -- snip -- Mayura Draw ( http://www.mayura.com/) is a nice shareware package that does a nice job with conversions betwe

Re: EPS to SVG

2001-09-04 Thread Michael Symonds
On Tue, 04 Sep 2001 19:12:59 +0200, you wrote: >>Is there a tool for Linux, that converts EPS files into SVG? >Mayura Draw ( http://www.mayura.com/) is a nice shareware package that Excuse me please. I didn't read your mail exactly. Mayura Draw is for M$-Windows :-( (Mayura Draw 3.6 for Windows

EPS to SVG

2001-09-04 Thread Sam Prokop
Is there a tool for Linux, that converts EPS files into SVG? (I know that Adobe Illustrator will do this, but ... ) best regards -- Sam