Re: RTFLib

2006-10-13 Thread Jeremias Maerki
Uhm, FOP's RTF library is a write-only library. No RTF reading support. And just a little bit of advice from one that has been bitten before: Don't try to modify existing RTF in any way. You WILL get in trouble and cause your users a lot of grief due to stability issues. I've worked on a document g

Re: RTFLib

2006-10-13 Thread jplumey
Ok never mind that guys, I just downloaded the right source and built it and now I have a nice jar file with the rtflib code in it. Now, does anyone have any sample code that will let me update an existing RTF rather than creating a new one? Also, where can I get the right API docs for the version

Re: RTFLib

2006-10-13 Thread jplumey
I can't seem to find any of the RTF libraries in the binary downloads of FOP. Can anyone tell me where to get binaries for the org.apache.fop.render.rtf.* classes? Thanks! Regards, Javier Plumey --- Javier Plumey - Te

Re: fo:inline with line-height, height, border or other block-like properties

2006-10-13 Thread Abel Braaksma
Jeremias Maerki wrote: You got an answer on your question from Manuel Mall: http://www.nabble.com/fo%3Ainline-with-line-height%2C-height%2C-border-or-other-block-like-properties-tf2369401.html Thanks Jeremias. This list apparently also works when you are not (or not correctly) subscribed. Ma

Re: RTFLib

2006-10-13 Thread jplumey
Thanks, for some reason the link to that page wasn't working before but all is well. Thanks so much! This really is a great piece of software! Regards, Javier Plumey --- Javier Plumey - Technical Lead / Software  Archi

Re: RTFLib

2006-10-13 Thread Jeremias Maerki
Please see http://svn.apache.org/repos/asf/xmlgraphics/fop/trunk/test/java/org/apache/fop/render/rtf/rtflib/testdocs/ for simple examples. HTH On 13.10.2006 15:41:40 jplumey wrote: > Hey everyone, > > Looking to use RTFLib for a project but can't seem to find any examples > using it in the main

RTFLib

2006-10-13 Thread jplumey
Hey everyone, Looking to use RTFLib for a project but can't seem to find any examples using it in the main trunk. Any ideas where I can go to find some info on using the classes in RTFLib? Regards, Javier Plumey --- J

Re: fo:inline with line-height, height, border or other block-like properties

2006-10-13 Thread Jeremias Maerki
You got an answer on your question from Manuel Mall: http://www.nabble.com/fo%3Ainline-with-line-height%2C-height%2C-border-or-other-block-like-properties-tf2369401.html On 13.10.2006 15:32:12 Abel Braaksma wrote: > [something went wrong with subscription a while ago. This message was > originall

Fwd: fo:inline with line-height, height, border or other block-like properties

2006-10-13 Thread Abel Braaksma
[something went wrong with subscription a while ago. This message was originally send Monday 2 October, but apparently my subscription was wrong. My apologies if this is the second time you see this message. I will request a digest] Original Message Dear List, I am new to X

Re: 0.20.5 vs/ 0.92beta thread on XSL List

2006-10-13 Thread Florent Georges
Simon Pepping wrote: Hi > Post refused. Regrettably, xsl-list does not accept non-subscriber > contributions. Actually, Gmane is an independant Mail-to-Usenet-then-back gateway. XSL List is a plain mailing list. But I use Gmane to dig in the archives as it has a better interface IMHO than

Re: 0.20.5 vs/ 0.92beta thread on XSL List

2006-10-13 Thread Florent Georges
Simon Pepping wrote: > Post refused. I forward your post to XSL List. Regards, --drkm ___ Yahoo! Mail réinvente le mail ! Découvrez le nouveau Yahoo! Mail et s

Re: 0.20.5 vs/ 0.92beta thread on XSL List

2006-10-13 Thread Simon Pepping
On Thu, Oct 12, 2006 at 09:31:19PM +0200, Simon Pepping wrote: > On Thu, Oct 12, 2006 at 11:39:25AM +0200, Florent Georges wrote: > > Hi > > > > Maybe you'll be interested to respond to the following email, asking > > which version of FOP to use in an XSL-FO classroom: > > > > http://article.

Re: Exception: Some content could not fit into a line/page with fop 0.92beta

2006-10-13 Thread Jeremias Maerki
Just FYI, FOP Trunk and FOP 0.93 (when released) will not always throw an exception anymore in this case. It reacts depending on the overflow property, so for the default case, the page will simply overflow. Note that FOP interprets keep with the value "always" so that it may not break the content