Hi, I need to implement the HTML <div> inside <table> into pdf. Because fop does not support it, I have to convert the HTML <div>'s with absolute position into SVG as the frist step.
I encountered two problems and would like to ask you. The first is about the text background color, especially when converting <html::span> to <svg:flowLine>. I am unable to set background color. Is there any workaround? Can I use script to set it? The second is for the multiple line breaks(<br>'s). The SVG V1.2 spec mentions that "if there are no printing characters between the end of multiple flowline elements the second and greater flowLine elements have no effect as the current line does not contain any text when they are processed". Is there any simple way to implement multiple line breaks. Thank you very much. Jay --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]