Re: how to pass to fop user and password needed for basic authentication to get image resource from Notes database

2006-02-23 Thread jelka . kosir
Jeremias Maerki [EMAIL PROTECTED] wrote on 22.02.2006 18:50:07: Added a Wiki page, in case anybody needs that in the future: http://wiki.apache.org/xmlgraphics-fop/HowTo/BasicHttpAuthentication Seems easy enough even for me to implement :) thank you I have a feeling you overlooked some

Re: Re how to embed a font programatically

2006-02-23 Thread Jeremias Maerki
Have you seen my other post? I've implemented exactly what I proposed to you and put it in FOP Trunk: http://svn.apache.org/viewcvs?rev=379810view=rev More comments inline... On 23.02.2006 07:02:33 Karl Roberts wrote: Hi I built a URIResolver that reads URL's like:

Using the hyphenator

2006-02-23 Thread Olivier Lefevre
I wish to use the hyphenation classes of FOP to format paragraphs for rendering in Swing. The hyphenate methods of the Hyphenator class look like the obvious choice but I have two problems: 1. their arguments are poorly documented 2. I do not see where to set the font; the length argument makes

Re: JBoss 4 vs FOP commons logging clash - solved

2006-02-23 Thread Louis . Masters
The extra '/' is from JBoss, but the extra ';' is from my poor cutting and pasting skills. I have rearranged the jars so they look nice and have run some tests on it. Most of the issues come from either my non-compliance to the FO spec or minor migration pains. Once I have sorted that out, I'm

Re: Re: RTF and table/column widths

2006-02-23 Thread b . ohnsorg
I had a closer look at the RTF results and I found two basic problems: 1. If the table has a indent of 0, the RTF-table does not copy this attribute (il0) to every table row (trowd). From the table cell's point of view it's row does not have an indent, so it does not look at the table's

Re: Using the hyphenator

2006-02-23 Thread J.Pietschmann
Olivier Lefevre wrote: I wish to use the hyphenation classes of FOP to format paragraphs for rendering in Swing. The hyphenate methods of the Hyphenator class look like the obvious choice but I have two problems: 1. their arguments are poorly documented 2. I do not see where to set the font;

Re: Using the hyphenator

2006-02-23 Thread Olivier Lefevre
- parsing words from flow text Not a problem because I am formatting single words (interminable chemical names for use as molecule labels in graphics) The parsed words have to be normalized Not an issue either; we can assume US (well, scientific) english. However I may have to write

Re: fop trunk svg problems

2006-02-23 Thread b . ohnsorg
- original Nachricht Betreff: fop trunk svg problems Gesendet: Do 23 Feb 2006 20:44:55 CET Von: Jason R Briggs[EMAIL PROTECTED] Anyone else experiencing problems with SVG with the trunk version of fop? nope (fop 0.20.5, batik 1.5.1, gentoo linux) For example, the FO below

Re: fop trunk svg problems

2006-02-23 Thread Jason R Briggs
I meant trunk as in HEAD (i.e. the latest code in subversion). [EMAIL PROTECTED] wrote: - original Nachricht Betreff: fop trunk svg problems Gesendet: Do 23 Feb 2006 20:44:55 CET Von: Jason R Briggs[EMAIL PROTECTED] Anyone else experiencing problems with SVG with the trunk