word-spacing

2007-02-12 Thread Olivier Mansour
Hello does FOP deal with the word-spacing attribute in blocks ? thx you Olivier -- Olivier Mansour http://www.clever-age.com Clever Age Lyon - conseil en architecture technique GSM: +33 6 11 03 23 77 Tél: +33 4 78 89 46 45 Clever Age vous invite à ses petits déjeuners du Jeudi http

Re: Font in Images

2006-12-13 Thread Olivier Mansour
/renderer in configuration, but without any effects. PNG renderer use AWT so you have to put your ttf file in the jre font directory. It just work but unfortunatly does not render exactly like PDF. Olivier Thanx, you are very kind. kris

Re: alteration of images using png renderer

2006-11-18 Thread Olivier Mansour
Le 17 nov. 06 à 21:02, Olivier Mansour a écrit : Hello I am in trouble while rendering image through fop png renderer. Here an exemple : original image (used in backgound) http://extranet.clever-age.net/olivier/fop-png/orig.jpg and the result http://extranet.clever-age.net/olivier/fop-png

alteration of images using png renderer

2006-11-17 Thread Olivier Mansour
Hello I am in trouble while rendering image through fop png renderer. Here an exemple : original image (used in backgound) http://extranet.clever-age.net/olivier/fop-png/orig.jpg and the result http://extranet.clever-age.net/olivier/fop-png/fop.png an idea ? Thanks Olivier -- Olivier

Re: png renderer and multiples page

2006-11-12 Thread Olivier Mansour
Le 12 nov. 06 à 12:32, Jeremias Maerki a écrit : No, only the PrintRenderer has something like that. But I think it should be simple to port this over to the PNGRenderer. You've got the sources... Thanks Finally I simply made it with an xsl sheet Olivier FoToOnePageFo.xsl Description

pdf cmyk and transparency

2006-11-09 Thread Olivier Mansour
Hello Is it possible to output a CMYK PDF whith an external graphic containing aeras with transparency ? Is png limited to RVB color space ? Thank you Olivier -- Olivier Mansour http://www.clever-age.com Clever Age Lyon - conseil en architecture technique GSM: +33 6 11 03 23 77 Tél

Re: pdf cmyk and transparency

2006-11-09 Thread Olivier Mansour
Le 9 nov. 06 à 10:54, Chris Bowditch a écrit : Olivier Mansour wrote: Hello Is it possible to output a CMYK PDF whith an external graphic containing aeras with transparency ? Is png limited to RVB color space ? I believe only JPEG supports CMYK in FOP. Not sure if JPEG supports

Re: pdf cmyk and transparency

2006-11-09 Thread Olivier Mansour
Le 9 nov. 06 à 11:28, Chris Bowditch a écrit : Olivier Mansour wrote: snip/ GIF can't be in a CMYK color space. For fop user who produce CMYK PDF, do you use transparency ? Thats right GIF doesn't support CMYK, at least not for FOP. I have never needed to have an image with both CMYK

Re: png renderer and multiples page

2006-11-09 Thread Olivier Mansour
there (ImageWriterRegistry itself seems to work) but the Service class cannot discover the plug-in files in the META-INF directory. Correct ! I had trouble to declare the xmlgraphics-common jar. Solved now Thanks a lot Olivier Don't know how to help here without knowing about PHP and php-java

Re: png renderer and multiples page

2006-11-08 Thread Olivier Mansour
On 04.11.2006 18:00:09 Olivier Mansour wrote: Hey Another beginner question I use fop 0.92 but I'am consedreing moving to trunk soon I tried to generate png from a fo file using command line works fine : java -jar fop.jar -fo /tmp/test.fo -png ../../../web/uploads/ test.png give severals png

Re: I want to display text in vertical format in PDF

2006-11-08 Thread Olivier Mansour
not support. I want to display text in vertical format in PDF through java how? Any other solution to display. Please help me out. I think you have to upgrade to fop 0.92 and user reference- orientation in a fo:block-container Olivier The code is in xsl as: which I

Re: png renderer and multiples page

2006-11-06 Thread Olivier Mansour
)); HTH thanks a lot , I will try this and report to the list Olivier On 04.11.2006 18:00:09 Olivier Mansour wrote: Hey Another beginner question I use fop 0.92 but I'am consedreing moving to trunk soon I tried to generate png from a fo file using command line works fine : java -jar

png renderer and multiples page

