Re: Problems with SVG

2003-10-30 Thread Michael Bräuer
George Yi wrote: Since you use jdk1.4, I have to ask: have you recompile FOP using jdk1.4? No. I use the WIN32 binary. mathieu fretiere wrote: FOP uses Batik to render SVG. It is strongly recommended that you use the batik version that is bundled with FOP (the jar is batik.jar). I use the batik.jar

RE: Problems with SVG

2003-10-30 Thread George Yi
Since you use jdk1.4, I have to ask: have you recompile FOP using jdk1.4? -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Thursday, October 30, 2003 11:19 AM To: [EMAIL PROTECTED] Subject: RE: Problems with SVG FOP uses Batik to render SVG. It is strongly

RE: Problems with SVG

2003-10-30 Thread mathieu . fretiere
FOP uses Batik to render SVG. It is strongly recommended that you use the batik version that is bundled with FOP (the jar is batik.jar). I don't know where the problem comes from, you should try a element rather than ? - To un

RE: Problems with SVG

2003-10-30 Thread Andreas L. Delmelle
> -Original Message- > From: Michael Brauer [mailto:[EMAIL PROTECTED] > > I'm a Newbie in using FOP. I wrote some simple XSL-FO Files and created > some nice PDFs. Now I want to embed a SVG in the XSL-FO file. > My XSL-FO: > > http://www.w3.org/2000/svg";> >

Problems with SVG

2003-10-30 Thread Michael Bräuer
Hi, I'm a Newbie in using FOP. I wrote some simple XSL-FO Files and created some nice PDFs. Now I want to embed a SVG in the XSL-FO file. My XSL-FO: http://www.w3.org/2000/svg";> FOP stops with the following message: Exception in thread "main" java.lang.NoSuchMethodEr

Re: FOP problems with SVG: hanging, font selection

2003-05-17 Thread J.Pietschmann
Jeremias Maerki wrote: I got the following error message whe rendering your attached SVG: [ERROR] svg graphic could not be built: file:/D:/FOP/temp/bugs/BrianLynn/:-1 An I/O error occured while processing the URI '#e:restructuringType/a:restru > cturingScheme' specified on the element After I chan

Re: FOP problems with SVG: hanging, font selection

2003-05-16 Thread Jeremias Maerki
On 15.05.2003 19:22:42 Brian Lynn wrote: > I'm having a couple of problems with FOP, used to render some big files > with lots of SVGs. > > 1) Hanging > > In Java 1.3 (but not 1.4), after finishing rendering the document FOP > fails to stop, after printing out the message: > "Parsing of document

FOP problems with SVG: hanging, font selection

2003-05-15 Thread Brian Lynn
I'm having a couple of problems with FOP, used to render some big files with lots of SVGs. 1) Hanging In Java 1.3 (but not 1.4), after finishing rendering the document FOP fails to stop, after printing out the message: "Parsing of document complete, stopping renderer" It just hangs there forever

Re: Problems with SVG and PDF

2002-02-13 Thread Chuck Paussa
Stefano, Two possibilities: 1. I believe you need to wrap the external-graphic in a block. Otherwise, there's no container with a height and width in which fop can place the contents. 2. you've got an extraneous inside your tag (That must be

Problems with SVG and PDF

2002-02-13 Thread Stefano Angelici
Hi all, I'm trying to import a SVG file into a PDF document. The code in my xml file is http://cesab.elogic.it/shopcesab/immagini/arcs.svg and the relative xsl file has processing instructions as follow FOP seems to work we