word-automation
How do I convert Word files to PDF using Word 2007 programmatically?
I used to convert Word documents to PDF via Word Automation: Enumerate the CommandBars until one containing \"PDFmaker\" was found, enumerating its controls and executing it.[详细]
2023-01-10 11:15 分类:问答How can I programmatically bring up the document properties window in Word and go to the Summary tab?
I am developing a VB6 COM add-in for Microsoft Word and I have added a button to the Ribbon which will save the document to a database.But before the document is saved, I want to take the user to the[详细]
2023-01-08 06:42 分类:问答word automation problem
I am trying open a word document for manipulation. However in the code below \'wordApp.Selection\' is always null[详细]
2023-01-01 17:41 分类:问答inserting selected page from one word document in another word document with c#
I have a requirement to move selected pages from word DocumentA into another word DocumentB. So in the end DocumentB should have its own contents plus selected pages from DocumentA inserted at selecte[详细]
2023-01-01 14:23 分类:问答Using Interop.Word, is there a way to do a replace (using Find.Execute) and keep the original text's justification?
I\'m attempting to write find/replace code for Word documents using Word Automation through Interop.Word (11.0).My documents all have various fields (that don\'t show up in Document.Fields) that are s[详细]
2022-12-31 11:11 分类:问答How do I collapse all entities to just headers when editing an Entity Framework EDMX model in Visual Studio 2010?
Each block representing an entity has an icon to collapse it to its header (hiding all properties from the diagram) in the header\'s right-top corner. How do I collapse them all without click开发者_运[详细]
2022-12-29 12:43 分类:问答How to read Microsoft Word documents in .NET? [closed]
It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, ove开发者_运维技巧rly broad, or rhetorical andcannot be reasonably answered in its current form.[详细]
2022-12-18 08:28 分类:问答Split documents in Word 2007
I have a couple of word documents and want to refer to and view specific sections of these. I thought about splitting the sections into seperate documents and then just viewing the 开发者_运维问答corr[详细]
2022-12-09 00:32 分类:问答Options for automating Microsoft Word 2007 document creation [closed]
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.[详细]
2022-12-08 23:53 分类:问答
加载中,请稍侯......