You can try to write an additional stylesheet that converts the column-width properties as necessary.
Or you can try to implement the missing functionality in RTFHandler.java in FOP though that may not be the easiest thing to do. On 26.03.2008 13:32:29 Newkid wrote: > > Hello Jeremias, > > I can't change the stylesheet as it standard and secondly I am using the > same to convert XML to PDF. Can we do anything else? Is there any > alternative? > > > > > > Yes and no. Yes, you have to use column-width="2cm" instead of > > column-width="proportional-column-width(1)", for examples. And no, you > > don't manually modify your .fo file, you should change your XSLT > > stylesheet to use absolute lengths (cm, inches...). > > > > I assume you're talking about the table columns being too narrow. > > > > > > With Thanks! > NewKid > -- > View this message in context: > http://www.nabble.com/FOP-0.94-bin---Severe-Exceptions-on-Solaris-Box-tp16175972p16300786.html > Sent from the FOP - Users mailing list archive at Nabble.com. Jeremias Maerki --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
