Embedding WinAnsi-Encoded font

2004-05-02 Thread Zhong Yi
I have been using embedded fonts with and without -enc ansi option. I noticed the PDF file size is much larger with ansi option thant that without ansi option. Does anyone have the same issue? And how do you get around this? The reason I want ansi font encoding is because without it, the text is

Re: How to repeat subtitle onto the following pages

2004-04-01 Thread Zhong Yi
I would use multiple page sequences. The first page sequence just generate one page with the Equity header in region-before. The second sequence will generate the rest pages with Equity Continues... in region-before. You need to determine how many rows you can dump into first page in advance.

SVG output special character

2003-11-12 Thread Zhong Yi
I am trying to create a SVG output from fo, but the special charaters are not handled exactly as I expected. FOP added several white spaces after it. The fo is very simple, just have one special character ' in it. If you look at the SVG, it actually break one word into two lines. Anyone knows how

Re: Book on FOP

2003-02-17 Thread Zhong Yi
Don't think there is one. FOP is still in baby stage, I think. --- Ferdous Ahmed [EMAIL PROTECTED] wrote: Hello, I need a good reference book to for FOP. Can any one give some reference ? Best Regards Ahmed Ferdous Team Leader

Re: Book on FOP

2003-02-17 Thread Zhong Yi
=1045499814/sr=8-2/ref=sr_8_2/002-7179745-6532868?v=glances=booksn=507846 http://www.amazon.com/exec/obidos/tg/detail/-/0596003552/qid=1045499814/sr=8-1/ref=sr_8_1/002-7179745-6532868?v=glances=booksn=507846 http://xml.apache.org/fop/resources.html On 17.02.2003 17:35:19 Zhong Yi wrote: Don't think

Re: Book on FOP

2003-02-17 Thread Zhong Yi
=1045499814/sr=8-1/ref=sr_8_1/002-7179745-6532868?v=glances=booksn=507846 http://xml.apache.org/fop/resources.html On 17.02.2003 17:35:19 Zhong Yi wrote: Don't think there is one. FOP is still in baby stage, I think. --- Ferdous Ahmed [EMAIL PROTECTED] wrote: Hello, I

image filter

2003-02-15 Thread Zhong Yi
Does anyone know how to get image filer effect in FOP? For example, in HTML, you can do style=filter:invert, how can you achieve this effect in FOP? Thanks George __ Do you Yahoo!? Yahoo! Shopping - Send Flowers for Valentine's Day

gray color in Postscript output

2003-01-19 Thread Zhong Yi
I am using Ghostview8.0 to preview the PS output. It's seems PS output did not draw any shape or path which has stroke attribute set to gray or lightgray. Is this a FOP bug or Ghostview? George __ Do you Yahoo!? Yahoo! Mail Plus - Powerful.

PS renerer: Text in SVG

2003-01-16 Thread Zhong Yi
I look at the fop generated PS file. Seems to me the Text in SVG is drawn into PS file instead of using PS show command to display it. Am I correct on this? If so, how difficult to change the code to use PS command to display Text within SVG? Thanks. George

Row height and half point font

2003-01-11 Thread Zhong Yi
Hi, There. I have 2 questions about fop: 1. How do you specify the table row height? 2. How does FOP handle half point font-size and half point stroke-width? ( ie. font-size=6.5pt stroke-width=0.5 ) Thanks in advance __ Do you Yahoo!? Yahoo! Mail

Re: svg fills black when using variable

2003-01-03 Thread Zhong Yi
You define variable in xsl namespace. SVG doesn't know your variable. Try this: xsl:variable name=color select=limegreen/ svg:svg height=400 width=400 svg:rect height=50width=100 xsl:attribute name=style xsl:textfill:/xsl:textxsl:value-of select=$color/ /xsl:attribute /svg:rect George

FOP Postscript

2002-12-11 Thread Zhong Yi
I have a question about FOP Postscript output. The SVG graphics look very ugly in PS format. My question is when will FOP address this issue? Is there any other FO solution which give a quality PS output? I am in a process of evaluating FOP for future project. The PDF output looks cool but the PS