msword

What technologies are there for formatted, structured data input and output?

I am working on a project here that ingests internal resumes from people at my company, strips out the skills and relevant content from them and stores it in a database. This was all done using docx4j and Grails. This required the resumes to first be submitted via a template that formatted everything just right so that the ingest tool kn...

Inserting a Word document content (with formatting) in a RDLC report using C#

Hello, I'm creating a RDLC report in C#. Is it possible to insert the content of a Word 2003 document (with formatting) in it (either in design time or programmatically) before exporting to PDF. The final result will be a PDF file containing the initial report (fields from database) and the Word document content following it. Why this...

How to Add Office Graph in word

Hi every one this is my first question here. I want to add a Office Graph in word 2007 using C# 4.0, I am using Office 2007 word, for better charts like 3D Bubble My task is to Genrate Graph and table from sql database i have done it in good menner with using the excel chart then copy chart as image in word. now i want to add chart ...

MS Word - Find all instances of text in yellow and change font colour to red

Hi, I need a vba macro that searches for all text that has font colour as yellow within a MS Word 2007 document and changes it to red. The yellow color won't show in the printouts. Manually selecting and changing will take me hours :( Thanks. ...

Use Value in Word calculated with VBA in Access

I've to use a Microsoft Access Database to create different bulk letters in Microsoft Office Word. This works just fine in most cases but it is somehow not possible to use a View (which is defined in Access) in Word as long as the source for data contains a column that is calculated by VBA code in the Access Database. Ah, and I need exac...

Saving multiple Word documents as HTML through Office API

I have a large amount of Word documents that I need to parse. As they all were created from the same template, I think that the best approach would be to save them as HTML files and parse the HTML itself. While it's quite easy to save a single Word document as HTML, I haven't found a way to do a bulk procedure from inside Word. Thus, I'...

MS Word OLE - How to access ActiveDocument without raising an exception?

Hi, In Word automation through OLE, when accessing the ActiveDocument property an exception will be raised if currently no visible document is available (at least in Delphi), so, my goal is to do some test like IsActiveDocumentValid, how to do that without raising an exception? Thank you! ...

problems parsing a microsoft compound document [SOLVED]

EDIT: (secid + 1) * 512 should be (secid + 1) * sec_size hi. having a bit of a struggle wrestling with the compound document format. I'm working in C at the moment but i am having problems with locating the directory sector. I can obtain the compound doc header which is trivial and i know the formula for finding a file offset of a sect...

Ms Word plug-in with Java

Hi, I'm developing an advanced spellchecker for some language. MS Word's default spellchecker for that language is not satisfactory. So I decided to integrate my spellchecker with MS Word. Unfortunately I'm working on Java and as far as I see this is possible with Ms.Net. Is it possible to do same thing with Java or can use a my Java sp...

How can I automatically extract highlighted text in MS Word 2010 to a new file?

How can I automatically extract highlighted text in MS Word 2010 to a new file? The trick is I don't just want the highlighted text to be extracted. I what the whole page in which there is one or more words highligted to be extraced to a new document. I have a 300 or more pages document with some pages (around 50) that have some words hi...

Convert HTML to Microsoft Word .doc in .NET

What is the best way to convert HTML into MS Word .doc in .NET? Third party components? ...

Is there a way to call quick parts from Fluent UI xml?

I would like to be able to create a custom UI in Word 2007/2010 to call quick parts/auto-texts from the custom ribbon. I can call macros and other coded things fine, but is there a way to integrate quickparts in a custom ribbon? ...

[VB.Net for Office] Word fails to save document to PDF

Hi all, I'm programming a Microsoft Word plugin in VB.Net, and I have a code that calls a function to save the document as PDF (Office 2007). I use two functions: Public Sub SaveLandscape_CallBack(ByVal Control As Office.IRibbonControl) SaveEbook(True) End Sub And Public Sub SaveEbook(ByVal ForceLandscape As Boolean) Try ...

Save and Open Remote Documents

I know nothing about microsoft office development, but I would like to build a prototype of a plugin will allow a user to Save and Open documents from a remote repository. Perhaps later build in a version control system on the server - but the server side piece is about the easiest portion of it (in my case). Perhaps I should focus on g...

Looking for a Flash component to display a pdf/word/png file in a web page

Hello, I'm looking for a Flash component to display a pdf/word/png in a web page. Something like Flashpaper : http://www.adobe.com/fr/products/flashpaper/ but Free. Can someone help ? Thanks in advance ...

way to convert word documnet to xsl-fo

I am using ms word 2007 , I would like to convert the word to xsl-fo ,there are some hints in the net but they do so only for renderx.Is there a tool for apache-fop ? ...

Open WORD Document from Database OR WebService

Without getting into a large debate as to the merits of doing so, can some one provide direction as to using a VSTO Application Level AddIn (Word 2007) to oepn a MS Word Document from either a database or a web service? Thank you Jacob, Are you suggesting PC/AddIn Queries Server for a Document Server returns document to PC/AddIn ...

MS Word recognizing Heading/Font etc?

Hi, I want to read a MS word document and Identify Header/Bold font words/Underscored words, etc? is there a way to solve this problem programmatically? I want the suggestion in Java or PHP or Ruby if possible, else if there is some meta-data available also let me know, Thanks Ram ...

Create MS-Word 2003 in WCF Error???

I built WCF solution about reporting by using MS-Word 2003 API(Microsoft.Office.Interop.Word) but I got this error : 2010-09-17 16:31:39,218 [21] ERROR ERROR [(null)] - Error : Generate 0900000a80395799 System.Runtime.InteropServices.COMException (0x800706BA): The RPC server is unavailable. (Exception from HRESULT: 0x800706BA) at Sys...

Word menus are stuck after closing a document with COM

The following code opens and closes a Word document using COM; it does not produce any errors. However, if prior to running the code Word was maximized then the Word menus do not react to mouse or keyboard actions after the program is run. public static void Main(string[] args) { try { var wordDocument = GetWordDocumen...