List of ALL generated HTML Attributes and Elements from RTF to HTML Conversion

My team is using Aspose to convert RTF documents to HTML.

When users go to edit these documents, we want to ensure that we are only allowing the HTML entities necessary. Additionally, we want to lock down the generated HTML to prevent ALL/ANY scripting from being injected into the document.

A clear list of the possible generated HTML Elements and Attributes from the RTF to HTML conversion process would make this much easier to implement securely without rigorous hours of experimentation and testing.

Is there is a list of ALL of the HTML elements and attributes Aspose could possibly produce from the RTF to HTML conversion process?

@graceni Unfortunately, there is no such list. Aspose.Words uses HTML 5 elements and attributes when generate HTML files. So you can rely on this list.