RE: SAX

2001-08-19 Thread Michel Lehon
Mikael, sadly the ContentHandler returned by driver.getContentHandler() is broken... and the driver.format() and driver.render() methods do not exist anymore. You should take a look at http://nagoya.apache.org/bugzilla/show_bug.cgi?id=3143 which gives a clean solution for the broken ContentHandl

segfault when trying to build fop

2001-08-19 Thread Jason Bodnar
I'm trying to build fop using Suns JDK 1.3.1 under linux. I guess a segfault almost right after starting the build process: $ sh build.sh Fop Build System Building with classpath /usr/java/jdk1.3.1//lib/tools.jar:/usr/java/jdk1.3.1//lib/classes.zip:lib/ant.ja r:lib/batik.jar:

[ANNOUNCE] XSLT-process 2.1 available

2001-08-19 Thread Ovidiu Predescu
What's new? === This release adds few improvements to the previous release: - the ability to process the result of an XSLT transformation through the Apache FOP processor. - initial integration with the DocBook-XSL project; HTML and PDF generation and viewing from within Emacs of DocBoo

RE: Property inheritance (space-before)

2001-08-19 Thread Joshua.Kuswadi
> From: Arved Sandstrom [mailto:[EMAIL PROTECTED]] > 'space-before' is _not_ inheritable in any case, so it is > something of a > moot point. What you are confusing that with is the > possibility of using the > "inherit" keyword, which is a different beast. Hi Arved, Thank you for clearing t

Re: QUERY: Why doesn't PrintRenderer use the addLine routines for borders.

2001-08-19 Thread Karen Lease
Struan, Oops, I hadn't noticed the second version of addLine taking the ruleStyle since it wasn't being called in the doFrame stuff when I made my change. Duhh. The baseline alignment stuff is harder than the straight "after" align. Our line-height calculations need to be right before we get int

[DO NOT REPLY: Bug 3059] 0.19.0 'dark grey', 'light grey' borders render black horizontally

2001-08-19 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. http://nagoya.apache.org/bugzilla/show_bug.cgi?id=3059

Re: [GUMP] Build Failure - Fop

2001-08-19 Thread Karen Lease
Hi fop and xalan dev, The problem here seems to be that the XSLT document function, when called with a single argument which is a node-set (in the fop case, a single element or attribute node) is now using the current directory as the base URI to resolve relative URI references. It should use th

RE: QUERY: Why doesn't PrintRenderer use the addLine routines for borders.

2001-08-19 Thread Struan Judd
Karen, I figured that might be the reason. And yup, at the moment somthing is better than nothing. Also, Nope. No change to the addLine code was needed. I'm currently running the 0.20.1 release with only my patch to PrintRenderer as that's what we'll be deploying here so I haven't seen the curr

Re: please help!!!

2001-08-19 Thread Karen Lease
Hi Eric, Sorry if no one has answered your plea before now. Unfortunately (or perhaps fortunately?) I don't have any problem with the example you sent. I'm using the latest CVS, but if you are using an earlier version of FOP, you probably should try with the latest release which is 0.20.1. I've

Ideas about PDFGraphics2D font handling for True Type to Type 1

2001-08-19 Thread Randall Parker
Here's the problem in a nutshell: Java's Font class knows about the True Type fonts that it loaded from jre\lib \fonts and it also seems to know about TrueType fonts that are in the operating system's directory of fonts (on my NT4 box they are in winnt\fonts). But those font names are not going

[DO NOT REPLY: Bug 3061] Link 'click' location doesn't take padding-top into account

2001-08-19 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. http://nagoya.apache.org/bugzilla/show_bug.cgi?id=3061

Re: QUERY: Why doesn't PrintRenderer use the addLine routines for borders.

2001-08-19 Thread Karen Lease
Hello Struan, It looks as though you must have changed addLine as well to add the border-style, since that isn't in the current version (at least not the one I got from CVS last night.) I'm the one responsible for changing this code in doFrame because when borders are drawn using "lines" in PDF,

RE: pdf security

2001-08-19 Thread Ralph Bruno
Thanks for these suggestions,. I think I've narrowed down the problem to font-embedding. If I use Helvetica in my xsl:fo, then I can export to rtf without problems, but using the Arial metrics files I created and embedding these results in garbled rtf output. Viewing the Document properties in A

SAX

2001-08-19 Thread Mikael Ståldal
My application which used FOP by fiering SAX event on it stopped working when I updated from FOP 0.19 to FOP 0.20. I used the following code for FOP 0.19: Driver driver = new Driver(); driver.setRenderer("org.apache.fop.render.pdf.PDFRenderer", Version

[GUMP] Build Failure - Fop

2001-08-19 Thread Sam Ruby
This email is autogenerated from the output from: Build results exceed maximum length.Please see URL above for details. --