Re: a very humble request

2002-05-14 Thread fred redf
the extension and place the jar in the classpath to get it to work. Keiron. On Mon, 2002-05-13 at 17:37, fred redf wrote: Hi all, I'm currently working on pdf generation of (mostly) text, and (*a few*) equations. I usually wait for maintenance releases of fop, but this time, we really

RE: external-graphic size

2002-04-29 Thread fred redf
Hi all, I had the same prob in my project. I made a little java class (based on some code i found on the internet) that calculate the actual width of my image. I call that class inside my xsl (thru xalan java extension). Then, according to some rules, i configure width=Xcm inside external

Re: pb with jpegs

2002-03-06 Thread fred redf
Thank you very much Sven. I'm now looking for some massive solution to transform my hundreds of jpegs If someone has an idea of a commandline/scriptable tool Thanks. Fred. --- Sven Kitschke [EMAIL PROTECTED] a écrit : fred redf wrote: Hi all, I have a prob with *some* jpeg images

pb with jpegs

2002-03-05 Thread fred redf
Hi all, I have a prob with *some* jpeg images that are replaced by a black square inside the pdf. I looked for differences in photoshop, but i could not figure what is the difference. That problem did not occured with older versions of fop. Anyone has a clue? Thanks in advance, Fred. ps: has i

Re: pb with jpegs

2002-03-05 Thread fred redf
with CMYK colors however generates an exception in the engine. cheers Claes |-+--- | | fred redf | | | popincourt2000@| | | yahoo.fr

Re: FOP Interfaces

2002-03-01 Thread fred redf
Hi Jeremias, and all other peoples here, I would like to know where an arbitrary event has occured during fop rendering. Let me give you a short example: i produce a *big* pdf with fop that should include another pdf that was produced in another way (i my case, it was produced by distiller from

Re: FOP Interfaces

2002-03-01 Thread fred redf
Thanks Jeremias --- Jeremias Maerki [EMAIL PROTECTED] a écrit : I get it now, thanks. I think that's an interesting thing. Definitely, worth putting on the task list. I could use something like that, too. I would like to know where an arbitrary event has occured during fop rendering.

Re: FOP Interfaces

2002-02-28 Thread fred redf
I would *love* to be able to be able to get the page number where some event append (for example by stating fox:page-number/ in .fo source) cause it would greatly improve fop/itext interfacing. I personnaly use fop to render most of my content but i finish the work using itext (to watermark

Re: CMYK Images - bug? (Again)

2002-02-26 Thread fred redf
i have a prob with *some* jpeg images cause they are replaced by a black rectangle in the pdf doc. Most jpeg shows correctly. How can i verify that my jpegs are not cmyk-ed? Fred. --- [EMAIL PROTECTED] a écrit : Hi, I need some feedback on this. Is there a bug with external-graphics

Re: CMYK Images - bug? (Again)

2002-02-26 Thread fred redf
is in: RGB, CMYK, Grayscale etc. Claes |-+--- | | fred redf | | | popincourt2000@| | | yahoo.fr | | | | | | 26/02/2002 03:00

Re: CMYK Images - bug? (Again)

2002-02-26 Thread fred redf
, RGB, etc...) I havent tested it myself and I'm not an expert in JAI, but I guess it should work. Hope it helps ! Guillaume - Original Message - From: fred redf To: [EMAIL PROTECTED] Sent: Tuesday, February 26, 2002 3:07 PM Subject: Re: CMYK Images - bug? (Again

Re: I have problem with FOP - running

2002-02-26 Thread fred redf
ant.jar is missing in your classpath. Fred. --- Carlos Daniel Schafer [EMAIL PROTECTED] a écrit : Hello I take that libraries and put into c:\java\lib, I working witch NT 2000. Please, I have problems with FOP when running and recieved this message Exception in thread main

Re: Tool for generating bar graphs with Java

2002-02-25 Thread fred redf
Hi, What do you want exactly to do? If you want to draw that kind of graph in a pdf doc, you should have a look at svg in fop. If you want to generate xml files describing datas, you can have a look at staroffice which generates xml files that you can clean with an xsl. Hope this helps, Fred.

Re: Tool for generating bar graphs with Java

2002-02-25 Thread fred redf
Why don't you generate svg instead of jpeg? --- [EMAIL PROTECTED] a écrit : It's pretty easy to write your own in Java - took about a day for pie and bar. We use the JPEG encoder to create a physical image file. The only issue we are having is the quality of the JPEG images when

Re: getting the length in cm,mm or pt of a string

2002-02-22 Thread fred redf
Hi all, --- Phil Harling [EMAIL PROTECTED] a écrit : Nick Winger: is it possible to calculate, for a given font ( for example: arial ), the length of a string in cm, mm or pt ( the length which it will have in the pdf file content ) Yes. 1) Approximate it using the average

Re: Page sequence

2002-02-19 Thread fred redf
Hi Gilles Just put a break-after=page in the last block intended to be inside each page sequence. Salut. Fred. --- Gilles Beaugeais [EMAIL PROTECTED] a écrit : hello I am using fop 0.20.3. I have to generate 3 TOCs (table of contents, list of figures, list of tables) and a blank page

black images

2002-02-18 Thread fred redf
Hi all, I don't know if it is a bug, so i don't want to overload bugzilla for the moment. My prob is : I'm inserting jpg images in my pdf content, and sometimes, the picture is replaced by a black box whose dimensions are the dimensions of my image. Obviously, those images are ok in my html

Re: static table-footer height ?

2002-02-04 Thread fred redf
Hi Nick, I have a little dirty workaround for this: -declare a page sequence that will contain your big (ie multipage) table. -put your table head in a static flow -put the real table content xsl-body flow Hope this helps. Fred. --- Nick Winger [EMAIL PROTECTED] a écrit : hi ! is it

Re: When using the PNG file, Java hung-up.

2002-02-03 Thread fred redf
Hi, That syntax should work better. Fred. fo:block fo:external-graphic src=../../graphics/test.jpg/ /fo:block ___ Do You Yahoo!? -- Une adresse @yahoo.fr gratuite et en français ! Yahoo! Mail : http://fr.mail.yahoo.fr

RE: Why do you use FOP instead of ...

2002-02-01 Thread fred redf
Hi Roland, We had the very same prob cause the xsl that translate from our XML content to FO went quite messy as we made all modifications needed to paper export (we're usually building 50-200 pages in our pdfs, with many pictures, tables cause it's made of courses contents). So we made some

RE: Why do you use FOP instead of ...

2002-02-01 Thread fred redf
Forgot to say that our fo formatting would be ready in 10 years when we'll have those *good* voice synthetizer that are supposed to *print* our fo code according to the XSL-FO specs. ;) Fred. --- Ralph LaChance [EMAIL PROTECTED] a écrit : At 04:06 PM 2/1/02 -0200, you wrote: I will nail

Re: Barcode-line on a page....

2002-01-30 Thread fred redf
Hi, Maybe you should have a look at iText java library. I use it myself to add some static content on every page of a document after fop processing. Dref. --- [EMAIL PROTECTED] a écrit : thanks... but one solution shows me many more problems... :( My margins must be set to 0 now

Re: Barcode-line on a page....

2002-01-30 Thread fred redf
iText does not allow you to decompile a pdf but you can copy the whole content of one page of a preexisting pdf to another then add your static content. Dref. --- [EMAIL PROTECTED] a écrit : iTextJava hmm if it reads/writes PDF it can be interesting thanks... Jochen Maes