Re: FOP EPS question

2004-06-02 Thread Johan Andersson
Jeremias Maerki wrote: On 01.06.2004 14:00:45 Johan Andersson wrote: Regarding the fact that EPS images doesn't display in Acrobat Reader, is it possible to "filter" the PDF using ghostscript so that the document is displayed correctly? Yes, GhostScript should be able to convert PDF->PostScript-

Re: FOP EPS question

2004-06-01 Thread Jeremias Maerki
On 01.06.2004 14:00:45 Johan Andersson wrote: > Regarding the fact that EPS images doesn't > display in Acrobat Reader, is it possible to "filter" the PDF using > ghostscript so that the document is displayed correctly? Yes, GhostScript should be able to convert PDF->PostScript->PDF, thus conve

Re: FOP EPS question

2004-06-01 Thread Johan Andersson
Jeremias Maerki wrote: > EPS images are embedded "as is" by the PDF and PS renderers. CMYK colors are preserved. Be aware that EPS files embedded in a PDF don't display in Acrobat Reader only in GhostScript (because the latter is a PostScript interpreter). On 01.06.2004 12:11:07 Johan Andersson wro

Re: FOP EPS question

2004-06-01 Thread Jeremias Maerki
EPS images are embedded "as is" by the PDF and PS renderers. CMYK colors are preserved. Be aware that EPS files embedded in a PDF don't display in Acrobat Reader only in GhostScript (because the latter is a PostScript interpreter). On 01.06.2004 12:11:07 Johan Andersson wrote: > I'm currently look

FOP EPS question

2004-06-01 Thread Johan Andersson
Hi all, I'm currently looking at FOP for a future project which involves generating printable PDF's. I have read some about the lack of CMYK support in FOP, but apparently FOP supports CMYK colors in JPEG images. How is the support for CMYK colors when it comes to EPS images? Regards Johan Ande