You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The class RTFParser has a static RTFDocument object, if you call it from multiple threads it can swap the document and "mix" the documents in the output.
If you are using this library, be sure to lock some static object before calling any method in the RTFParser class.