Re: charts and graphs

2002-04-13 Thread Fischer Tibor
Hi, i use jFreeChart for this operation. it's a java tool, with open source code. i wrote a java plugin, what generates, and returns an svg with a barchart, or any kind of charts. Then the xsl handles it, and show it in pdf. If you are interested, find me in private mail, and i send you the sour

Re: charts and graphs

2002-04-13 Thread J.Pietschmann
Norr, Peter wrote: What is the best to way to include charts and graphs in a pdf file? Depends on your tools, skills, and the kind of charts and graphs you want to include. Can I create simple bar charts using xsl:fo or svg? You can use XSLFO tables or rulers for simple bar charts, the same way you

charts and graphs

2002-04-13 Thread Norr, Peter
What is the best to way to include charts and graphs in a pdf file? Can I create simple bar charts using xsl:fo or svg? Peter -- This message is intended only for the personal and confidential use of the designated rec

Re: page-number-citation defect?

2002-04-13 Thread J.Pietschmann
Matthew L. Avizinis wrote: I have noticed that a which refers to a block id that also has a break-before="page" attribute does not emit a page number if it's the last block. ... Is this a defect? I think so. You can try to use an empty block for forcing the page break: module

AW: Embedding problem

2002-04-13 Thread Oliver Charlet
Thanks to all of you, who helped me with some very good ideas about my embedding problem. I'm still not done with it, but it seems the problem is rather my environment, i.e. the OC4J Container V2.0 (not sure you all know it, though). It was "refined" by oracle, which basically means, that the conta

RE: page-number-citation defect?

2002-04-13 Thread Matthew L. Avizinis
However, if I use a break-after="page" in the previous block instead the page-number-citation works fine and emits all page numbers as expected. > -Original Message- > From: Matthew L. Avizinis [mailto:[EMAIL PROTECTED] > Sent: Saturday, April 13, 2002 1:09 PM > To: [EMAIL PROTECTED] > Sub

page-number-citation defect?

2002-04-13 Thread Matthew L. Avizinis
Hello all, I have noticed that a which refers to a block id that also has a break-before="page" attribute does not emit a page number if it's the last block. and Is this a defect? I am basically doing this: module content module content thank

RE: SVG rendering in release 0.20.3

2002-04-13 Thread Matthew L. Avizinis
The renders fine. It's actually the that actually causes the problem. Here, I have used an svg that I knew worked previously. I have tried an href URI that is relative and an absolute path, e.g. D:\pictures\test.svg. I have tried a URL, e.g. http://test.gleim.com/pictures/test.svg. I have trie

Re: SVG rendering in release 0.20.3

2002-04-13 Thread J.Pietschmann
Matthew L. Avizinis wrote: It still doesn't work with the new batik.jar. Anything else to check? I was going to ask whether your SVG code renders ok in the SVG browser, unfortunately, the SVG browser packaged in the jar distributed with FOP 0.20.3 doesn't run. I got something similar to your code w

Re: Viewing generated PDF without the toolbar

2002-04-13 Thread J.Pietschmann
Marco Fabbri wrote: Now I need to disable the PDF print for browser and I found an idea about it on a adobe forum. Using Javascript I can disable the toolbar I see on Explorer if in Acrobat I use a JavaScript folder with some commands. But this can be done only in the production phase. How can I pr

Re: HELP! grahics - scalling down, not up

2002-04-13 Thread J.Pietschmann
Michal Kwiatek wrote: How do you prevent fop from scaling graphics up? Some of my picture are too big and I need them scaled down, but others are alright and I want fop to leave them alone. Can you post a shoret, self contained sample which demonstrates the problem? J.Pietschmann

Re: external-graphic SVG problem ...

2002-04-13 Thread J.Pietschmann
RAYMOND Romain wrote: Is there a problem to fix a SVG heigth in an external-graphic I cannot dot it. Can you post a shoret, self contained sample which demonstrates the problem? J.Pietschmann

RE: SVG rendering in release 0.20.3

2002-04-13 Thread Matthew L. Avizinis
I believe either of these would be in scope: http://www.w3.org/1999/xlink"; viewBox="0 0 {number(@width+1)* or http://www.w3.org/1999/xlink"; . It still doesn't work with the new batik.jar. Anything else to check? thanks, matthew l. avizinis > -Original Message- > From: J.Pietschmann [

Re: problem with text inside a block

2002-04-13 Thread J.Pietschmann
Guillaume Patin wrote: Is there a way to avoid fop from generating a pixel height line above and below your text in a block ? I have a block whith a white background-color, and this block does not have the same height with or without text... I would expect it to have different heigths if the cont

Re: SVG rendering in release 0.20.3

2002-04-13 Thread J.Pietschmann
Matthew L. Avizinis wrote: This used to work in version 0.20.2 and 0.20.3rc ... > xlink:href="file:[EMAIL PROTECTED]" There ought to be a declaration for the xlink namespace somewhere? Check whether it is in scope. J.Pietschmann

Re: Embedding problem

2002-04-13 Thread J.Pietschmann
Oliver Charlet wrote: I too have a problem embedding fop in my application. The standard procedure in case of trouble with an embedded FOP is: - Run the transformation from the command line in order to generate a FO file. This ensures the transformation is ok. - Run the produced FO file from th