Rendering GIF images to PDF?

2003-05-12 Thread Ozhan Hassan
Hi, I have been evaluating FOP for the past couple of weeks. Basically, I have a java wrapper program which calls the FOP libraries, which reads in an XSLT style sheet and an XML file with data, then produces PDF for each XML file read in. I have set my program to read in 1000 XML files and

Re: Problem rendering SVG

2003-05-07 Thread Ozhan Hassan
this is happening? Regards. Ozhan On 05.05.2003 09:23:50 Ozhan Hassan wrote: I am experiencing some a weird problem while trying to render some SVG. I have a simple java program which reads in an XML file and an XSLT stylesheet (containing some SVG) and render it out to PDF. What happens is my terminal

Re: Problem rendering SVG

2003-05-07 Thread Ozhan Hassan
. Any other ideas? Regards, Ozhan On 07.05.2003 02:29:54 Ozhan Hassan wrote: I know that there is nothing wrong with the XSLT, including the SVG because if I run fop from the command line, passing it an XML file and the XSLT, it works fine. It only hangs when I run it via my application. I am

Re: Problem rendering SVG

2003-05-07 Thread Ozhan Hassan
Ozhan Hassan Multimedia Database Systems RMIT University Email: [EMAIL PROTECTED] Phone: 9925 4118 On Wed, 7 May 2003, Ozhan Hassan wrote: On Wed, 7 May 2003, Jeremias Maerki wrote: You didn't say whether setting the log level to LEVEL_DEBUG helped or not. Even

Problem rendering SVG

2003-05-05 Thread Ozhan Hassan
: + ex.toString()); } catch (IOException ex) { System.err.println(IO Exception: + ex.toString()); } // Everything is OK - exit System.exit(0); } } --- Any help would be appreciated. Regards, Ozhan Ozhan

test

2003-05-02 Thread Ozhan Hassan
- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Class Transformer not found

2003-05-02 Thread Ozhan Hassan
Hi, Hi hope I am sending this to the correct user mailing list. I am trying to write a simple application to read in an xml file and and xslt style sheet, then produce a PDF. Below is a snippet of the main code which does this: Driver driver = new Driver(); driver.setOutputStream(new

Re: Class Transformer not found

2003-05-02 Thread Ozhan Hassan
include all the jar files from the /lib directory in my class path. Which libraries do I need to import to use the Transformer object? Is there anything else which I am missing? Kind Regards, Ozhan On 02.05.2003 05:34:30 Ozhan Hassan wrote: Hi hope I am sending this to the correct user mailing