Re: line-height interpretation

2004-07-06 Thread Adam Augusta
On Tue, 6 Jul 2004, Clay Leeds wrote: > Adam, > > On Jul 6, 2004, at 2:18 PM, Adam Augusta wrote: > > The 'line-height' property is supposed to specify the height of a text > > block as a multiple of the font size. The spec* says that the user > > agent > > may pick a reasonable multiplier, rec

RE: XMLParser error with unicode characters in XML file.

2004-07-06 Thread Vinuta Nagaraddi
I had a similar problem. I am writing to a file using the following code: File outputDir = new File(outputPath); outputDir.mkdir(); String foFile = outputPath + "/image.fo"; log.debug("Writing to file " + foFile); FileOutputStream fileoutstream = new FileOutputStream(foFile); Writer writer = n

PDFTextCompression 0.20.5

2004-07-06 Thread Ryan Eldridge
I have Googled to try and understand if I am able to change the PDFTextCompresion setting in FOP v 0.20.5? Has anyone had experience doing this? Does anyone know if it is possible? Thanks, - Ryan - To unsubscribe, e-mail: [EMA

Re: line-height interpretation

2004-07-06 Thread Clay Leeds
Adam, On Jul 6, 2004, at 2:18 PM, Adam Augusta wrote: The 'line-height' property is supposed to specify the height of a text block as a multiple of the font size. The spec* says that the user agent may pick a reasonable multiplier, recommended between 1 and 1.2. I said "Forget that! I want to

XMLParser error with unicode characters in XML file.

2004-07-06 Thread Manoj_Nair
I am getting a XML parsing error from weblogic.apache.xerces when I parse a XML document which contains accented characters. This is what I am doing 1) Some database columns have accented data for spanish,japanese etc languages like NÃmero de identificaÃÃo: and nÃmero de identificaciÃn. 2) I am r

line-height interpretation

2004-07-06 Thread Adam Augusta
The 'line-height' property is supposed to specify the height of a text block as a multiple of the font size. The spec* says that the user agent may pick a reasonable multiplier, recommended between 1 and 1.2. I said "Forget that! I want to my spacing to be deterministic, thank you very much.

PDF->PS->PDF with EPS

2004-07-06 Thread Wouter de Vaal
Hi,   I've read here a couple of time that a workaround to viewing PDFs with a non-viewable EPS is to let GhostScript create a PS from it and then again the PDF. However when I try this, it doesn't work, GhostScript even seems to just remove the EPS from it, (PDF == 10MB, PS == 3KB), do I

RE: instream-foreign-object vertical alignment

2004-07-06 Thread Vinuta Nagaraddi
I was able to accomplish vertical alignment by using display-align in the table-cell.  I didn’t specify the  vertical-align attribute.   Vinuta Nagaraddi   -Original Message- From: Rea, Matthew [mailto:[EMAIL PROTECTED]] Sent: Tuesday, July 06, 2004 2:52 AM To: '[EMAIL PROTECTE

Re: Making text flow from one column to other

2004-07-06 Thread Chris Bowditch
Milen Dimitrov wrote: Hi, I need to have text in one table to flow from one column to other like this: col1 col2 I need| in the the text | next to go on|column. Is this possible? You cant do this using tables, but you can specify that your body region be split into multip

Re: instream-foreign-object vertical alignment

2004-07-06 Thread Chris Bowditch
Chris Bowditch wrote: Rea, Matthew wrote: The horizontal alignment works great but the vertical alignment only partially works or rather it doesn't work exactly the way I want it to. The problem is the vertical align does not align the SVG right to the bottom of the cell like I really nee

RE: RE : Relative URI in SVG with gradient

2004-07-06 Thread Pascal Sancho
Thx. Pascal -Message d'origine- De : [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Envoyé : mardi 6 juillet 2004 10:26 À : [EMAIL PROTECTED] Objet : RE : Relative URI in SVG with gradient SVG gradient rendering doesn't work with FOP 0.20.5. You might solve your URI problem but rendering

Making text flow from one column to other

2004-07-06 Thread Milen Dimitrov
Hi, I need to have text in one table to flow from one column to other like this: col1 col2 I need| in the the text | next to go on|column. Is this possible? - To unsubscribe, e-mail: [EMAIL PROTECTED] For ad

RE : Relative URI in SVG with gradient

2004-07-06 Thread mathieu . fretiere
SVG gradient rendering doesn't work with FOP 0.20.5. You might solve your URI problem but rendering won't work... Look at the mailing list archive for more infos. Mat. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional c

Re: instream-foreign-object vertical alignment

2004-07-06 Thread Chris Bowditch
Rea, Matthew wrote: The horizontal alignment works great but the vertical alignment only partially works or rather it doesn't work exactly the way I want it to. The problem is the vertical align does not align the SVG right to the bottom of the cell like I really need. The table row the

instream-foreign-object vertical alignment

2004-07-06 Thread Rea, Matthew
Hello,   I have a fo:instream-foreign-object that contains some SVG to draw a few lines.  This is placed in a table cell inside a block and I want to horizontally align to the left side and vertically align to the bottom of the cell.    The following XSL-FO "nearly" works: