Top "Ms-word" questions

For programming questions related to Microsoft's "Word" editor.

How can I change text color via keyboard shortcut in MS word 2010

While typing sentences I would like to change the text color at few places. To do so I have to …

ms-word word-2010
Reading/Writing a MS Word file in PHP

Is it possible to read and write Word (2003 and 2007) files in PHP without using a COM object? I know that …

php ms-word read-write
Getting char from string at specified index

As stated how to get char from string at specified index in the visual basic? I look through google and …

vba ms-word
Read lines from a text file but skip the first two lines

I've got this macro code in Microsoft Office Word 2003 which reads the lines of a text file. The lines each …

vba excel ms-word text-files
Create Word Document using PHP in Linux

Whats the available solutions for PHP to create word document in linux environment?

php linux ms-word document
How can I convert a Word document to PDF?

How can I convert a Word document to PDF where the document contains various things, such as tables. When trying …

java pdf ms-word
Clear / Empty Variable for next loop

I am having a situation in which I need to clear the variable lastWord so that msgbox show nothing in …

vba ms-word word-2007
.doc to pdf using python

I'am tasked with converting tons of .doc files to .pdf. And the only way my supervisor wants me to do …

python pdf automation ms-word win32com
How to extract text from word file .doc,docx,.xlsx,.pptx php

There may be a scenario we need to get the text from word documents for the future use to search …

php ms-word docx .doc
Open and modify Word Document

I want to open a word file saved in my server using "Microsoft.Office.Interop.Word". This is my code: …

c# asp.net ms-word ms-office