fo:float

2003-12-09 Thread Bryce Fischer
I know the fo:float tag isn't supported yet. Does anyone have any suggestions on how to implement flowing text around an image? I saw some posts about using tables, but I'm a bit foggy on how to do that. I am guessing there's quite a bit of calculating which text goes on top, bottom and to the

RE : PCL + image gif - BMP !

2003-12-09 Thread Philippe PITHON
indeed in bmp there is something which prints ! but it is illegible! there is no level of gray! it is is black or white it is normal? -Message d'origine- De : Chris Bowditch [mailto:[EMAIL PROTECTED] Envoyé : lundi 8 décembre 2003 17:49 À : [EMAIL PROTECTED] Objet : Re: PCL + image

Re: SVG scaling issue (when rendering 2 SVGs of same height)

2003-12-09 Thread Martin Regner
I think, i don't understand fully the problem you have, but since i had to embed different sized Logos in some pdf Document and there was a lot of problems with transparency with all graphic-formats except svg, i patched th PDFRenderer of fop. So i can do something like that. xsl:template

Re: fo:float

2003-12-09 Thread Chris Bowditch
Bryce Fischer wrote: I know the fo:float tag isn't supported yet. Does anyone have any suggestions on how to implement flowing text around an image? In general it isnt possible. I saw some posts about using tables, but I'm a bit foggy on how to do that. I am guessing there's quite a bit of

Graphics resolution

2003-12-09 Thread Gergely Hajdu
I have an XSL-FO transformed document from which I render a TIFF-image. I wonder, is it possible with any fo:-tag define the DIMENSIONS ( or dpi) of the TIFF-image to be rendered ? My XSL-FO doc. looks like this : ?xml version=1.0 encoding=ISO-8859-1 ? fo:root

Re: SVG scaling issue (when rendering 2 SVGs of same height)

2003-12-09 Thread mathieu . fretiere
i can send you my fop.jar if you like thanks but I think it won't help me. i don't understand fully the problem you have I want to insert svg files created with Ilustrator. The dimensions are in pt but I want mm so I change the svg's width and height attributes, and leave other attributes

Square bullets in pdf

2003-12-09 Thread Lucian Opris
Hi, Does anybody know the code for square bullets in pdf? Lucian Opris -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Tuesday, December 09, 2003 8:26 AM To: [EMAIL PROTECTED] Subject: Re: SVG scaling issue (when rendering 2 SVGs of same height) i can send

Insert rectangle and define color of font in fo-document

