Id like to have my mvc 2 app generating reports in both MS Word and PDF formats....currently working on Word.I found this:
I have a webservices running on a server, which converts word document into pdf using word automation.
I try to write a simple MFC - Word Automation to save for every 1 minute. I follow this article : http://www.codeproject.com/KB/office/MSOffic开发者_JAVA百科eAuto.aspx
I am attempting to generate the body of an email in Outlook 2007 from the text of a Word 2007 document in VB.I have access to both the Word and Outlook object libraries, and I can read from the Word d
Getting the following error when trying to open a word document with macros to fill in the form fields:
does anyone have a VBA code to create a bookmark into the first column of an MSWord table? Let\'s say I have a table looking like this
I am attempting to put together a Word application using VSTO that, amongst other things would contain bookmarks that, when clicked, display information in a custom task pane.
I have to convert several hundred MS Word 2002 Templates (on the PC) to work on the Macintosh. I have to evaluate whether the Word Templates can be run in iWork Pages and Microsoft Word for the Mac.
The sample code in this article for creating a PDF from a Word doc works great if you have word installed on the machine.
I am creating a MS Word document entirely through C# in VS 2008. I am trying to insert a page break, and when the page break is inserted, instead of inserting it and adding a new page at the bottom, i