Closed mjonila closed 4 years ago
This should be fixed in the latest release.
Thanks! I noticed you added condition in HexBuffer.cs and this fixed the "not supported" error, however, parsing that RTF still does not produce any html output (just empty string). Sorry for being impatient, but maybe you see where is the problem and could mention it in the comment at least, so I could fix this myself. thanks again!
I'm confused on how you are getting an empty string as I am generating HTML content from your RTF file which seems to include the main content of the file. Are you taking a particular approach for generating the HTML?
It was my error. Everything is working fine. I get the document parsed correctly. Thanks for your support Eric!
I've tried RtfPipe with some RTF's and it worked great. However I came across one particular RTF, which does not parse. The error thrown is related to the 'pict' element in RTF header ("Specified method is not supported").
However even after removing the 'pict' element (and even whole 'header'), the converted html is empty string.
I was unable to fix this problem myself. I'm adding related RTF. Please suggest what could be wrong and how could this be fixed.
thanks a lot! LTtechdoc.txt