Re: [ANNOUNCEMENT] FOP 0.20.4 Release Candidate available

2002-06-26 Thread Oleg Tkachenko
Christian Geisert wrote: Another potential for saving space are the included jars (stuff like schema parser and html/wml-dom in xerces.jar, SAX/DOM in batik.jar etc.) btw, what about crimson parser? Its jar is only about 200Kb and it's apache also. -- Oleg Tkachenko Multiconn International

Fractional font size

2002-06-26 Thread bluetkemeier
Hello, I am working on a project using FOP to produce PDF documents. The situation now was, that our customer said a font size of 7pt would be too small, but 8pt turned out to be too big, because some contents did not fit into the documents' table cells. Since the PDF specification allows

Re: Fractional font size

2002-06-26 Thread Jeremias Maerki
Thanks a lot. I've had the same problem two weeks ago and made a mental note to investigate. I'm happy that I don't have to find it myself, now. It's interesting: There were/are quite a few bugs like this in our renderers. I've fixed one of them recently for letter-spacing. I hope we find them

Re: table-cell wrapping

2002-06-26 Thread Chris Bowditch
What other properties have you set on fo:block? What about wrap-option? From: Matthew L. Avizinis [EMAIL PROTECTED] Reply-To: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: table-cell wrapping Date: Tue, 25 Jun 2002 18:42:43 -0400 Hello FOP developer type folks, When I put content, just a

table-omit-header-at-break

2002-06-26 Thread Jochen . Maes
hi guyz... I just saw in one of the documents i make that the table header isn't shown @ every page break... :-( this is how i set it: fo:table table-layout=fixed table-omit-header-at-break=true keep-together=always in my table-body i use an xsl:for-each to write the different rows (hope this

cvs commit: xml-fop/src/org/apache/fop/fo/expr PropertyParser.java

2002-06-26 Thread pbwest
pbwest 2002/06/26 08:19:27 Modified:src/org/apache/fop/fo/expr Tag: FOP_0-20-0_Alt-Design PropertyParser.java Log: Support code for system-font function Revision ChangesPath No revision No revision

cvs commit: xml-fop/src/org/apache/fop/fo/expr PropertyParser.java

2002-06-26 Thread pbwest
pbwest 2002/06/26 08:55:38 Modified:src/org/apache/fop/fo/expr Tag: FOP_0-20-0_Alt-Design PropertyParser.java Log: Fix typo in systemFontCharacteristic code Revision ChangesPath No revision No revision

cvs commit: xml-fop/src/org/apache/fop/fo/expr SystemFontFunction.java

2002-06-26 Thread pbwest
pbwest 2002/06/26 08:59:47 Modified:src/org/apache/fop/fo/expr Tag: FOP_0-20-0_Alt-Design SystemFontFunction.java Log: Added 3 arg systemFontCharacteristic(). Added expandFontSHand(). Revision ChangesPath No revision

DO NOT REPLY [Bug 10255] New: - FOP Cannot be embeded in Tomcat 4.0.4

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

RE: table-cell wrapping

2002-06-26 Thread Matthew L. Avizinis
fo:table-cell fo:block space-before={$spc-b4} text-indent={$indent} space-after={$spc-after} margin-right=0mm /fo:table-cell wrap option is default unless otherwise set to 'nowrap', unless my understanding is incorrect and nowrap _is_ the default, which sounds counter-intuitive. -Original

bug? one-word table cell not appearing

2002-06-26 Thread J. David Eisenberg
In the following FO table, the word Final doesn't appear in the first row. Note that the first column contains only one word. The word Final does appear in the second row. Note that the first column contains more than one word. Is this a bug, or is it just me? I'm using FOP 0.20.3 on Linux.

Re: table-cell wrapping

2002-06-26 Thread J.Pietschmann
Matthew L. Avizinis wrote: fo:table-cell fo:block space-before={$spc-b4} text-indent={$indent} space-after={$spc-after} margin-right=0mm /fo:table-cell wrap option is default unless otherwise set to 'nowrap', unless my understanding is incorrect and nowrap _is_ the default, which sounds