2006-11-04 Thread Olivier Mansour
the first png is generated ! :-( An idea ? Thank you for your advices and making fop wich is great Olivier -- Olivier Mansour http://www.clever-age.com Clever Age Lyon - conseil en architecture technique GSM: +33 6 11 03 23 77 Tél: +33 4 78 89 46 45 Clever Age vous invite à ses petits

Re: PNG renderer - does fop supporting fonts

2006-11-03 Thread Olivier Mansour
Le 3 nov. 06 à 12:58, Olivier Mansour a écrit : Hey In my conf file I have those lines renderer mime=image/png fonts !-- font triplet : they are working well with the pdf renderer -- /fonts /renderer but FOP is ignoring my fonts when I run it : Font 'Arial, normal, 400' not found

Re: PNG renderer - does fop supporting fonts

2006-11-03 Thread Olivier Mansour
Le 3 nov. 06 à 13:02, Peter a écrit : Olivier, You have to use system fonts with the png renderer do you know how to add your own ttf fonts on Debian ? http://xmlgraphics.apache.org/fop/0.92/output.html#general-fonts ... Most FOP renderers use a FOP-specific system for font registration

Re: PNG renderer - does fop supporting fonts

2006-11-03 Thread Olivier Mansour
Le 3 nov. 06 à 13:02, Peter a écrit : Olivier, You have to use system fonts with the png renderer regarding to http://www.mail-archive.com/fop- [EMAIL PROTECTED]/msg04834.html do I have to use fop-trunk ? http://xmlgraphics.apache.org/fop/0.92/output.html#general-fonts ... Most FOP

converting a pdf using imagemagick

2006-09-28 Thread Olivier Mansour
is converted in e or c and so on (see attachement) I have tried to use the encoding option but without effect. Thank you by advance. OIivier test-low.pdf Description: Adobe PDF document -- Olivier Mansour http://www.clever-age.com Clever Age Lyon - conseil en architecture technique GSM

Re: simulating line breaks with fo

2006-09-22 Thread Olivier Mansour
Thank you non of those tricks are really working : fo:block#160;/fo:block insert a line break but the second one has no effect (so you can't do br / br /) fo:blokfo:leader//fo:block insert too much spaces :-( Olivier Le 22 sept. 06 à 10:10, Peter a écrit : An often used trick one finds

Re: simulating line breaks with fo

2006-09-22 Thread Olivier Mansour
/fo:block /xsl:otherwise /xsl:choose /xsl:template Perhaps that works for you? It works just great ! Thanks a lot Peter Peter -Original Message- From: Olivier Mansour [mailto:[EMAIL PROTECTED] Sent: vrijdag 22 september 2006 10:24 To: fop-users@xmlgraphics.apache.org

Re: trouble positionning an image on the top of my document

2006-09-10 Thread Olivier Mansour
Le 10 sept. 06 à 12:45, Dirk Bromberg a écrit : Hi, try to set font-size=0pt at the fo:block where the image is in. it works thank you ! Dirk Olivier Mansour schrieb: Hello I have a problem with fop 0.92. I try to set a picture on the top left of the page. It's obvious but I have

problem to import TIFF to produce PDF doc

2006-03-31 Thread Olivier Mansour
numComponents = 1 color space = [EMAIL PROTECTED] transparency = 1 has alpha = false isAlphaPre = false thanks in adavance Olivier -- Olivier Mansour http://www.clever-age.com Clever Age Lyon - conseil en architecture technique GSM: +33 6 11 03 23 77 Tél: +33 4 78 89 46 45 Clever Age vous

Re: problem to import TIFF to produce PDF doc

2006-03-31 Thread Olivier Mansour
, the answer is no, CMYK TIFF are currently not supported. However, if you can convert the TIFF into a CMYK JPEG, it should work. okay (yes it's work with JPEG) I have my answer. Thanks to you Olivier HTH. On 31.03.2006 11:40:05 Olivier Mansour wrote: Hey is it possible to import CMJN Tiff

Re: FOP, CMYK and PDF

2006-03-15 Thread Olivier Mansour
Actually it's a mistake A good JPEG with with CMYK color profil is OK without error and warning. So, using FOP and 0.91 and pdfbox I can produce goof CMYK PDF. Thanks to all Olivier Le 15 mars 06 à 09:29, Jeremias Maerki a écrit : It would be good if you could post the offending JPEG file

Re: Using the hyphenator

2006-02-25 Thread Olivier Lefevre
You should probably take a look at the old implementation in the maintenance branch http://svn.apache.org/viewcvs.cgi/xmlgraphics/fop/branches/fop-0_20_2-maintain/src/org/apache/fop/layout/LineArea.java?rev=196931view=markup Most of the algorithm is in the addText method. Is this the TeX

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: 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: conditionality, leaders and page break

2006-02-20 Thread Olivier
Jeremias Maerki dev at jeremias-maerki.ch writes: I don't think it's possible to do that in XSL-FO. If you could place the text to be repeated on the next page in a static-content you could use marker/retrieve-marker. But since you want this to appear in the first normal content line on a

Re: conditionality, leaders and page break

2006-02-20 Thread Olivier
Jeremias Maerki dev at jeremias-maerki.ch writes: I don't think it's possible to do that in XSL-FO. If you could place the text to be repeated on the next page in a static-content you could use marker/retrieve-marker. But since you want this to appear in the first normal content line on a