Re: SVG/Graphing->PDF

2002-04-18 Thread Patrick Lanphier
It came down to www.visualmining.com and www.corda.com for us. Did you look at corda? If so why did you go with www.visualmining.com. Can you use XML/XSL to format the graphs? We would like the sophistication of these graphs and this is not easily attainable by hand. Thanks for your reply. Pa

Re: Tables row data is being split between multiple pages

2002-04-18 Thread J.Pietschmann
Kilmer, Erich wrote: Is there someway that I can force the splitting of the table to happen on complete row boundaries and not split up a cell? Put the blocks into the rows of a table which is then put into your table cell. Use keep-wit-next on all but the last rows of the embedded table. J.Pietsch

Re: SVG/Graphing->PDF

2002-04-18 Thread J.Pietschmann
Patrick Lanphier wrote: What are individuals using to create SVG files for use in their PDFs? A text editor for small stuff. XSLT for some simple diagrams. J.Pietschmann

Re[2]: RE : footnote design

2002-04-18 Thread Ingo Bruell
Hi J.Pietschmann, JP> The baseline-shift property is not yet implemented. You are JP> supposed to use vertical-align="super" exactly as Nicholas JP> wrote. Ooops, i just overlooked that he wrote to us vertical-align... Thanks so long Ingo Bruell --- <[EMAIL PROTECTED]> <[EMAIL PROTECTED]>

Re: RE : footnote design

2002-04-18 Thread J.Pietschmann
Nicolas Mazziotta wrote: For the "short line", if someone has an idea, I'm interrested too. I believe you are all talking about the typographical footnote separator. As usual, the answer is in the spec, although in this case naive ways to find it are bound to fail. Look here: http://www.w3.org/TR/

Re: RE : footnote design

2002-04-18 Thread J.Pietschmann
Ingo Bruell wrote: NM> e.g. 1 ... but it looks like: "blabla 1 blabla" (no superscript) The baseline-shift property is not yet implemented. You are supposed to use vertical-align="super" exactly as Nicholas wrote. J.Pietschmann

Re: Archive - Digest?

2002-04-18 Thread J.Pietschmann
TJ Smith wrote: Is there an archive and digest for this group similar to lists .mulberrytech.com? There are various archives, one adress is http://marc.theaimsgroup.com/?l=fop-user&r=1&w=2# You can subscribe the digest by sending a mail to mailto:[EMAIL PROTECTED] ho

Re: problem with attribute: visibility

2002-04-18 Thread J.Pietschmann
[EMAIL PROTECTED] wrote: What I actually want to do is to create a blank line (fo:table-row)... If you want to have space between lines rather than an explicit empty row in a table, use space-before or space-after on blocks in the following respective preceding row. This has the advantage that the

Re: Again!! org.apache.fop.configuration.Configuration?

2002-04-18 Thread J.Pietschmann
Carlos Daniel Schafer wrote: I need know how configure this is. By the relative paths org.apache.fop.configuration.Configuration.put("strokeSVGText", new Boolean(false)); Please, help me. What kind of help do you have in mind? Can you be a bit more verbose on your problem? J.Pietschmann

Re: SVG/Graphing->PDF

2002-04-18 Thread Scott Moore
I use the NetCharts Beans graphing product from www.visualmining.com Their charts are extremely good and the product is competitively priced (better than most actually). I don't work for them, just use their product. > Any body else using something else that is low cost and provides 2D/3D > cha

Re: rendering more than one page

2002-04-18 Thread J.Pietschmann
Roland Neilands wrote: Is this an odd generator or how did you get that much absolute positioning and sizing? This was taken directly from docs/examples/fo/border.fo with more rows added. Does this mean you work by modifying samples? Unless you are for a quick hack, you should rather start from the

RE: fopprintservlet exception

2002-04-18 Thread Naveen_Rojanala
I am using the weblogic6.0 sp2 and FOP 0.20.3 version. java.lang.reflect.InvocationTargetException: org.apache.fop.apps.FOPException: javax.xml.transform.TransformerException: org.xml.sax.SAXException: System property org.xml.sax.driver not specified I think its happening because of the conflict

pdf viewer

2002-04-18 Thread Michael König
Hello, I know, this is not the best group to ask this question, but since most of you produce pdf ... I wrote a nice program to create nice pdf-documents. By now I have to send the pdf outputstream to a ordinary file on a hard disk. This file can be opened by the most famous PDF-Reader. Now I wou

RE: SVG/Graphing->PDF

2002-04-18 Thread Patrick Lanphier
Any body else using something else that is low cost and provides 2D/3D charts in many different styles? Patrick Lanphier The Artemis Group http://www.artemisgroup.com phone: 814-235-0444 fax: 800-582-9710 On Thu, 18 Apr 2002, Jose Hernandez wrote: > Hello ... > > Exists a free tool in http://s

Re: RE : footnote design

2002-04-18 Thread Ingo Bruell
Hi Nicolas, NM> Don't forget you can use NM> e.g. > NM> to format the reference numbers in footnotes (as well as in text!). i have: 1 ... but it looks like: "blabla 1 blabla" (no superscript) so long Ingo Bruell --- <[EMAIL PROTECTED]> <[EMAIL PROTECTED]> OldenburgPGP-Fing

RE: SVG/Graphing->PDF

