|
I don't know any tools about this yet.But I saw where the author part in the file.docx once.
If there is still no tools available,maybe you want to look into the docx structure and write the code.oh no..Anyway...
I found a link about the MS open XML document structure.It's basic but useful.
Link:http://www.learningace.com/doc/2914424/4b7732e3421746c6501e08dbf2524921/presentationml
You may want to look up ECMA-376(just a keyword) for knowing more about what the functions mean(called functions,is that correct?).
So how can we know where the author part is in the docx file...My suggestion is unpack it and Ctrl+F the keyword and look up ECMA-376.
I know~It sounds dump but it may be the fastest way for getting the work done if there is still no tools available.
Is there anyone knows more about the tools to resolve xml document?
Last edited by wangma; 01-01-2014 at 21:56.
|