Re: Java Result: 2 Why?

2006-05-08 Thread Jeremias Maerki
On 08.05.2006 12:02:26 David wrote: Dear Jeremias Maerki, Thanks, for your interesest again, I am following your recomendation with the following results: Must be something about text inside a list-item-body. The line number in LineArea.java indicates that there may be

Re: TTF Metric

2006-05-08 Thread Jeremias Maerki
On 08.05.2006 12:38:48 tblhh wrote: Hi, I have a problem creating font metrics. I´m using FOP 0.20.5. I tried it this way java -cp c:\fop\build\fop.jar; c:\fop\lib\avalon-framework-cvs-20020806.jar; Remove the space character indicated above.

Re: TTF Metric

2006-05-08 Thread tblhh
Thanks a lot Jeremias! tbl --- Ursprüngliche Nachricht --- Von: Jeremias Maerki [EMAIL PROTECTED] An: fop-users@xmlgraphics.apache.org Betreff: Re: TTF Metric Datum: Mon, 08 May 2006 14:39:49 +0200 On 08.05.2006 12:38:48 tblhh wrote: Hi, I have a problem creating font metrics.

table-body, border-width, and inherit

2006-05-08 Thread Florent Georges
Hi Doesn't the following have to result in a table with a border of 1pt, and two rules of 0.25pt? fo:table border-style=solid border-width=1pt fo:table-column column-width=100pt/ fo:table-body border-width=0.25pt fo:table-row fo:table-cell

Re: table-body, border-width, and inherit

2006-05-08 Thread Florent Georges
Jeremias Maerki wrote: So is the above result right or a bug? It's correct. Ok, I misunderstood completly here, sorry. Thanks for your comprehensive explanation. Regards, --drkm

Re: Problem using svg image on both fop.0.20 and fop.0.92beta

2006-05-08 Thread Arturo Perez
Jeremias Maerki dev at jeremias-maerki.ch writes: This problem is now documented in our FAQ: http://xmlgraphics.apache.org/fop/faq.html#svg-attribute-required I put in the Xalan2.7 into the endorsed library (and serializer.jar, it needs that too) but I still get the same problem on 0.92

Re: Problem using svg image on both fop.0.20 and fop.0.92beta

2006-05-08 Thread Jeremias Maerki
Make sure you have it in the jdk-home/jre/lib/endorsed directory if you've installed a JDK rather than a JRE. In my jre/lib/endorsed directory for Sun JDK 1.4.2_10 I have the following JARs: - serializer-2.7.0.jar - xalan-2.7.0.jar - xercesImpl-2.7.1.jar - xml-apis-1.3.02.jar And that works fine.

Re: Java Result: 2 Why?

2006-05-08 Thread David
Jeremias Maerki [EMAIL PROTECTED] wrote:In XSL-FO you say hyphenate="false". You'll have to find out yourselfwhat the equivalent is in DocBook.I have found something similar on the web for docbook, I should have to add the following line:xsl:param name="hyphenate" select="'false'"/ on

Re: Problem using svg image on both fop.0.20 and fop.0.92beta

2006-05-08 Thread Arturo Perez
Jeremias Maerki dev at jeremias-maerki.ch writes: Make sure you have it in the jdk-home/jre/lib/endorsed directory if you've installed a JDK rather than a JRE. In my jre/lib/endorsed directory for Sun JDK 1.4.2_10 I have the following JARs: - serializer-2.7.0.jar - xalan-2.7.0.jar -

footer/page number in embedded .xsl

2006-05-08 Thread CalvinD
I have my code working, extracting data from our database and producing a PDF from an OBJ. This works quite well. I am trying to find out how to add a page number and text in the page footer. I can find references to a static method but that does not seem to work for the embedded method nor can

Re: Asian fonts in pdfs

2006-05-08 Thread Matthew East
Hi Lev, On Sun, 7 May 2006 14:07:28 +0300 Lev T [EMAIL PROTECTED] wrote: If those documents use Unicode charsets, a possible solution is to embed ttf font contains needed charsets into PDF. I am using DFSG-free version of kochi font family for asian languages. [...] Thanks for this tip: I