CLM - Contract generation - Token display
Hi experts,
we are using DOCX Generation to create documents out of clauses. The problem is that each token in text is displayed with breaks before and after.
Example:
This is the <token1> test.
token1 = first
-> This is the
first
test.
Does anybody know whether breaks are not created when using MS .NET instead of DOCX Generation tool?
So does the example looks like this when using .NET?
-> This is the first test.
Thanks in advance and regards,
Oezlem