Get Word ML from clipboard

北慕城南 提交于 2019-12-04 15:21:27

After saving the stream to disk and doing a binary comparison to a proper docx, I figured out that it was in fact wrapped in a Compound Document File: http://www.openoffice.org/sc/compdocfileformat.pdf. I googled the first few bytes

D0 CF 11 E0 A1 B1 1A E1

which is the identifier of the CDF format.

The package can be extracted from the Compound file using OpenMCDF.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!