Re: Question about image alignment

2004-11-30 Thread Johan Andersson
Hi Mathieu, Thank you very much for your quick reply. Regarding your problem with the small gap between the graphic and the cell border. How about giving a negative padding for the cell on the side where the gap is? Regards, Johan Andersson [EMAIL PROTECTED] wrote: align the image with the

Question about image alignment

2004-11-30 Thread Johan Andersson
ntire cell. Regards, Johan Andersson - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Checking out 0.20.5

2004-08-30 Thread Johan Andersson
Thank you, I wasn't sure of what tag name to use. Regards, Johan Andersson Jeremias Maerki wrote: http://xml.apache.org/fop/dev/tools.html#cvs Be sure to use the "fop-0_20_2-maintain" tag. On 30.08.2004 14:15:02 Johan Andersson wrote: How do I check out FOP 0.20.5 from the

Checking out 0.20.5

2004-08-30 Thread Johan Andersson
Hi all, How do I check out FOP 0.20.5 from the CVS repository? Regards, Johan Andersson - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Problem with table and borders.

2004-08-20 Thread Johan Andersson
Thanks Chris, can't explain why I didn't think of that myself. Probably lack of sleep.. :-) Regards, Johan Andersson Chris Bowditch wrote: Johan Andersson wrote: Hi all, I'm using FOP 0.20.5 to create a PDF document. The document contains a table with 5 columns and varying number

Problem with table and borders.

2004-08-19 Thread Johan Andersson
rgb(114,114,114)" border-left-style="solid" border-left-width="1pt"> Cell 1 Regards, Johan Andersson <>- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: PDF->PS->PDF with EPS

2004-07-08 Thread Johan Andersson
PDF to the printer a couple of days ago and received the result yesterday and it looks great. Regards, Johan Andersson Wouter de Vaal wrote: Hi, I've read here a couple of time that a workaround to viewing PDFs with a non-viewable EPS is to let GhostScript create a PS from it and then

Re: Problem with transformation

2004-06-21 Thread Johan Andersson
Thank you for your comments regarding the structure of my XML snippet. The orignal XML document is actually formated as you suggest. I don't know why I missed that when I wrote the question, have to blame it on the fact that it was friday. ;-) Johan Andersson Zaleski, Matthew (M.E.)

Re: Problem with transformation

2004-06-21 Thread Johan Andersson
Thank you very much for the hint and the google phrase, that solved it. Johan Andersson J.Pietschmann wrote: Johan Andersson wrote: I'm trying to transform the XML snippet below to a FO table with a width of 3 columns. The list contain a maximum of 9 elements. Each cell should contain an

Problem with transformation

2004-06-18 Thread Johan Andersson
1.eps description picture2.eps description picture3.eps description picture4.eps description ... ... Regards, Johan Andersson - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e

Text alignment problem

2004-06-02 Thread Johan Andersson
from the font used? Element Matter Regards, Johan Andersson - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

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

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:

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? Reg