AW: xsl:fo to svg rendering with raster images

2003-03-13 Thread Alexander Koppelhuber
The paths to the images are not the problem. They are absolute paths to a lokal image file on the hard disk. But I think the other 2 possibilities are the cause of the problem. I didn't declare the xlink namespace. And one image I use has a cmyk colorspace. I get the following exception while

Re: SVG to PDF: CMYK conversion / Can't open PDF in Adobe Illustrator

2003-03-13 Thread Hans Stoessel
Hi It seems I'm not the only one with this problem. Have a look in the Adobe user to user forum for the Illustrator (Win). There is a message with the topic File opens in all PDF viewers except Illustrator 10.. Forum: http://www.adobeforums.com/cgi-bin/webx?14@@.ee6b328 Hans Jeremias Maerki

Re: xsl-region-before flow control

2003-03-13 Thread Jochen . Maes
Hi thx for replying, yes i did look @ that... But i wanted to avoid that, i hoped there is another way to do it. How idi i solve it? first time i had an empty xsl:variable, and then i printed something, just after the print i filled the variable with something and if it isn't empty it isn't

External Graphic border

2003-03-13 Thread s-oualid
Hello, I am trying to put a 1pt black border around images. I first tried to use the border common attribute on the fo:external-graphic tag, but it doesn't work (on fop 0.20.5rc2). Here is the tag I used : fo:external-graphic border-style=solid border-width=1pt border-color=black Then, I

Réf. : Re: Question about Word character encoding.

2003-03-13 Thread s-oualid
Thanks, I didn't know about that project... I think I'll use my own function to clean our users' input but this project looks like being quite interesting. Anyway, they choose really funny acronyms ! POI stands for Poor Obfuscation Implementation. HDF (Horrible Document Format) HDF is our

RE: Line-wrap in fo:leader

2003-03-13 Thread Rob Staveley \(Tom\)
Many thanks for the suggestion. Your help is greatly appreciated again. Unfortunately the two leaders wind up on the same line, if blah is less than 50% long and the ref,ref text goes on the following line (see index.13.xsl). I've tried to use keep-together with some success (see index.14.xsl)

Re: PDF boomarks not created due to location?

2003-03-13 Thread Philip Semanchuk
On Wed, 2003-03-12 at 15:24, J.Pietschmann wrote: Philip Semanchuk wrote: Thank you very much Jeremias. The documentation that I have not been able to find is something that states whether this feature is WAD (working as designed) or if it is just a known quirk/bug. If patches are welcome

Printing using Java

2003-03-13 Thread andrew mercer
Hi, I have only just started using fop and need to print the final output automatically from within my java code. I notice from the users mailing list that questions have been raised before (eg: 'Printing from FOP Driver' dated 2002-06-02 and 'Printing from Java-Application' 2002-04-16) but

Re: Printing using Java

2003-03-13 Thread Clay Leeds
Andrew, I too have noticed a difference when I use -print and when I output to a file using -pdf. The primary differences I've found relate to VERTICAL FontMetrics. In other words, in the PDF version, the region-before and region-after sections appear larger than necessary. The percentage

[WARNING] Screen logger not set.

2003-03-13 Thread Jackie Wilson
Hey folks, I'm using FOP 0.20.4 and when I run FOP embedded in a java program I can't seem to get rid of the message [WARNING] Screen logger not set. I've tried... import org.apache.avalon.framework.logger.Logger; import org.apache.avalon.framework.logger.ConsoleLogger; import

Re: External Graphic border

2003-03-13 Thread J.Pietschmann
[EMAIL PROTECTED] wrote: I am trying to put a 1pt black border around images. I first tried to use the border common attribute on the fo:external-graphic tag, but it doesn't work (on fop 0.20.5rc2). It's not implemented. Then, I decided to include my image in a block, but the block doesn't fit

Re: Line-wrap in fo:leader

2003-03-13 Thread J.Pietschmann
Rob Staveley (Tom) wrote: Unfortunately the two leaders wind up on the same line, if blah is less than 50% long and the ref,ref text goes on the following line (see index.13.xsl). At the XSLT level, you can try to estimate the width of the blah and ref on one entry:

Re: xsl-region-before flow control

2003-03-13 Thread J.Pietschmann
[EMAIL PROTECTED] wrote: But i wanted to avoid that, i hoped there is another way to do it. Why? It's the way things are supposed to be done. How idi i solve it? first time i had an empty xsl:variable, and then i printed something, just after the print i filled the variable with something and if

RE: Réf. : RE: Question about Word character encoding.

2003-03-13 Thread Bernard D'Have
try to use UTF-8 as XML input encoding. It works for me Bernard -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: 12 March, 2003 17:38 To: [EMAIL PROTECTED] Subject: Réf. : RE: Question about Word character encoding. Many thanks for your answer, and your