I want to build a online document reader which is a part of my project. I want to work with MS Word document where user have some access to the documents, according to the access he/she have (will be
I need to attach specific XML to a word document so the elements will show up in the right places. This I can do with OpenXML SDK.
I need to replace certain text in a WinWord document. The problem is, any text replacement I do on a Range with the replaceText function creates a broken WinWord file unless the replacement and replac
Closed. This question does not meet Stack Overflow开发者_如何转开发 guidelines. It is not currently accepting answers.
I\'m trying to edit a .docx header through Word Automation. If the Content Controls are placed in the body of the text there is no problem, but if the content controls are in the header or footer I\'m
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We want to disable any and all formatting and insertion commands in Word except for bold and italic in all documents that are created from a certain template. It should not be possible to change style
$file=\'C:/a.doc\'; $saveas=__DIR__.\'/tmp/a.html\'; $word=new COM(\'word.application\'); $document=$word->Documents->Open($file);
I have a bunch of documents that need to be edited. The authors use blue text in some parts of the documents to indicate that those words need to be linked.
just a quick question. I\'ve got this table in a Word template which have two columns by default. Then I\'ve got this button the user can press if he wants another column. The macro run inserts seve