preprocessing of images

2010-10-05 Thread Maxime Bégnis
Hi all, I'm wondering if there is a standard way in the FOP API to pre-process images, i.e. resizing, converting to a specific format, etc... before they are included in the resulting PDF? I use FOP 1.0 embedded in a java app. Thanks a lot for your help! Maxime Bégnis attachment:

AW: preprocessing of images

2010-10-05 Thread Georg Datterl
Content GmbH: www.willmycc.dehttp://www.willmycc.de Von: Maxime Bégnis [mailto:max...@neodoc.biz] Gesendet: Dienstag, 5. Oktober 2010 13:56 An: fop-users@xmlgraphics.apache.org Betreff: preprocessing of images Hi all, I'm wondering if there is a standard way in the FOP API to pre

Re: AW: preprocessing of images

2010-10-05 Thread Maxime Bégnis
://www.willmycc.de *Von:* Maxime Bégnis [mailto:max...@neodoc.biz] *Gesendet:* Dienstag, 5. Oktober 2010 13:56 *An:* fop-users@xmlgraphics.apache.org *Betreff:* preprocessing of images Hi all, I'm wondering if there is a standard way in the FOP API to pre-process images, i.e. resizing, converting

AW: AW: preprocessing of images

2010-10-05 Thread Georg Datterl
2010 14:19 An: fop-users@xmlgraphics.apache.org Betreff: Re: AW: preprocessing of images hi Georg, Thanks for your answer. My question wasn't very precise, sorry. I would like to be able to convert the images referenced in the FO file whatever the attributes. For example, if I have a PNG file

Re: AW: AW: preprocessing of images

2010-10-05 Thread Maxime Bégnis
...@neodoc.biz] *Gesendet:* Dienstag, 5. Oktober 2010 14:19 *An:* fop-users@xmlgraphics.apache.org *Betreff:* Re: AW: preprocessing of images hi Georg, Thanks for your answer. My question wasn't very precise, sorry. I would like to be able to convert the images referenced in the FO file whatever

RE: Preprocessing

2006-06-05 Thread Raphael Parree
@xmlgraphics.apache.org Subject: Re: Preprocessing On 05.06.2006 11:12:22 Raphael Parree wrote: Thanks yes I know the reason for the error, it is just that I didn't had so many with the 0.20.5 release. Probably has to do with the fact that 0.92 is more strict. Also many of my indentations have changed, and text

RE: Preprocessing

2006-06-05 Thread Raphael Parree
Found it... The namespace on fo:inline's attributes must be NULL and not http://www.w3.org/1999/XSL/Format. -Original Message- From: Raphael Parree [mailto:[EMAIL PROTECTED] Sent: 05 June 2006 16:31 To: 'fop-users@xmlgraphics.apache.org' Subject: RE: Preprocessing Thanks, I have

Preprocessing

2006-06-02 Thread Raphael Parree
Hi, Would you perhaps have a demo/example showing the best way of postprocessing the FO after XSL transformation before it is fed to FOP? Tx., -Original Message- From: Jeremias Maerki [mailto:[EMAIL PROTECTED] Sent: 30 May 2006 13:27 To: fop-users@xmlgraphics.apache.org Subject: Re:

Re: Preprocessing

2006-06-02 Thread Jeremias Maerki
I don't have a working example ready to pass over but I can give you some pointers. Essentially, I think you'd best implement an org.xml.sax.XMLFilter (you can case XMLFilterImpl as a base class). That's the recommended way. You can get some hints to the approach from:

RE: Preprocessing

2006-06-02 Thread Raphael Parree
the extension/filter) -Original Message- From: Jeremias Maerki [mailto:[EMAIL PROTECTED] Sent: 02 June 2006 09:50 To: fop-users@xmlgraphics.apache.org Subject: Re: Preprocessing I don't have a working example ready to pass over but I can give you some pointers. Essentially, I think you'd best