|
|
2
2
您拥有的数据是base64编码的。 要获得RTF版本,可以通过base64_decode运行它,如下所示:
一旦你有了它,你就可以解释RTF数据本身,并用它做你想做的事情。 http://www.webcheatsheet.com/php/reading_the_clean_text_from_rtf.php |