I need to open a RTF File in C# and read the content inside that file.
I have used Microsoft.interop.word.dll
to open RTF File but in Azure environment it is not supported.
Is there is any other SDK or dll I could use to open RTF Files on Azure FunctionApp?
I have tried with OpenXML SDK but it cannot able to open RTF Files.
Does anybody know how I can solve this problem?