-
-
Notifications
You must be signed in to change notification settings - Fork 107
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How to parse RTF files? #22
Comments
Yes, it's removed from .net core version since I don't find a good library on .NET core to parse it. Give me some time to find a new RTF library on .NET core. |
Yes, I understand. The RTF format is a "wild" ;-). Btw, I have used some code in my SQLCLR function to parse rtf ; rtf in -> pure text out. Finally it works fine. I can share it . |
I'm reviewing RockNHawk's code of RTFTextParser Do you think this ToHtml method can meet your need? |
Probably it is what I need but:
The exception text:
|
Ok, finally, it can be fixed in caller code or in RTFPipe NuGet. And SQL Server FTS will index all these words but it is not correct. |
Your requirement makes sense. I also have concerns on RTFPipe. The extracted html result is not what most users need. |
By the way, I have tested and this recommendation works fine: It really extracts pure text from RTF file. |
Can you add this (BracketPipe-like, see the previous link) implementation to your framework? |
I still have some concern on this method. It converts RTF to HTML and then convert HTML to markdown but it's still not plain text. Instead, I'm investigating if this post will work or not. |
It was removed and I cannot find how to parse RTF files. Is it possible?
The text was updated successfully, but these errors were encountered: