Widow-Orphan Controls

2002-06-25 Thread Durai Murugan
Hi, I am encountering a problem on widow and orphan controls. fo:simple-page-master master-name=even orphans=3 page-height=11in page-width=8.5in / I tried the above code snippets, but doesn't have influence. Is widow-Orphan Control implemented in FOP? Thanks in Advance. Durai

RE: Weird behaviour of Apache fop

2002-06-25 Thread Michiel Verhoef
Hi, nope, we're running on JDK 1.3.02. Yesterday I removed the CDATA sections like Oleg advised and now I knew again why we added the CDATA sections: without the CDATA sections our html filter template did not work properly. We could generate PDF but the underlined, bold and italic texts were

Re: Memory usage w/ FOP

2002-06-25 Thread Jochen . Maes
Hi Philip, I made a mailing for 14000 documents (roughly) i don't run it parallel, buet sequencial. It takes me 2 hours and 15 mins now... and this is not only a fop rendering i do, every document is reopened with iText for some images and watermarks. these documents are spread like this: 9000

keep-with-.. property

2002-06-25 Thread Hahn Kurt (CHA)
I've read a lot in the archives about the different keep-with property; what I understood is that some of them are not implemented yet, but that keep-with-next should work on table rows. Is there another reason why my example here doesn't keep the rows together? - fo:table-row

Re: What kind of TIFF does FOP support

2002-06-25 Thread Rodolphe VAGNER
It's fantastic : Many responses to my problems. Thank you very much. - Original Message - From: J.Pietschmann [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Monday, June 24, 2002 9:59 PM Subject: Re: What kind of TIFF does FOP support Rodolphe VAGNER wrote: In fact the first tests

Re: vertical fo:leader problem

2002-06-25 Thread Ralf Steppacher
Could some one help me??? I am trying to get the vertical lines... fo:leader. when i use the fo:leader it always gives me a horizontal line. Anyone has got any clue??? Try to specify a leader-pattern: fo:leader leader-length=100% leader-pattern=dots/ HTH Ralf

Re: keep-with-.. property

2002-06-25 Thread Bertrand Delacretaz
On Tuesday 25 June 2002 08:58, Hahn Kurt (CHA) wrote: . . . Is there another reason why my example here doesn't keep the rows together? I don't know exactly what is supposed to work or not, but here we've been successfully using the following constructs with FOP 0.20.3rc: fo:table-row

RE: keep-with-.. property

2002-06-25 Thread Hahn Kurt (CHA)
I'm using the same FOP version. If I look at the following code snippet, this table row should never stand alone at the end of a page, but this is exactly what happens (and not only once, but in many places over the entire document. I assume that the property doesn't work in every case, but is

RE: keep-with-.. property

2002-06-25 Thread Hahn Kurt (CHA)
I don't exactly know what you mean, but I think that wouldn't fit my needs, which is, that the table-row shown belown should be on a new page if there's not enough space to add at least one more row (actually much like the title of a chapter or a section, which should never stand alone, but

RE: keep-with-.. property

2002-06-25 Thread Jochen . Maes
in that case i use the table header and table footer function, in your case i would use the row you never want to be alone as the table header of the embedded table that follows. put there in the table tage keep-together='always' etc... is this what you mean...? Jochen Maes ICT Development

Re: illegal character

2002-06-25 Thread Xiao Yang
Hello Ok, I think I know what's going on here. The illegal characters are apos and quotes. I am generating a xml document from a text field in sql server. I am using the JDBC driver from microsoft to get it. the driver probably does not know how to copy apos and quotes and replace them with these

Re: What kind of TIFF does FOP support

2002-06-25 Thread Oleg Tkachenko
J.Pietschmann wrote: Ok, here it goes. The Jimi home page is http://java.sun.com/products/jimi/ btw, isn't jimi some kind of obsolete library intended to be used by those tied to jdk1.1? -- Oleg Tkachenko Multiconn International Ltd, Israel

Re: illegal character

2002-06-25 Thread Oleg Tkachenko
Xiao Yang wrote: Ok, I think I know what's going on here. The illegal characters are apos and quotes. I am generating a xml document from a text field in sql server. I am using the JDBC driver from microsoft to get it. the driver probably does not know how to copy apos and quotes and replace them

FOPServlet and XML string

2002-06-25 Thread Mo, Jennifer
Does anyone know how to modify the FOPServlet so that it takes in a XML string instead of a XML file? The XSLTInputHandler class (which inherits from InputHandler) seems to only take in a file but not a String. i'm stuck. Any ideas or suggestion?

Version Differences

2002-06-25 Thread Ryan.Asleson
Hello, I recently upgraded from FOP 0.20.1 to 0.20.3. I have a couple of minor questions. I'm using FOP in a servlet environment: 1. I now get these warnings: [ERROR]: Logger not set [INFO]: building formatting object tree [INFO]: [1] [WARN]: table-layout=auto is not supported, using

RE: FOPServlet and XML string

2002-06-25 Thread mike . witt
I'm having the same issues, so if you find a solution, please post. But, it seems like you could use the XALAN function XSLTransform to convert a DOM document or a string using an XSL file to either a FO file or another DOM document. XSLTInputHandler will only take java.io.File parameters, but

Re: What kind of TIFF does FOP support

2002-06-25 Thread J.Pietschmann
Oleg Tkachenko wrote: btw, isn't jimi some kind of obsolete library intended to be used by those tied to jdk1.1? Well, obsolete or not, it works, is available, platform neutral, easy to install and provides support for a wide range of graphics formats, some of them rather obscure. Do you know of

Re: illegal character

2002-06-25 Thread J.Pietschmann
Xiao Yang wrote: Ok, I think I know what's going on here. The illegal characters are apos and quotes. I am generating a xml document from a text field in sql server. I am using the JDBC driver from microsoft to get it. the driver probably does not know how to copy apos and quotes and replace them

Re: Embedded FOP question.

2002-06-25 Thread J.Pietschmann
[EMAIL PROTECTED] wrote: I've been using the FopServlet as the basis for my servlet app which takes a DOM document, stores it to an xml file, then uses XSLTInputHandler to convert to fo and output the pdf. Now I'm getting to the point where I want to eliminate the xml file and convert using the

Re: Widow-Orphan Controls

2002-06-25 Thread J.Pietschmann
Durai Murugan wrote: Is widow-Orphan Control implemented in FOP? No. Check docs/html-docs/implemented.html for implemented features (though a few features have been implemented recently, and listed features may have severe limitations, so don't expect too much). J.Pietschmann

Re: Version Differences

2002-06-25 Thread J.Pietschmann
[EMAIL PROTECTED] wrote: [ERROR]: Logger not set You can ignore this, or look into Driver.jage getLogger() how to set your own logger. [INFO]: building formatting object tree [INFO]: [1] [WARN]: table-layout=auto is not supported, using fixed! Formally, the default value for the table-layout