erdomke / RtfPipe

Library for processing rich-text format (RTF) streams
MIT License
120 stars 43 forks source link

Conversion problem in .msg file #67

Open Mokashaa opened 3 years ago

Mokashaa commented 3 years ago

I'm facing a problem parsing and converting rtf formatted emails . the problem is when trying to parse this email using MsgReader (which uses RtfPipe for conversion from Rtf to Html) , the output is not correct (some symbols appears and the layout is broken )

File Link : https://drive.google.com/file/d/1II9btzZhuzlfVytyMPMMPb3RCjZtGH_L/view?usp=sharing MsgReader Issue Link : https://github.com/Sicos1977/MSGReader/issues/266