Greetings!
So the title sort of says what we're experiencing - we're using the radEditor in an area of our application to create html "letter bodies" that are then saved to the database and can eventually be converted to a PDF format via the ExportToPDF function included in the Telerik assemblies. The issue occurs when we attempt to "export to PDF" a letter that contains a table which we have applied a CSS style to (all testing so far has been done with the CSS Styles available from the dropdown by default). This table styling appears to work correctly when it is selected in the editor, and affects the table correctly in the preview, but when the body is ultimately converted to a PDF, the css of the html is included as text rather than as styling on the table as expected.
So my questions are two-fold:
Is this a known issue in the ConvertToPDF function that is included in the Telerik product? (an inability to convert inlike css to the applicable style) And if so,
Can you recommend an alternative PDF converter that might support this functionality?
Thanks,