Font embedding of fop in unix

2008-02-21 Thread priby
Greetings to all, I am trying to embed Japanese font in unix.(In windows I was able to do this succesfully.) I moved MSMINCHO.ttf(TTF file corresponding to Japanese) present in windows machine to /var/tmp/test/ folder in UNIX. When I issue the following command for generating the metrics file ,

DO NOT REPLY [Bug 44460] - PDF Embedded files implementation

2008-02-21 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://issues.apache.org/bugzilla/show_bug.cgi?id=44460. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE.

Re: Font embedding of fop in unix

2008-02-21 Thread Jeremias Maerki
Can you please ask questions on the fop-users mailing list? Thanks. From Nabble: http://www.nabble.com/FOP---Users-f353.html No, it's not necessary to install the font to generate the font metrics files. Maybe you simply have a permission problem in that directory. On 21.02.2008 11:01:59 priby

DO NOT REPLY [Bug 44460] New: - PDF Embedded files implementation

2008-02-21 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://issues.apache.org/bugzilla/show_bug.cgi?id=44460. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE.

mismatch: table-cell vs. Table-row

2008-02-21 Thread bonekrusher
Hi, I am currently updating my xsl-fo to comply with FOP 0.94. I am receiving this error: WARNING: Mismatch: table-cell (http://www.w3.org/1999/XSL/Format) vs. table-row (http://www.w3.org/1999/XSL/Format) Feb 21, 2008 8:40:31 AM org.apache.fop.fo.FOTreeBuilder$MainFOHandler endElement What

Re: mismatch: table-cell vs. Table-row

2008-02-21 Thread Louis . Masters
I usually ran into this message when I had a row with no cells or a cell with no content. For example, my original code had some of these: fo:table-cell/ This is no good. I either removed the cell (but be careful you don't leave an empty row) or changed the xsl to:

keep-with-next on table-row

2008-02-21 Thread Vincent Hennebert
Hi Guys, If anyone has any comment to make on this before I send another request for clarification to [EMAIL PROTECTED] fo:table-row does not generate any area, so the text in section 4.8, “Keeps and Breaks” doesn’t really apply to this element. The question is: if keep-with-next is set on