Re: TrueType fonts bold and italic

2001-08-27 Thread axel . spohr
Satoshi, while I haven't worked with TTCs yet (only individual TTFs), myunderstanding of the documentation is that you would need to generate individual XML font metrics files for each font (bold, normal, italic) from the family that you want to use. HTH Axel

keep-with-next problem on multi column text

2001-08-27 Thread [EMAIL PROTECTED]
hi, i tried to use the keep-with-next property on a multi column page with some text blocks that normally fits on one page with 4 columns. my text consists of this sequence of text blocks: every 2nd block is meant to be a headline and the the following block is the paragraph belonging to

Centering fo:table elment

2001-08-27 Thread rajeev nair
hi all, how can i align the fo:table elment at center of the page in xsl-fo. also how can i give space between two fo:block elements. any help will be greately appreciated. regards rajiv __ Do You Yahoo!? Make international calls for as low as

Fw: hyphenation with table problem

2001-08-27 Thread Steve Favez
- Original Message - From: Steve Favez To: [EMAIL PROTECTED] Sent: Friday, August 24, 2001 9:33 AM Subject: hyphenation with table problem Hello, I'm new on fop, and I've a big problem. I create a table and ask hyphenate on every columns... with small world, no problem, but

[DO NOT REPLY: Bug 3279] New: scaling SVG-images impossible

2001-08-27 Thread bugzilla
PLEASE DO NOT REPLY TO THIS MESSAGE. TO FURTHER COMMENT ON THE STATUS OF THIS BUG PLEASE FOLLOW THE LINK BELOW AND USE THE ON-LINE APPLICATION. REPLYING TO THIS MESSAGE DOES NOT UPDATE THE DATABASE, AND SO YOUR COMMENT WILL BE LOST SOMEWHERE.

[DO NOT REPLY: Bug 3280] New: PCL Renderer doesn't work

2001-08-27 Thread bugzilla
PLEASE DO NOT REPLY TO THIS MESSAGE. TO FURTHER COMMENT ON THE STATUS OF THIS BUG PLEASE FOLLOW THE LINK BELOW AND USE THE ON-LINE APPLICATION. REPLYING TO THIS MESSAGE DOES NOT UPDATE THE DATABASE, AND SO YOUR COMMENT WILL BE LOST SOMEWHERE.

[DO NOT REPLY: Bug 3280] PCL Renderer doesn't work

2001-08-27 Thread bugzilla
PLEASE DO NOT REPLY TO THIS MESSAGE. TO FURTHER COMMENT ON THE STATUS OF THIS BUG PLEASE FOLLOW THE LINK BELOW AND USE THE ON-LINE APPLICATION. REPLYING TO THIS MESSAGE DOES NOT UPDATE THE DATABASE, AND SO YOUR COMMENT WILL BE LOST SOMEWHERE.

[DO NOT REPLY: Bug 3280] PCL Renderer doesn't work

2001-08-27 Thread bugzilla
PLEASE DO NOT REPLY TO THIS MESSAGE. TO FURTHER COMMENT ON THE STATUS OF THIS BUG PLEASE FOLLOW THE LINK BELOW AND USE THE ON-LINE APPLICATION. REPLYING TO THIS MESSAGE DOES NOT UPDATE THE DATABASE, AND SO YOUR COMMENT WILL BE LOST SOMEWHERE.

Re: Image Extraction From xml using xsl-fo????

2001-08-27 Thread Max Froumentin
You wrote: fo:external-graphic src=file:{@src}/ It should be fo:external-graphic src=url('file:{@src}')/ instead. (That's what the spec says, I'm not sure FOP supports that syntax) Max. - To unsubscribe, e-mail:

Re: Centering fo:table elment

2001-08-27 Thread Max Froumentin
You wrote: how can i align the fo:table elment at center of the page in xsl-fo. use fo:table display-align=center also how can i give space between two fo:block elements. use the margin or space properties. For instance, fo:block space-after=1cm.../fo:block Max.

Re: Centering fo:table elment

2001-08-27 Thread Nikolai Grigoriev
how can i align the fo:table elment at center of the page in xsl-fo. use fo:table display-align=center This aligns the contents of each table cell within the cell. To align the entire table on the page, you will need to specify display-align=center on the respective fo:region-body

Fop-0.20.1-src.tar.gz

2001-08-27 Thread magne . kofoed
Hi! Thanks for a useful product! When can i expect a windows zip version of Fop-0.20.1 on your download web-site? Best regards, Magne Kofoed ** This footnote confirms that this email message has been checked for the presence of

RE: Fop-0.20.1-src.tar.gz

2001-08-27 Thread James Telfer
Magne, Currently there is no zip version (though it has been rumoured). Instead, download the tar.gz archive and use a Windows tool such as Winzip to unpack it; this is what I do, and it works well. HTH, James -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent:

FOP null error even.

2001-08-27 Thread Ser Siew Keok
Hi I have encounter problem with produce PDF file from xml and xsl. Below is my command line: Fop -xsl sample.xsl -xml AccessoriesXML.xml -PDF access.pdf Error message null But my FOP can generate PDF file from fo file