Re: JDK 1.4 fonts

2001-05-29 Thread Daniel Bradby
JDK1.3 had heaps of problems with font metrics and FOP includes work-arounds for those bugs. If they are fixed in JDK1.4 and we are still using the work arounds . then who knows what sort of results we are getting :) But if they look good ... well then great! :) > Just wanted to say

JDK 1.4 fonts

2001-05-29 Thread Chris Burkey
Hi All, Just wanted to say that the AWT Renderer looks great with JDK 1.4 beta1. The fonts are spaced correctly even with anti-alias rendered fonts. Nice work everyone! Christopher Burkey [EMAIL PROTECTED] Presiden

RE: Problems with unicode chars

2001-05-29 Thread Tore Engvig
The # is displayed when the character is missing in the font. # indicates that you use winansi encoding (eg start TTFReader with the -enc ansi option). Then you're restricted to the characters in the winansi encoding. To use special characters you will have to use cid encoding. Tore -Origi

RE: Comprehensive testing with TTF

2001-05-29 Thread Tore Engvig
Thanks for the comprehensive testing! I guess we could add bug no 1618 (page-number-citation) to this. The errors with TrueType fonts occurs because the characters are not from unicode to the font encoding (or cid) for page-number-citation etc, this is only done in the LineArea class. I think I sh

RE: problem with embedding TTF font

2001-05-29 Thread Tore Engvig
Are you able to use this font with other applications? I tried to open it is MS Volt and Volt crashed when i tried to view some glyphs. This error indicates that some composite glyphs have wrong offsets, it *could* of course be a bug in TTFSubSetFile (it should not generate a null pointer excepti

RE: FOP 0.19-CVS tested with russian

2001-05-29 Thread Tore Engvig
Sorry for taking so long to answer, but I've not had the opportunity until now. -Original Message- From: Alex V. Alishevskikh [mailto:[EMAIL PROTECTED]] Sent: Thursday, April 26, 2001 07:28 To: [EMAIL PROTECTED] Subject: FOP 0.19-CVS tested with russian *snip* But there is still proble

Re: FOP WITH COCOON

2001-05-29 Thread Jesus M. Gómez-Caraballo S-V
ok, but i don't know where to find that version, where is my/your devsnaphot? Thanks in advance , Jesús M. G-C S-V --- Samuel ARNOD-PRIN <[EMAIL PROTECTED]> escribió: > "Jesus M. Gómez-Caraballo S-V" a écrit : > > > > I'm trying to use Fop-0.18.1-DEV with Cocoon > > 1.8.2. but Cocoon on

FOP/Batik requires X11?

2001-05-29 Thread Christopher Farley
I am using the Fop 0.19-CVS from a week ago. I have no problems running Fop from a XTerm. However, when running from the console I get a stack trace like below. I think this started happening when the SVG stuff was delegated to batik.jar. FOP 0.19.0-CVS using SAX parser org.apache.xerces.parser

"Fatal error: can't find default configuration file"

2001-05-29 Thread Hoang Nam
Hi all, I have this following error message when I excute Fop that I rebuilded : "Fatal error: can't find default configuration file" Could sombody tell me what I am doing wrong ? Thanks alot ! Nam _ Do You Yaho

Re: FOP WITH COCOON

2001-05-29 Thread Samuel ARNOD-PRIN
"Jesus M. Gómez-Caraballo S-V" a écrit : > > I'm trying to use Fop-0.18.1-DEV with Cocoon > 1.8.2. but Cocoon only works with the version 0.15 > of > FOP. What i have to do to use the last version of > Cocoon with Fop?? > the 1.8.3-dev is OK for the last fop.. take it in the my devsnaps

How to bringup pdf files on browser?

2001-05-29 Thread Sudesh Shetty
  I am using fop_0_18_0 for the conversion of xml to pdf file. Also I am using servlet to do the above operation. I am able to convert xml to fo and then from fo to pdf. But when i redirect the  URL to http://localhost:8080/test.pdf , Browser will show blank screen(both netscape and IE).I ha

Problems with unicode chars

2001-05-29 Thread Jiri Tobisek
Hi, I have problems with creating PDF files that would display some special characters. Though I succesfully embedded necessary unicoded TTF font(s) in PDF, all the non-standard characters are rendered as '#'. This problem occurs even in TXT files generated by FOP, not only PDF. Maybe the proble

apostrophe in superscript bug

2001-05-29 Thread Alex McLintock
I have some small print and spotted an error if using vertical-style="super". Basically my first line was further way from the rest of the text in the paragraph for no apparent reason, and more interestingly, if you had an apostrophe in a line text after the apostrophe was further up than text bef

Re: Need FAQ help

2001-05-29 Thread Alex McLintock
So you have tested FOP with Chinese words and found some problems. FOP is at its very early stages of development. We have a version which works for most people - but very few of us speak or write Chinese (possibly none!) Your help would be most welcome in explaining the problems you are seeing

Re: design question to static-content

2001-05-29 Thread Arved Sandstrom
At 03:53 PM 5/28/01 +0200, Marc Jenzer wrote: > I must create with fop a documentation. On every page I have the same > header (logo, some informations...), but the title is on every page > different. My question: Can I use static-content > flow-name="xsl-region-before"? When yes, how can I se