2002-04-18 Thread Jose Hernandez
Hello ... Exists a free tool in http://sourceforge.net the name tool is jfreechart ... It's in Java ... -Original Message- From: Patrick Lanphier [mailto:[EMAIL PROTECTED] Sent: Thursday, April 18, 2002 01:07 p.m. To: [EMAIL PROTECTED] Cc: Michael W. Kiser Subject: SVG/Graphing->PDF W

Tables row data is being split between multiple pages

2002-04-18 Thread Kilmer, Erich
I have built a multipage document that has a table in the body. In each row there is one table cell that is comprised of 4 fo blocks. Depending on how the header and footer are set and the number of line items present (the repeating element) there is a situation occuring where if the end of the bo

SVG/Graphing->PDF

2002-04-18 Thread Patrick Lanphier
What are individuals using to create SVG files for use in their PDFs? It's possible to generate these through code without graphing libraries but this would take allot of time. I was thinking about using Corda's graphing package? What are your thoughts? It also needs to be fairly low cost for ou

XHMLT/XSL->PDF

2002-04-18 Thread Patrick Lanphier
I'm looking for a current XSL sheet to use with FOP that will provide me with the best representation of the current HTML pages I have so that they can be converted into PDF from XHTML after the initial modification from HTML to XTHML. Thanks much for sharing thing information. Patrick Lanphier T

Re: RE : footnote design

2002-04-18 Thread Chuck Paussa
Nicolas and Ingo, Use to surround the footnoted text Chuck > Nicolas Mazziotta wrote: > > Don't forget you can use e.g. to format the reference numbers in footnotes (as well as in text!). > > For the "short line", if someone has an idea, I'm interrested too. > > N. Mazziotta > > -Message d

RE: fopprintservlet exception

2002-04-18 Thread Naveen_Rojanala
I am using the weblogic 6.0. thanks i2 Technologies 650-428-2735 http://www.i2.com "Cox, Charlie"

Re: Again: keep-together

2002-04-18 Thread Chuck Paussa
Frank, H I'm not exactly sure what you're trying for but, here's some suggestions: Use for the cell that has the 1 column header Use the area to hold what would look like the regular table header that is printed on each page and then break up each of the tables with those 1 column head

AW: Printing Page Setup

2002-04-18 Thread Chaumette, Patrick
Hello Torsten, maybe you could use a xsl parameter for those settings which would be passed during the invocation of FOP. Greetings, Patrick Dipl. Inform. Patrick Chaumette T-Systems ITS GmbH Service Prozesse Retail Hausanschrift: Fasanenweg 9, 70771 Leinfelden-Echterdingen Postanschrift: Post

RE: fopprintservlet exception

2002-04-18 Thread Cox, Charlie
> > I have placed the fop.jar, > batik.jar,avalon-framework-4.0.jar,logkit-1.0.jar,xalan-2.0.0. > jar in the > WEB-INF/lib directory. > If you are using Tomcat 4.0.3, move these to \tomcat\lib. A bug prevents them from being loaded in WEB-INF\lib. Charlie

Again: keep-together

2002-04-18 Thread Nestel, Frank ISC 6
I know you all work hard. But just to express priority. We are currently stuck with a problem we cannot see how to cope without working "keep" properties. Or can anybody give me some help on how to achive below layout with fop. 1.one-column header 2.two-column ta

Re: euro-sign not working

2002-04-18 Thread Markus Wiese
Bingo! -Ursprüngliche Nachricht- Von: Jeremias Maerki <[EMAIL PROTECTED]> An: [EMAIL PROTECTED] <[EMAIL PROTECTED]> Datum: Donnerstag, 18. April 2002 13:07 Betreff: Re: euro-sign not working We're talking Unicode here, not Windows Encoding. Try € This works in doc/examples/fo/fonts.fo.

Re: euro-sign not working

2002-04-18 Thread Jeremias Maerki
We're talking Unicode here, not Windows Encoding. Try € This works in doc/examples/fo/fonts.fo. > I guess this must be a "no-brainer" for at least somebody. > I even got embedded thai-letters rendered to pdf, but cannot > get a single euro sign to appear. I inconporated any ttf-font > "showing" t

euro-sign not working

2002-04-18 Thread Markus Wiese
Hello, I guess this must be a "no-brainer" for at least somebody. I even got embedded thai-letters rendered to pdf, but cannot get a single euro sign to appear. I inconporated any ttf-font "showing" the sign, I can think of, but to no avail. Is using € promising at all? Or do I have to embed SVG or

RE : footnote design

2002-04-18 Thread Nicolas Mazziotta
Don't forget you can use e.g. to format the reference numbers in footnotes (as well as in text!). For the "short line", if someone has an idea, I'm interrested too. N. Mazziotta > -Message d'origine- > De : Ingo Bruell [mailto:[EMAIL PROTECTED] > Envoyé : jeudi 18 avril 2002 00:25 > À

Re: fopprintservlet exception

2002-04-18 Thread Naveen_Rojanala
I exception remains the same after adding xerces.jar to the path. thanks i2 Technologies 650-428-2735 http://www.i2.com [EMAIL PROTECTE

Re: fopprintservlet exception

2002-04-18 Thread Trevor_Campbell
I think you are missing the XML parser. Add xerces.jar to your path Trev Naveen_Rojanal [EMAIL PRO

fopprintservlet exception

2002-04-18 Thread Naveen_Rojanala
Hi, Does any body have any idea of the below exception. java.lang.reflect.InvocationTargetException: org.apache.fop.apps.FOPException: javax.xml.transform.TransformerException: org.xml.sax.SAXException: System property org.xml.sax.driver not specified I am trying to send the xml and the xsl file