Re: documentation for the maintenance branch

2002-06-26 Thread J.Pietschmann
Jeremias Maerki wrote: We're not really in a hurry, are we? I thought we are... The problem is that DTD and XSL of all documents has to be in sync, a partial commit breaks things :( If it makes life simpler: +1. The only question arises when we're coming to the point when we're starting with

cvs commit: xml-fop/docs/examples/fo fonts.fo

2002-06-26 Thread jeremias
jeremias2002/06/26 13:34:19 Modified:docs/examples/fo Tag: fop-0_20_2-maintain fonts.fo Log: Add code for testing and demonstrating fractional font sizes. Revision ChangesPath No revision No revision 1.7.4.3 +29 -0

cvs commit: xml-fop/src/org/apache/fop/render/pdf PDFRenderer.java

2002-06-26 Thread jeremias
jeremias2002/06/26 13:36:53 Modified:src/org/apache/fop/render/pdf Tag: fop-0_20_2-maintain PDFRenderer.java Log: Fix: Allow for fractional font sizes Submitted by: Björn Lütkemeier Revision ChangesPath No revision No

cvs commit: xml-fop/src/org/apache/fop/apps StreamRenderer.java

2002-06-26 Thread jeremias
jeremias2002/06/26 13:37:50 Modified:src/org/apache/fop/apps Tag: fop-0_20_2-maintain StreamRenderer.java Log: Added licence header Fix possible DivByZero Revision ChangesPath No revision No revision

Licence short or long

2002-06-26 Thread Jeremias Maerki
Hi committers I think I need to bring up a subject that not so comfortable but that has to be brought up again IMO. On the Avalon dev list they fight again between long and short licences in source code. We have the short form but it seems like we have to switch (back?) to the long form. Here's

RE: table-cell wrapping

2002-06-26 Thread Matthew L. Avizinis
-Original Message- From: J.Pietschmann [mailto:[EMAIL PROTECTED]] Sent: Wednesday, June 26, 2002 3:57 PM To: [EMAIL PROTECTED] Subject: Re: table-cell wrapping Matthew L. Avizinis wrote: fo:table-cell fo:block space-before={$spc-b4} text-indent={$indent}

RE: Licence short or long

2002-06-26 Thread Arved Sandstrom
-Original Message- From: Jeremias Maerki [mailto:[EMAIL PROTECTED]] Sent: June 26, 2002 5:42 PM To: [EMAIL PROTECTED] Subject: Licence short or long Hi committers I think I need to bring up a subject that not so comfortable but that has to be brought up again IMO. On the Avalon

Error using servlet for external-graphic

2002-06-26 Thread Joel Stevenson
Hi all, I'm trying to use a servlet to generate a dynamic image and am seeing the following error: 6/26/02 3:16 PM -- http://localhost:8080/client/DoGetImage?w=200h=100leftmargin=1.5 6/26/02 3:16 PM -- Could not load external SVG: The current document is unable to create an element of the

Re: Licence short or long

2002-06-26 Thread Bertrand Delacretaz
On Wednesday 26 June 2002 22:42, Jeremias Maerki wrote: . . . We have the short form but it seems like we have to switch (back?) to the long form. . . . I agree, Stefano's message [1] in the thread you mention makes it clear, . . .the ASF board, to avoid confusion, wants everybody to stick

Re: Fractional font size

2002-06-26 Thread Jeremias Maerki
Björn I've committed this to CVS. Thanks a lot for going after this. Your fix will be included in the next release. Cheers, Jeremias Märki - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, email: [EMAIL

Re: Licence short or long

2002-06-26 Thread Jeremias Maerki
Arved I totally agree with you. What confuses me, though, is the fact that the ASF doesn't control and enforce its policies in every project. Communication is the key. as always I think I need to bring up a subject that not so comfortable but that has to be brought up again IMO. On