Re: Adding document properties for RTF files
From: Hilary Cotter (hilary.cotter_at_gmail.com)
Date: 09/27/04
- Next message: Hilary Cotter: "Re: IXSSO: Index Server access permission"
- Previous message: Hilary Cotter: "Re: SOS - Hillary Cotter/George Cheng/Anyone who can help"
- In reply to: Francois Piette: "Re: Adding document properties for RTF files"
- Next in thread: Francois Piette: "Re: Adding document properties for RTF files"
- Reply: Francois Piette: "Re: Adding document properties for RTF files"
- Messages sorted by: [ date ] [ thread ]
Date: Mon, 27 Sep 2004 07:30:40 -0400
for modifying a files custom properties look at this
http://support.microsoft.com/default.aspx?scid=kb;en-us;224351
It is possible to call a wrapper ifilter to handle your document properties
and then have this filter call the rtf ifilter. There is an example of
something like this in the platform sdk.
-- Hilary Cotter Looking for a SQL Server replication book? http://www.nwsu.com/0974973602.html "Francois Piette" <francois.piette@overbyte.be> wrote in message news:4157d8ba$0$317$4d4efb8e@read.news.be.uu.net... > > you can use the ntfs properties, right click on your document and select > > properties, and then the summary tab. > > If I understand well, all I have to do is to add my document properties. Any > hint about doing that programmatically ? > > > Other than that you would have to write your own ifilter. > > Is it possible to write an IFilter which derive from an existing one for > which I have'nt source code (that is the RTF fileter) ? Is it easy or not ? > (I saw sample on MSDN but had not really examined how it works). > > > If you are storing the rtf in SQL Server, SQL FTS does not index > properties. > > I'm storing the document in individual files. I store some informations in > SQL server, but not the document itself, just a pointer to the actual file. > I have something like 2 million documents. > > -- > francois.piette@overbyte.be > Author of ICS (Internet Component Suite, freeware) > Author of MidWare (Multi-tier framework, freeware) > http://www.overbyte.be > >
- Next message: Hilary Cotter: "Re: IXSSO: Index Server access permission"
- Previous message: Hilary Cotter: "Re: SOS - Hillary Cotter/George Cheng/Anyone who can help"
- In reply to: Francois Piette: "Re: Adding document properties for RTF files"
- Next in thread: Francois Piette: "Re: Adding document properties for RTF files"
- Reply: Francois Piette: "Re: Adding document properties for RTF files"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|