DOORS / DXL RTF tables charachters limit
Hello,
I'm working on converting DOORS Tables into
richText
format. The generated rich text string (including rich text tags) is approximately 80,000 characters.
When I use the
richText(string)
function to convert this string to an RTF table and assign it to a Text attribute of an object, the module either fails to open or the section containing the converted object loads indefinitely when scrolling to it.
I tried reducing the character count to around 60,000, and the module opened successfully, although performance (especially scrolling) was noticeably degraded.
Has anyone else experienced this issue?
Is there a known character limit or a workaround to improve module stability when using these RTF tables with alot of charachters?
Thanks in advance!