Table Cell with height=100%...

2003-06-10 Thread Jason Vincent
Hi all, I have a table-cell that has one word in it; Notes:. The coloumn next to it has a dynamic amount of text in it. What I'd like to have is the border around the single word to be the same height as the text colomn next to it. Below is some xsl-fo that demonstrates what I'm talking about...

Re: How do pixels(px) compare to points(pt) or inches in XSL-FO/FOP ?

2003-06-10 Thread Hans Chicoine
It seems that most of the difference comes from the fact FOP converts pixels on a 72 dpi basis wereas most modern screens/browsers converts inches (or related units like points/pt) on a 96 dpi basis, as you mentionned. Hense, shrinking everything that is in pixel units by 72/96= 3/4 in the fo

Re: java.lang.OutOfMemoryError in FOP 0.20.5rc2 and FOP 0.20.5rc3

2003-06-10 Thread Sherlane Lam
I have similar problem with XSLT + XML - PDF with version 0.20.4. I have some question: 1. My FO XSL will create table if the XML has table data. If the XML has not table data provided, it will not create table in the output PDF. However, sometime I find it throws the OutOfMemoryError even

Re: Dynamic Table Rows

2003-06-10 Thread Mike Ferrando
Patrick, This is a basic XSL question. However, based on what you have said and your XML example, here is my attempt. If you need more help e-mail me personally. Mike F. xsl:template match=foo fo:table-row font xsl:apply-templates select=* mode=special/ /fo:table-row /xsl:template

Re: How do pixels(px) compare to points(pt) or inches in XSL-FO/FOP ?

2003-06-10 Thread Oscar Schoof
Could anyone confirm that FOP converts pixels using a 72 dpi ratio ? I find information about this in http://xml.apache.org/fop/graphics.html Oscar - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail:

Re: adding special characters

2003-06-10 Thread Jeremias Maerki
Check the specs: It's not font-name, it's font-family. On 09.06.2003 21:03:57 amar wrote: how can i added special characters to pdf like right sign and 'x' sysmbol. some thing like this fo:inline font-name=\zapfdingbats\ font-size=\9pt\ #x2714; - #x2716; /fo:inline

hyphenation again

2003-06-10 Thread Anton Wardaschko (PA)
Hi! I get the TeX hyphenation file and the XML version too, i set the path in the userconf.xml, but i read on the command line again and again, that they are not found. The path to the hyph files is correct, couse i'm able to embed the ttf fonts. Any suggestions? entry

RE: need help with text formatting

2003-06-10 Thread Francisco García Leal
Hello.        In relation with the left margin aligment, you can try to write the xml file without spaces on the left.     ?xml version=1.0 encoding=UTF-8? PatientData    PatientInfo Note_121. This is a new item. 2. It is on sale now 3. This item can be

Re: hyphenation again

2003-06-10 Thread Jeremias Maerki
The easiest way is to put the XML version in the src/hyph directory and recompile FOP (build clean, followed by build). The XML file is being converted to an internal format (serialized java object) as part of this build process. On 10.06.2003 09:42:38 Anton Wardaschko (PA) wrote: I get the TeX

Re: Tiff renderer and strips

2003-06-10 Thread Oleg Tkachenko
Rob Stote wrote: This may sound like a bizarre question, and I am assume Oleg, you're the guy to answer this: Does the tiff render construct tiff with strips (if that is the way to say it.) Yes, by default tiff file is written in stripes. There is a possibility to write in tiles also, see

Re: Tiff renderer and strips

