Re: a very humble request

2002-05-14 Thread Keiron Liddle
Hi Fred, The extension that does the mml stuff is only in the development cvs. It is not part of (and won't work with) the maintain branch which is what you will need to use. Sorry can't be of more help. Also you would need to compile the extension and place the jar in the classpath to get it

Re: Image in PDF contains elements of other image

2002-05-14 Thread Keiron Liddle
Hi Matthias, Since the 2 svg sources are effectively two different svg documents as far as xml and batik are concerned then you cannot reference elements as if they are in the same document (ie. #myElement). You would need a full url that points to the other svg document which as faar as I know

DO NOT REPLY [Bug 9063] New: - Fop should use org.apache.avalon.framework.logger.Logger

2002-05-14 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=9063. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

DO NOT REPLY [Bug 9063] - Fop should use org.apache.avalon.framework.logger.Logger

2002-05-14 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=9063. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

Line breaks and other typographical stuff (was: Re: Latest FOP schema)

2002-05-14 Thread Joerg Pietschmann
Self-followup: Peter B. West wrote: These cover such categories as Case, Numeric Value, Dashes, Line Breaking and Spaces. I found them online, the relevant URLs appear to be http://www.unicode.org/Public/UNIDATA/LineBreak.txt

RE: Line breaks and other typographical stuff (was: Re: Latest FOP schema)

2002-05-14 Thread Arved Sandstrom
-Original Message- From: Joerg Pietschmann [mailto:[EMAIL PROTECTED]] Sent: May 14, 2002 7:52 AM To: FOP Dev Subject: Line breaks and other typographical stuff (was: Re: Latest FOP schema) I found them online, the relevant URLs appear to be

RE: Line breaks and other typographical stuff (was: Re: Latest FOP schema)

2002-05-14 Thread Arved Sandstrom
-Original Message- From: Joerg Pietschmann [mailto:[EMAIL PROTECTED]] Sent: May 14, 2002 7:52 AM To: FOP Dev Subject: Line breaks and other typographical stuff (was: Re: Latest FOP schema) Well, if we are at this, another typographical nastyness which comes to mind is an

pdf generation of absolute block-container

2002-05-14 Thread Enrico Horn
Hi, I have a problem with FOP-0.20.3 and way its generating the pdf output of absolut positioned block-containers. Here is my problem: (Text has been modified to protect the innocent) I define block containers in a page-sequence like this: fo:block-container height=1.5cm width=5cm top=18.5cm

Re: a very humble request

2002-05-14 Thread fred redf
Hi Keiron and All, Thanks for your response. I changed my way to another solution involving a little java class wrapping jeuclid's MathTransformer that i call thru my xsl stylesheet with xalan java extension mechanism that generates svg code directly inside fo code. I seems to be ok. Bye, Fred.

close the Stream in the CommandLineStarter

2002-05-14 Thread Juergen Lippold
Hello, I am trying to include the FOP-Framework into a Java-Environment and to start the conversion inline. But the System.exit exits the whole application. Is there a way to have a java Program starting FOP-Konversion not from the CommandLine? in the class

RE: close the Stream in the CommandLineStarter

2002-05-14 Thread Rhett Aultman
CommandLineStarter is, if I'm not mistaken, part of the FOP standalone program, so you're not supposed to use it to embed FOP in your applications. There are instructions on how to embed FOP on the FOP website, so you should check those. If launching FOP via its standalone command line

DO NOT REPLY [Bug 4337] - TIFF image is not working with fop

2002-05-14 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=4337. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

Error when reading EPS images

2002-05-14 Thread claes . bergsten
Hi, I found an error when fop proceses EPS images with negative numbers in BoundingBox. It only checks for ASCII codes between 48 and 57 and therefor quits immediately when the first char is '-'. I changed the line (marked in the code snippet below) from: while (nidx epsFile.length

Re: Error when reading EPS images

2002-05-14 Thread claes . bergsten
Ignore the System.out.println statements... // Claes |-+ | | claes.bergsten@tj| | | group.com| | || | | 14.05.2002 17:40 | | | Please

Latest FO Schema Improved

2002-05-14 Thread Chuck Paussa
I've improved the FO schema adding much better type patterns and adding a bunch of attributes that I'd missed the first time around. Chuck Paussa fop4e.zip Description: Zip compressed data - To unsubscribe, e-mail: [EMAIL

direct rendering of images to pdf

2002-05-14 Thread Paul Reavis
I have finished the initial implementation of what I call on-the-fly images in fop. Essentially this is a callback system that has an object draw itself into a PDFGraphics2D during pdf rendering, rather than going through intermediate steps such as svg or Images. I'm fairly pleased with it,

RE: direct rendering of images to pdf

2002-05-14 Thread Jim Urban
This sounds like something we could really use. Please continue to develop this and by all means, get it added to the base. Thanks, Jim Urban - [EMAIL PROTECTED] Park City Solutions Inc. Clinical Connectivity Suite Product Manager Suite 295 500 Park Blvd. Itasca, IL 60143 Voice: (630)

Re: Line breaks and other typographical stuff (was: Re: Latest FOPschema)

2002-05-14 Thread J.Pietschmann
Arved Sandstrom wrote: This would not be covered in UTR 14, Line Breaking Properties? (http://www.unicode.org/unicode/reports/tr14/). Thanks, that's what I was looking for. It's even mentioned in the data file I looked at... J.Pietschmann

Re: Latest FO Schema Improved

2002-05-14 Thread Chuck Paussa
Oleg, Oleg Tkachenko wrote: P.S. I believe full-fledged fo schema would be a very useful thing. Would you mind if I contribute to this project? You just did contribute. Thanks. I'll include your change (and any others anyone sends me) in the next draft. I'll post it next week to give other

page-number-citation in combination with force-page-count

2002-05-14 Thread Arnd Beißner
Question: In my current print jobs, I have two page sequences where the second sequence has its own numbering scheme (reset to 1). The PDF I generate need be printed in duplex mode. My first page sequence typically has two pages, but there's sometimes a document where the first sequence is

Re: page-number-citation in combination with force-page-count

2002-05-14 Thread J.Pietschmann
Arnd Beißner wrote: I don't see how I could use a page-position=last property for this, either. This could work if it were implemented in FOP. Did I stumble upon a missing feature in XSL:FO, Yes. There is no feature to really *count* pages, you can only cite page numbers. Postprocessing

Re: Line breaks and other typographical stuff (was: Re: Latest FOP schema)

2002-05-14 Thread Patrick Andries
J.Pietschmann wrote: Patrick Andries wrote: This begs the question: how should arbitrary non-breaking spaces be expressed in XSLFO, and how often does this issue arise? Well, in fine French typography, this occurs often. Semicolon, question marks and exclanation marks, for instance,

Re: page-number-citation in combination with force-page-count

2002-05-14 Thread Arnd Beißner
J.Pietschmann wrote: Arnd Beißner wrote: I don't see how I could use a page-position=last property for this, either. This could work if it were implemented in FOP. Did I stumble upon a missing feature in XSL:FO, Yes. There is no feature to really *count* pages, you can only cite page

RE: Line breaks and other typographical stuff (was: Re: Latest FOP schema)

2002-05-14 Thread Arved Sandstrom
A drop cap, in other words. :-) -Original Message- From: J.Pietschmann [mailto:[EMAIL PROTECTED]] Sent: May 14, 2002 4:47 PM To: [EMAIL PROTECTED] Subject: Re: Line breaks and other typographical stuff (was: Re: Latest FOP schema) Arved Sandstrom wrote: text-indent. If that's