On 12.12.2005 16:20:04 Chris Bowditch wrote: > Sascha Iseli wrote: > > > hello > > > > i use the fop version 0.90alpha1 and i like to use the same fo-file for > > generating pdf- and rtf-files. and now i have some problems with > > svg-images. > > I don't think SVG support has yet been implemented for the RTF renderer.
That's correct. > <snip/> > > > does anybody knows a workaround for this problem? is it possible to > > suppress this exception and continue the process without inserting the > > svg-graphics? > > I think the only workaround would be to use Batik to create a JPEG from > the SVG and reference that when generating RTF output. I've just tried that. Looked like a 10 minute job. It even was....until I looked at the output and found out that the image sizes are completely off in the RTF output at the moment. Before I commit what I have I want to check with Peter Herweg first. I might have misunderstood something. In the meantime, Sascha, you can comment out all lines in the writeExceptionInRtf() method in org.apache.fop.render.rtf.rtflib.rtfdoc.RtfElement. That should effectively do away with the exceptions written into the RTF file. We could probably even add a permanent option that exceptions don't get written to the RTF file. Want to write a patch? :-) I hope that helps. Jeremias Maerki --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