2003-12-09 Thread Gergely Hajdu
1.Is it possible with fo-tags to insert a white rectangle into an image that will be rendered. Something like fo:block shape=rect size=100% fillColor=white x_pos=0 y_pos=0/fo:block 2.Is it possible with a fo-tag to define which color the printing of a rendered image should have (black in this

RE: fo:float

2003-12-09 Thread Victor Mote
Chris Bowditch wrote: I took a peek in the font XML file. I'm not sure how to use that data. One particular font (Courier) had a width of 600 for most of its characters. I wasn't sure what that 600 meant, and how to transfer that to pixels, inches, etc (I guess the font size would have to

Re: Using foreach in FOP

2003-12-09 Thread Clay Leeds
Manuel, I think this is better suited to the XSL list, which you can find more info on here: http://xml.apache.org/fop/maillist.html#xslt-mulberry But it looks like you want something like this: xsl:for-each test=/data/products/product xsl:sort select=. order=ascending/ xsl:if

Re: Graphics resolution

2003-12-09 Thread Chris Bowditch
Gergely Hajdu wrote: I have an XSL-FO transformed document from which I render a TIFF-image. I wonder, is it possible with any fo:-tag define the DIMENSIONS ( or dpi) of the TIFF-image to be rendered ? My XSL-FO doc. looks like this : No, it is not possible. I suggest you speak to the author of

Re: Square bullets in pdf

2003-12-09 Thread Chris Bowditch
Lucian Opris wrote: Hi, Does anybody know the code for square bullets in pdf? I assume by code you mean the entity character reference. Yes its #x25A0; Note; Only Zapf Dingbats in the standard 14 fonts has a glyph for this character. Chris

RE: Square bullets in pdf

2003-12-09 Thread George Yi
Or you can use SVG to draw one yourself -Original Message- From: Chris Bowditch [mailto:[EMAIL PROTECTED] Sent: Tuesday, December 09, 2003 10:20 AM To: [EMAIL PROTECTED] Subject: Re: Square bullets in pdf Lucian Opris wrote: Hi, Does anybody know the code for square bullets in pdf?

RE: Square bullets in pdf

2003-12-09 Thread Lucian Opris
Hi, Thank you, it worked fine but the bullet is too big. I've tried #x25AA but it's returnig a scissors. I'm using font-family=ZapfDingbats. Any help is greatly appreciated. Thanks, Lucian Opris -Original Message- From: Chris Bowditch [mailto:[EMAIL PROTECTED] Sent: Tuesday, December

RE: Square bullets in pdf

2003-12-09 Thread Andreas L. Delmelle
-Original Message- From: Lucian Opris [mailto:[EMAIL PROTECTED] Hi, Thank you, it worked fine but the bullet is too big. I've tried #x25AA but it's returnig a scissors. I'm using font-family=ZapfDingbats. Any help is greatly appreciated. Thanks, Lucian Opris Hi, Hmmm...

RE: Square bullets in pdf

2003-12-09 Thread Lucian Opris
Thank you very much, it worked fine. Lucian Opris -Original Message- From: Andreas L. Delmelle [mailto:[EMAIL PROTECTED] Sent: Tuesday, December 09, 2003 1:02 PM To: [EMAIL PROTECTED] Subject: RE: Square bullets in pdf -Original Message- From: Lucian Opris [mailto:[EMAIL

RE: Square bullets in pdf

2003-12-09 Thread John Austin
Who was that masked man ? I don't know but he left me this square bullet. -- John Austin [EMAIL PROTECTED] - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Running junit tests fails

2003-12-09 Thread Simon Pepping
When I try to run the junit tests on the code checked out from CVS HEAD, I get a failure because ant cannot create task or type of type: junit. I do not know anything about junit. I had hoped this target would run out of the box. What should I do to make it work? ./build.sh package javadocs

Re: Login problems in the bug database

2003-12-09 Thread Simon Pepping
For completeness, I report herewith the resolution of the login problem on bugzilla. It turns out to be caused by the proxy program I use, wwwoffle version 2.7. When I tell Mozilla not to use the proxy for a bugzilla site, the problem goes away. See Mozilla bug report 227506,

RE: Problems with absolute positiones block container

2003-12-09 Thread Valeiko, Michael
Has this been fixed or is it slated to be fixed in the re-write? Thanks, -Mike -Original Message- From: Andreas L. Delmelle [mailto:[EMAIL PROTECTED] Sent: Monday, December 08, 2003 12:04 PM To: [EMAIL PROTECTED] Subject: RE: Problems with absolute positiones block container

Re: Square bullets in pdf

2003-12-09 Thread J.Pietschmann
Lucian Opris wrote: Does anybody know the code for square bullets in pdf? Ther is no such thing like a square bullet in PDF. The Unicode character code database doesn't have a square bullet either, which is a bit more surprising. The nearest thing in the symbols area seems to be the hyphen bullet,

Re: RE : PCL + image gif - BMP !

2003-12-09 Thread J.Pietschmann
Philippe PITHON wrote: indeed in bmp there is something which prints ! but it is illegible! there is no level of gray! it is is black or white it is normal? I'm afraid it is. PCL can't deal with GIFs directly, and the transformation to PCL commands is apparently somewhat lossy. J.Pietschmann

Re: Problems with absolute positiones block container

2003-12-09 Thread J.Pietschmann
Valeiko, Michael wrote: Has this been fixed or is it slated to be fixed in the re-write? Dealing with footnotes is ugly. The code in the maintenance branch is basically a bunch of hacks. The support in the rewrite is currently even more rudimentary. J.Pietschmann

Re: Insert rectangle and define color of font in fo-document

2003-12-09 Thread J.Pietschmann
Gergely Hajdu wrote: 1.Is it possible with fo-tags to insert a white rectangle into an image that will be rendered. Something like fo:block shape=rect size=100% fillColor=white x_pos=0 y_pos=0/fo:block You can overlap images with FO elements, although the lack of implementation for relative