Re: word page break

2007-04-06 Thread Pardha Paruchuri
Hi Jay, Thanks for your help. I have tried to add my code to the existing template as shown below but that was giving NPE error during transformation. So I added a new template just before the existing one and that worked. Here is the n

Re: Wrapping Long Text Without Spaces

2007-04-06 Thread Andreas L Delmelle
On Apr 6, 2007, at 14:58, Vincent Hennebert wrote: Hi Jeff / Vincent, - or you enable hyphenation and use ZWSP instead of the regular hyphen character. Thus FOP will break inside words that it is able to hyphenate; if they aren't normal English words this may not work well and you may

Re: Wrapping Long Text Without Spaces

2007-04-06 Thread Vincent Hennebert
Hi Jeff, Jeff Vannest a écrit : >> Just FYI: the other known workaround (which fits some scenarios >> better than inserting ZWSPs) would be to activate hyphenation, and >> use a ZWSP as hyphenation-character... In that case, FOP will > > This is new to me, so let me see if I understand: A ZWS

RE: Convert InputSource into a Character array

2007-04-06 Thread Harshini Madurapperuma
Hi Sascha; This is my class overview; for u to get a rough idea. Initially I have a char array which I have converted into InputSource. Then within the Driver class in render method I want that InputSource to be converted back into a char array. My class --

Re: Wrapping Long Text Without Spaces

2007-04-06 Thread Jeff Vannest
> Just FYI: the other known workaround (which fits some scenarios > better than inserting ZWSPs) would be to activate hyphenation, and > use a ZWSP as hyphenation-character... In that case, FOP will This is new to me, so let me see if I understand: A ZWSP is implicit between characters. For ex

Re: FOP 0.93 throws exception when it encounters a graphic

2007-04-06 Thread a_l . delmelle
>- Oorspronkelijk bericht - >Van: Jeff Powanda [mailto:[EMAIL PROTECTED] Hi Jeff, >I trying to update my DocBook system to FOP 0.93 and DocBook XSl 1.72. >Whenever I try to process a document that has a graphic I now get the >following exception: > > > >SEVERE: Exception > Can you send

RE: Convert InputSource into a Character array

2007-04-06 Thread Sascha Schmidt
Hi Harshini, I though you were using a large XML String (/Character-Array) with a CharArrayReader to setup your InputSource. Maybe I was wrong? How do you create your input source? It seems that "someone" uses and closes the InputSource (i.e. the stream) before FOP is invoked? Things are still a b

Re: Overprint Black Text

2007-04-06 Thread Matthias Stäcker
>Hope you don't mind my asking to provide a little more details... >What do you mean precisely by 'overprinting black text'? >Cheers, >Andreas Hy Andreas, overprinting black text is just cause of one reason. When you're having a colored area in the background of the black text then you must se