[Understanding] SVG [6]

2002-02-25 Thread Keiron Liddle
SVG --- SVG is rendered through Batik. The XML from the XSL:FO document is converted into an SVG DOM with batik. This DOM is then set as the Document on the Foreign Object area in the Area Tree. This DOM is then available to be rendered by the renderer. SVG is rendered in the renderers via an X

RE: Tool for generating bar graphs with Java

2002-02-25 Thread Michiel Verhoef
You can do that with batik, using SVG (Scalable Vector Graphics). AFAIK batik is included in fop. HTH, Michiel $ -Original Message- $ From: Roland [mailto:[EMAIL PROTECTED]] $ Sent: maandag 25 februari 2002 16:33 $ To: [EMAIL PROTECTED] $ Subject: Tool for generating bar graphs with Jav

problem building on macosx

2002-02-25 Thread Stephen Bannasch
I'm trying to build Fdop on macosx> I grabbed the source from cvs this afternoon and when I build it it stops right away with a SerializeHyphPattern cannot be found error. Help for the clueless will be appreciated. Thanks [bash stephen:~/apache/xml-fop]./build.sh Fop Build System -

Clarification of reference-orientation

2002-02-25 Thread Arved Sandstrom
Hi, editors, 1. All mentions of "reference-orientation" inheritance in the spec say something like "yes (see prose)". This includes Property Table Parts I and II in the Property Summary, and Section 7.20.3. The latter (the property description) indicates that the reference-orientation _trait_ on

Fixing Inline Italic/Bold

2002-02-25 Thread David Wood
Is it just me, or does inlined italic or bold text create spurious spaces on the line and violate the margins? This is a pretty big problem. I'd like to fix it. I posted a question about this on fop-user but got no response. I am assuming this is a bug in FOP, and would really appreciate any com

java.lang.OutOfMemoryError on large images

2002-02-25 Thread Sven Kitschke
Hi all, fop 0.20.3rc2 does stop with a OutOfMemoryError if (i assume) images have too large dimensions (my example: PNG image 445 pixel width, 660 pixel height, 200dpi). BTW, this error is not reproducable with an image with the dimension i.e. 660x445. I've tried to produce a minimal example: h

DO NOT REPLY [Bug 5124] - fo:block-container is not rendered properly using -pcl option

2002-02-25 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 3280] - PCL Renderer doesn't work

2002-02-25 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_bu

Trasforming to .fo file

2002-02-25 Thread Mathy V Arumugam
I am having difficulty in transforming an .xml file into .fo file. Pls help me Thanks Mathy - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, email: [EMAIL PROTECTED]

AWT Error

2002-02-25 Thread Jim Urban
Attached is a sample fo file which will produce the error. Jim Urban Product Manager Netsteps Inc. Suite 505E 1 Pierce Pl. Itasca, IL 60143 Voice: (630) 250-3045 x2164 Fax: (630) 250-3046 junk.fo Description: Binary data --

Error in AWT Renderer

2002-02-25 Thread Jim Urban
If I generate a PDF, FOP runs just fine. When I try to use the -awt option to view the output, FOP gives me the following error. Any ideas? I am running Fop 0.20.2. Thanks, Jim Urban Product Manager Netsteps Inc. [INFO]: Parsing of document complete, stopping renderer [ERROR]: Can't add attr

cvs commit: xml-fop/src/org/apache/fop/util CharUtilities.java

2002-02-25 Thread klease
klease 02/02/25 13:28:28 Modified:src/org/apache/fop/util CharUtilities.java Log: Use CharUtilities instead of CharClass Revision ChangesPath 1.2 +42 -16xml-fop/src/org/apache/fop/util/CharUtilities.java Index: CharUtilities.java ===

cvs commit: xml-fop/src/org/apache/fop/fo/flow Block.java

2002-02-25 Thread klease
klease 02/02/25 13:28:01 Modified:src/org/apache/fop/fo FONode.java InlineCharIterator.java src/org/apache/fop/fo/flow Block.java Log: Use CharUtilities instead of CharClass Revision ChangesPath 1.25 +3 -2 xml-fop/src/org/apache/fop/fo/FONode.ja

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

