I would like to paste some HTML-formated data to Word via VBA. HTML Data are obtained from MS XML by transforming xml document by given xsl into proper html and this transformed html data I want to pu
I have a Word document where I\'ve created a custom property (File > Properties >开发者_StackOverflow社区 Custom)
This question already has answers here: Closed 11 years ago. Possible Duplicate: Open excel document in java
I am making an application in which I need to keep a check on all the properties of a word file like Last Updated,Name etc
I\'m trying to write a VBA script that finds all embedded (.docx) files within a Word Document, and copies their contents into the parent document, replacing the embedded object with text.
My client wants me to extract the text out of an MS Word doc from MS Office 97 and forward to 2011 versions. Is there an API for that with PHP, free or commercial?
I have a VB6 app that uses Crystal reports 8.5. The report defined in Crystal reports is displayed to the user in Microsoft word. It has a section that is suppressed by using the \"suppress\" keyword
I have a really simple word document with Content Controls (all text). I want to loop through the controls, filling them with values from a dictionary. Should be super simple, but something is wrong:
I have a Word document containing a numbered list like this Item 1 Item 2 Item 3 The list style is \"List Paragraph\". Left indent of \"List Paragraph\" is 0.5\". If we run the following code to r
I am writing a C# Window service to be run on a Server (installed with OFFICE) i need to convert MS Word DOC to RTF file and load it into RICHTEXTBOX, and get the RTF string and Plaintext String to DB