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 Chris Bowditch
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 transparency. I've used GIF when I needed transparency.

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 Chris Bowditch
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 and transparency. Sorry I can't help anymore,

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

inserting images into PDF files dynamicaly...

2006-11-09 Thread Sorin Silaghi
Hello, I am trying to make a PDF using fop 0.20.5 and I have to add the company logo to it... the problem is that the logo is stored inside the database not as a file on the hard drive... Is there any way to do this, apart from saving the file on the hard drive first, of cource ??? Thank

Re: pdf cmyk and transparency

2006-11-09 Thread Jeremias Maerki
TIFF could help here as PNG supports only RGB and grayscales. JPEG doesn't support transparency, I think. The problem: Except for JPEG, FOP does not support CMYK images. All CMYK images are converted to the RGB color space if they work at all. The image library needs to be redesigned to support

Re: Greek fonts and Search/copy paste functionality

2006-11-09 Thread Jeremias Maerki
Only the latest FOP Trunk from SVN supports TrueType fonts with copy/paste functionality. This will be contained in the next release, 0.93. Until then you'll have to upgrade from 0.20.5, download the latest sources from SVN and compile yourself. On 09.11.2006 12:38:08 Rigas Parathyras wrote:

Re: inserting images into PDF files dynamicaly...

2006-11-09 Thread Jeremias Maerki
Write a servlet that loads the image from the database and makes it available through HTTP. In FOP 0.92 and later you also have the ability to do this using a URIResolver so you wouldn't need the servlet but that's not available in 0.20.5. On 09.11.2006 13:30:18 Sorin Silaghi wrote: Hello,

Re: png renderer and multiples page

2006-11-09 Thread Olivier Mansour
Le 8 nov. 06 à 15:33, Jeremias Maerki a écrit : The NullPointerException due to the fact that the code doesn't expect that no ImageWriter for PNG is found. And that seems to be the case in your environment. In a perfect world, you'd get a nice message that no ImageWriter could be found, but

need help with templating issues...

2006-11-09 Thread Ricardo Soe-Agnie
Hi, I want to transform the following XML to PDF: ?xml version=1.0 encoding=UTF-8? Bill Reference90594.01.53.73/Reference SendDate18-08-2003/SendDate TotalAmount59.21/TotalAmount Debtor Namede heer A.Debiteur/Name Address1Straat 22/Address1 Address2 AA Woonplaats/Address2

Re: need help with templating issues...

2006-11-09 Thread Andreas L Delmelle
On Nov 9, 2006, at 16:13, Ricardo Soe-Agnie wrote: Hi, I want to transform the following XML to PDF: I see you're a first-time poster, but to us all it seems like the zillionth time: Such questions actually do not belong on this list. Mulberry's XSLT list is much, much better suited.

Breezin' in to say thanks

2006-11-09 Thread Jay Bryant
I was going 'round and 'round on getting fonts to register when calling FOP from Ant, and then I found Jeremias's mention that he'd fixed the Ant task and his link to the relevant file in SVN. So I rebuilt FOP (0.92beta) and got my fonts. Yay! Thanks, Jeremias! Thanks to that change (which