2002-02-25 Thread klease
klease 02/02/25 13:27:12 Removed: src/org/apache/fop/fo CharClass.java Log: Use util.CharUtilities instead - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Tool for generating bar graphs with Java

2002-02-25 Thread Robert Marcano
This tool ganerates many types of graphics, it is not related to FOP or any xml technology http://chart2d.sourceforge.net/ Roland wrote: > At 04:36 PM 2/25/02 +0100, fred redf wrote: > >> Hi, >> What do you want exactly to do? If you want to draw >> that kind of graph in a pdf doc, you should h

Re: break-before in table-row

2002-02-25 Thread Christian Geisert
Mickey, John wrote: > I have a situation in FOP where it is dropping off the last table-row if it > has a 'break-before' attribute set to 'page'. The second page is completely > blank. It works correctly if the 'break-before' is not in the last > table-row. Is this a bug in FOP or am I not interp

Re: PNG support in fop 0.20.3rc2

2002-02-25 Thread Christian Geisert
Sven Kitschke wrote: > Hi all, > > after switching from fop 0.20.3rc to fop 0.20.3rc2 i was > surprised about the broken PNG support. I got a lot > of error messages like > [ERROR]: Error while creating area : Error creating > FopImage object (Error creating FopImage object > (file:/path-to-bitm

Re: [Understanding] Images [4]

2002-02-25 Thread Christian Geisert
Keiron Liddle wrote: [..] > There are a number of packages in Avalon that would be useful, such as > command line parsing. > I would be for an integration in general espacially since cocoon uses it. +1 Avalon sounds interesting (pooling etc.) but I did not have a close look yet. > There will

Re: JDK 1.4 and fonts

2002-02-25 Thread Christian Geisert
Ramaprabhu Janakiraman wrote: > funny, >i compiled 0.20.3-rc with 1.4-rc and everything was smooth > except for some problems with svg/PDFGraphics2D.java (a new abstract > method in java.awt.GraphicsConfiguration ) that i had to put a stub for, This worked for me too but then it didn't

Re: JDK 1.4 and fonts

2002-02-25 Thread Christian Geisert
Christopher Burkey wrote: > Hi, > > Has anyone been able to compile FOP with JDK 1.4? It gets this far > in the build process: [..] > C:\src-workspaces\per\xml-fop\build\src\org\apache\fop\render\pdf\CodePointM > apping.java > [style] Failed to process > C:\src-workspaces\per\xml-

Re: Tool for generating bar graphs with Java

2002-02-25 Thread Louis . Masters
I'm getting around to it. The only thing holding me back is my lack of knowledge with how svg works. I looked at the docs over at the apache site, but have not touched it since then. I'm guessing it is not as easy as swapping out the jpeg encoder for a svg encoder? -Lou fred redf <[EMAIL

Re: Tool for generating bar graphs with Java

2002-02-25 Thread Roland
At 04:36 PM 2/25/02 +0100, fred redf wrote: >Hi, >What do you want exactly to do? If you want to draw >that kind of graph in a pdf doc, you should have a >look at svg in fop. I want to generate GIF files from Javacode. I should not be an applet but a standalone application... Best regards, Rola

RE: [PROPOSAL] linebreak

2002-02-25 Thread Joerg Pietschmann
[EMAIL PROTECTED] (ewitness - Ben Fowler) wrote: [snip] > I don't mind admitting that as an outsider to the XML standard, this > looks like a bad, even a really bad, idea. > > My reading of your commentary is "Whitespace is sometimes respected, > and only a langauge lawyer can tell you when". We

Re: Tool for generating bar graphs with Java

2002-02-25 Thread Jim Wright
...or, go buy kavachart! We use it -- I think it was only about $100 at the time, so it's fairly cheap. Generates pngs, jpegs, etc, that you can pretty easily imbed inside of your fop stuff. just a thought. jw [EMAIL PROTECTED] wrote: >It's pretty easy to write your own in Java - took about

break-before in table-row

2002-02-25 Thread Mickey, John
I have a situation in FOP where it is dropping off the last table-row if it has a 'break-before' attribute set to 'page'. The second page is completely blank. It works correctly if the 'break-before' is not in the last table-row. Is this a bug in FOP or am I not interpreting the FO spec correctly?

Re: Tool for generating bar graphs with Java

2002-02-25 Thread fred redf
Why don't you generate svg instead of jpeg? --- [EMAIL PROTECTED] a écrit : > > It's pretty easy to write your own in Java - took > about a day for pie and > bar. We use the JPEG encoder to create a physical > image file. The only > issue we are having is the quality of the JPEG > images when

Re: Tool for generating bar graphs with Java

2002-02-25 Thread Louis . Masters
It's pretty easy to write your own in Java - took about a day for pie and bar. We use the JPEG encoder to create a physical image file. The only issue we are having is the quality of the JPEG images when rendered in Adobe. Let me know if you want some code snippets. -Lou Roland <[EMAIL P

Re: [ANNOUNCEMENT] FOP 0.20.3 Release Candidate 2 available

2002-02-25 Thread Christian Geisert
> I checked my patche. The resources.ja file which included my > posted patch has NOT included in 0.20.3rc2. > > I repost only org/apache/fop/viewer/resources/resources.ja file. > Please commit this file. Done > Regards. > > --- > Satoshi Ishigami VIC TOKAI CORPORATION Christian ---

Re: Tool for generating bar graphs with Java

2002-02-25 Thread Paul . Hussein
Inside or outside browser ? Roland <[EMAIL PROTECTED]> on 25/02/2002 16:02:51 Please respond to [EMAIL PROTECTED] To: [EMAIL PROTECTED] cc: Subject: Tool for generating bar graphs with Java Hello, does anyone here know of a good tool to generate bar graphs, line graphs, pie charts,

RE: Tool for generating bar graphs with Java

2002-02-25 Thread Sergei Timofejev
KavaChart http://www.aoindustries.com/docs/javachart/api/chart.package.html -Original Message- From: Roland [mailto:[EMAIL PROTECTED]] Sent: Monday, February 25, 2002 5:33 PM To: [EMAIL PROTECTED] Subject: Tool for generating bar graphs with Java Hello, does anyone here know of a good

Re: Tool for generating bar graphs with Java

2002-02-25 Thread fred redf
Hi, What do you want exactly to do? If you want to draw that kind of graph in a pdf doc, you should have a look at svg in fop. If you want to generate xml files describing datas, you can have a look at staroffice which generates xml files that you can clean with an xsl. Hope this helps, Fred. --

RE: [PROPOSAL] linebreak

2002-02-25 Thread ewitness - Ben Fowler
>Comments below. > >[ snip ] > >3. Final discussion comment: XSL formatters _do_ ignore the presence of >linefeeds (in one of several different interpretations of "ignore") by >default. By choosing 'preserve' for linefeed-treatment you _are_ basically >doing a operation, with respect to linefeeds

Tool for generating bar graphs with Java

2002-02-25 Thread Roland
Hello, does anyone here know of a good tool to generate bar graphs, line graphs, pie charts, scatter graphs with Java? Thanks, Roland - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, email: [EMAIL PROTECTED

cvs commit: xml-fop/src/org/apache/fop/viewer/resources resources.ja

2002-02-25 Thread chrisg
chrisg 02/02/25 07:24:45 Added: src/org/apache/fop/viewer/resources Tag: fop-0_20_2-maintain resources.ja Log: added missing file Revision ChangesPath No revision No revision 1.1.2.1 +26 -0

RE: [PROPOSAL] linebreak

2002-02-25 Thread Arved Sandstrom
Comments below. -Original Message- From: ewitness - Ben Fowler [mailto:[EMAIL PROTECTED]] Sent: February 25, 2002 9:41 AM To: [EMAIL PROTECTED] Subject: RE: [PROPOSAL] linebreak > > >>I guess the reason nobody thought or would be > >required is because a U+000A will do the trick. > >

DO NOT REPLY [Bug 6647] New: - external-graphic and configuration "baseDir"

2002-02-25 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 3007] - broken basic-link when referencing a following page

2002-02-25 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_bu

RE: [PROPOSAL] linebreak

2002-02-25 Thread ewitness - Ben Fowler
> > >>I guess the reason nobody thought or would be > >required is because a U+000A will do the trick. > > [ snip ] > >In any case, a linefeed (LF) must be honoured, and result in a linebreak. >_If_ the conditions are right. What that means is, the initial value for >"linefeed-treatment" is "tre

PNG support in fop 0.20.3rc2

2002-02-25 Thread Sven Kitschke
Hi all, after switching from fop 0.20.3rc to fop 0.20.3rc2 i was surprised about the broken PNG support. I got a lot of error messages like [ERROR]: Error while creating area : Error creating FopImage object (Error creating FopImage object (file:/path-to-bitmaps/img01.png) : org.apache.fop.image.

Bug report for Fop [2002/02/25]

2002-02-25 Thread bugzilla
+---+ | Bugzilla Bug ID | | +-+ | | Status: UNC=Unconfirmed NEW=New ASS=Assigned

RE: How to have two tables inline ?

2002-02-25 Thread Giannetti, Fabio
Hi Jochen, the specs says that if you want an inline table you must define it inside the fo:inline-container. I don't know if this is supported in the current FOP implementation ... Hope this helps, Fabio > -Original Message- > From: Yann BONNAILLIE [mailto:[EMAIL PROTECTED]] > Se

Re: Including html pages

2002-02-25 Thread alex
At 09:35 25/02/2002, Raimund Kammering wrote: >Hi, > >I want to dynamically include an html page into a pdf document. >The process is as follows: > A java servlet concatenates a number of xml files controlled > by one xsl file. > > Now I also want to include an html file into this proc

Re: How to have two tables inline ?

2002-02-25 Thread Yann BONNAILLIE
You made a global table ... that's what i don't want ;) - Original Message - From: <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, February 25, 2002 11:58 AM Subject: Re: How to have two tables inline ? > > i do this: > > > > > >

Re: How to have two tables inline ?

2002-02-25 Thread Jochen . Maes
i do this:

How to have two tables inline ?

2002-02-25 Thread Yann BONNAILLIE
HELP please !   Can I have 2 tables inline without making a global table with each one of my little table in a ceil of this one. I've already tried that... with no result :                   

Re: [Understanding] FO Tree [3]

2002-02-25 Thread Keiron Liddle
On 2002.02.23 16:33 Matthew L. Avizinis wrote: > The question is, "How are extension element properties mapped?" I new > element seems to be recognized by FOP just fine, but any properties I > include are "ignored" by FOP, i.e. an exception is raised stating that > the > property in question is i

Some notes on footnotes

2002-02-25 Thread Peter B. West
Please find attached some preliminary notes on the implementation of footnotes. Peter Implementing footnotes Footnotes present difficulties for page layout primarily because their point of invocation in the flow is different from their

Including html pages

2002-02-25 Thread Raimund Kammering
Hi, I want to dynamically include an html page into a pdf document. The process is as follows:     A java servlet concatenates a number of xml files controlled     by one xsl file.     Now I also want to include an html file into this procedure.     How can this be done?     After all processing

cvs commit: xml-fop/src/org/apache/fop/image/analyser BMPReader.java EPSReader.java GIFReader.java ImageReader.java ImageReaderFactory.java JPEGReader.java PNGReader.java SVGReader.java TIFFReader.java AbstractImageReader.java

2002-02-25 Thread keiron
keiron 02/02/25 01:31:03 Modified:src/org/apache/fop/image AbstractFopImage.java BmpImage.java EPSImage.java FopImage.java GifImage.java ImageFactory.java JAIImage.java JimiImage.java JpegImage.java SVGImage.java