We are using a WYSIWYG to dynamically build the html to be used for a pdf publish. What we've noticed is that when changing a font style, size or color, it adds the <font> tag. This does not get read by PrinceXML, as to my understanding about the product, it reads the style tag, or css classes. Would the only way to make this work be by converting the font tags into inline styles?
It's not really possible to create all the styles, as for things like colour etc, there are so many variations.
It's not really possible to create all the styles, as for things like colour etc, there are so many variations.