Re: {VIRUS?} Upper Unicode characters supported?

2007-01-26 Thread Vincent Hennebert
Hi Dominic, Dominic Marcotte a écrit : Hello, We need to use Unicode characters in the IPA range (U0250-U02A8). We use and embed Lucida Sans Unicode which contains these characters. We notice that higher character than U00FF display # in the generated PDF. On the other hand, lower

Re: Problems with fop-0.20.5 and batik-all-1.6.

2007-01-26 Thread Chris Bowditch
Iris Soto wrote: Hello, I am using jfreechart-0.9.20 to generate svg graphics this require batik-all1.6 to work. I'm also using fop-0.20.5 with batik-all-1.6 but when I render to pdf document the image doesn't appear. In the mailing list I read that fop-0.20.5 is not compatible with

Re: Upper Unicode characters supported?

2007-01-26 Thread Jeremias Maerki
Please regenerate the XML font metrics file and don't use the -enc ansi switch. Then it will work. On 25.01.2007 20:51:26 Dominic Marcotte wrote: ATTENTION !!! Au moins une pièce jointe à ce message ne vous a pas été transmise (fop.bat). SVP lire la pièce jointe «AlerteVirus.txt» pour plus

Re: RTF Border Problem

2007-01-26 Thread Jeremias Maerki
I've tried to manipulate the RTF by hand to see if there's a way to get separate borders but I didn't manage. There's a \brdrbtw command in RTF. It's documentation suggest it is used to control exactly that. But I didn't see any change when playing with it. So I wouldn't know how to fix this in

Distribute fonts in jar

2007-01-26 Thread David Morales
Hi all... I need to distribute all xsl-stuff in a jar file, including fonts (userconfig.xml, fonts.xml, and ttf files)... but can fop read fonts from a URL?? I mean, fop will try to read font from something like file:c:/folder/lib.jar!fonts/font.xml This is the problem if i try to do

Re: Distribute fonts in jar

2007-01-26 Thread Adrian Cumiskey
This should work.. Try using the URL jar protocol :- jar:file:///c:/folder/lib.jar!fonts/font.xml Adrian. David Morales wrote: Hi all... I need to distribute all xsl-stuff in a jar file, including fonts (userconfig.xml, fonts.xml, and ttf files)... but can fop read fonts from a URL?? I

Error: Content is not allowed in prolog

2007-01-26 Thread Jeff Vannest
I've embedded FOP 0.93 successfully am able to process XML+XSLFO=PDF. However, when I try embed fonts I get this error message: Caught exception: javax.xml.transform.TransformerException: java.lang.RuntimeException: Content is not allowed in prolog. This only occurs when I place the following

Re: Error: Content is not allowed in prolog

2007-01-26 Thread Jeremias Maerki
On 26.01.2007 15:42:49 Jeff Vannest wrote: I've embedded FOP 0.93 successfully am able to process XML+XSLFO=PDF. However, when I try embed fonts I get this error message: Caught exception: javax.xml.transform.TransformerException: java.lang.RuntimeException: Content is not allowed in

Re: Lines are hiding in AWTViewer perhaps Bug in Java2DRenderer or Java2D itsself

2007-01-26 Thread Cheffe
Since i didnt get it working right... I tried to produce a small sample with the same behaviour, but i cant produce this with my own small sample. So i think the prob must be somewhere else in the code of the awt rendering. Here is my example: // Sample should show that thin lines disappear