Hi, GWT(version 2.0.3) Richtext editor has been used , from where users enter data and they format it through the formatting toolbar in Richtext editor.PDF reports are generated (Using Jasper report) once user enters data in RT editor.
The problem is , few of the formattings (like : Bold, Italics,Justification, Indentation,HR,create link, remove link) used are reflecting only in rich text editor , but the same formatting is not shown in PDF reports.Only underline is reflecting in PDF report. I have tried below things, still problem exists.: 1) I have explicitly provided true type fonts (along with Bold and Italics) as font extensions to Jasper. 2) I have observed that Bold and Italics are saved as <STRONG> and <EM> respectively. If I change <STRONG> and <EM> to <B> and <I> from database , then Bold, Italics formatting reflects in PDF reports. So, would like to know : 1) Is rich text editor formatting compatible with Jasper report (version 3.7.3)? 2) Where exactly the entered text getting converted to HTML? 3) Is there any file where the meanings of formattings mentioned? means , where exactly Bold to be considered as <STRONG> is mentioed? 4) Please suggest how this issue can be fixed. Thanks&Regards, Rajeshwari -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.