2003-06-10 Thread Rob Stote
Thank You Oleg: I will do somemore reading. This a parameter I can set , if need be ?, much the same way I can set the compression level? Thanks again Rob - Original Message - From: Oleg Tkachenko [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Tuesday, June 10, 2003 7:03 AM Subject:

Re: Tiff renderer and strips

2003-06-10 Thread Oleg Tkachenko
Rob Stote wrote: I will do somemore reading. This a parameter I can set , if need be ?, much the same way I can set the compression level? Yup. But as I said it's in stripes by default, so you have do nothing to get strips. To get tiles you have to turn it on: TIFFRenderer tiffRenderer =

RE: Tiff renderer and strips

2003-06-10 Thread Rob Stote
Title: RE: Tiff renderer and strips Thank you again. Rob -Original Message- From: Oleg Tkachenko [mailto:[EMAIL PROTECTED]] Sent: Tuesday, June 10, 2003 8:26 AM To: [EMAIL PROTECTED] Subject: Re: Tiff renderer and strips Rob Stote wrote: I will do somemore reading. This a

RE: Tiff renderer and strips

2003-06-10 Thread Rob Stote
Title: RE: Tiff renderer and strips Oleg: One more quick question, setTiledSize(int w, int h); If I set these values initially @ -1 for both according to the documentation it will use a default value correct? (what is that value) Then is a person would like to use there own values they

Re: Tiff renderer and strips

2003-06-10 Thread Oleg Tkachenko
Rob Stote wrote: One more quick question, setTiledSize(int w, int h); If I set these values initially @ -1 for both according to the documentation it will use a default value correct? (what is that value) Then is a person would like to use there own values they could ? Sorry, I have no idea.

RE: Tiff renderer and strips

2003-06-10 Thread Rob Stote
Title: RE: Tiff renderer and strips Cool, I will do some reading Rob -Original Message- From: Oleg Tkachenko [mailto:[EMAIL PROTECTED]] Sent: Tuesday, June 10, 2003 10:15 AM To: [EMAIL PROTECTED] Subject: Re: Tiff renderer and strips Rob Stote wrote: One more quick question,

RE: hyphenation again

2003-06-10 Thread anton
Hi! The easiest way is to put the XML version in the src/hyph directory and recompile FOP (build clean, followed by build). The XML file is being converted to an internal format (serialized java object) as part of this build process. OK, it seems to work, thanks! I have in this case some

AW: Dynamic Table Rows

2003-06-10 Thread Patrick Mannhart
thank's a lot!! :-) regards patrick -Ursprüngliche Nachricht- Von: Roxana Constandes [mailto:[EMAIL PROTECTED] Gesendet: Montag, 9. Juni 2003 20:39 An: [EMAIL PROTECTED] Betreff: RE: Dynamic Table Rows Try this: xsl:for-each select=foo fo:table-row font

Re: Eps image error : For input string:

2003-06-10 Thread Jeremias Maerki
(David sent me an EPS file to test.) The problem seems to be that the EPS handling code in FOP does not support the (atend) syntax in your EPS file (See %BoundingBox at the beginning and the end of your EPS file). The code for that is in org.apache.fop.image.analyser.EPSReader.readBBox() in case

PS Renderer ttf Font update + work around

2003-06-10 Thread Rob Stote
Title: PS Renderer ttf Font update + work around Hello all: This is a follow up message that contains only information, and my work around to not be able to embed a font in the ps renderer. I thought I would pass this message on to any of those who are struggling with the ps renderer and

TTFReader error

2003-06-10 Thread John Dunning
Hi, I'm trying to embed a custom font I created with Pfaedit (http://pfaedit.sourceforge.net) as described in http://xml.apache.org/fop/fonts.html, but I keep getting the following error with the TTFReader: TTF Reader v1.1.1 Reading fonts\FreeSerifBold.ttf... Number of glyphs in font: 10838

Re: Table Cell with height=100%...

2003-06-10 Thread J.Pietschmann
Jason Vincent wrote: Below is some xsl-fo that demonstrates what I'm talking about... I want the border around the Notes: to be the same height as the border around the text. Your code produces a solid red border around the cell, the same height as other cells, is this not what you want? I tried

Re: hyphenation again

2003-06-10 Thread J.Pietschmann
anton wrote: 1. Further i were able to write the path to my True Types without drive letter: /aelitha-docbook/fonts/ and now FOP don't find the fonts: [ERROR] Failed to read a font metrics file: Invalid font metrics file: arial.xml (Invalid fontBaseDir specified: /aelitha-docbook/fonts/ (no

Re: hyphenation again

2003-06-10 Thread Robert P. J. Day
On Tue, 10 Jun 2003, J.Pietschmann wrote: anton wrote: 3. The separator sign for hyphention in the preface is # and in the See http://xml.apache.org/fop/faq.html#pdf-characters Check the docbook XSL which character they actually use. sadly, it's a #, so anton will have to override

HTMl 2 PDF stylesheet

2003-06-10 Thread Peter Abbot
I apologize if this has been asked already, but I have searched the archive and couldn't find anything. Does anyone know if there is a xsl stylesheet around to convert from html (in well formed xml) to pdf. I have started to write one and thought I would check first to see if there is or that

Re: HTMl 2 PDF stylesheet

2003-06-10 Thread Clay Leeds
Pete, On 6/10/2003 1:40 PM, Peter Abbot wrote: Does anyone know if there is a xsl stylesheet around to convert from html (in well formed xml) to pdf. I have started to write one and thought I would check first to see if there is or that there wernt lots of traps using this approach. From the FOP

Re: HTMl 2 PDF stylesheet

2003-06-10 Thread Hans Chicoine
You might want also to check out Antenna House samples : http://www.antennahouse.com/XSLsample/XSLsample.htm The search for xhtml2fo.xsl Hans - Original Message - From: Clay Leeds [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Tuesday, June 10, 2003 4:48 PM Subject: Re: HTMl 2 PDF