Connecting Tech Pros Worldwide Forums | Help | Site Map

Access Metadata from Office files

CJM
Guest
 
Posts: n/a
#1: Jul 19 '05
How easy is it to access the metadata from office files and PDF's?

That is, Author, Title, Keywords, Comments etc...

Context:
I want to be able to scan a directory and provide links with descriptions
(ie Comments field) for each file within.

I can use automation to open and read the office files, but I imagine this
would produce too big a load on the webserver...

Is there a simple and slick way of doing this?

Cheers

Chris



Aaron Bertrand - MVP
Guest
 
Posts: n/a
#2: Jul 19 '05

re: Access Metadata from Office files


You can get some of these things from here (not keywords, I'm afraid):

http://www.aspfaq.com/2296


"CJM" <cjmwork@yahoo.co.uk> wrote in message
news:#jaXQYuoDHA.1728@TK2MSFTNGP09.phx.gbl...[color=blue]
> How easy is it to access the metadata from office files and PDF's?
>
> That is, Author, Title, Keywords, Comments etc...
>
> Context:
> I want to be able to scan a directory and provide links with descriptions
> (ie Comments field) for each file within.
>
> I can use automation to open and read the office files, but I imagine this
> would produce too big a load on the webserver...
>
> Is there a simple and slick way of doing this?
>
> Cheers
>
> Chris
>
>[/color]


Tom Kaminski [MVP]
Guest
 
Posts: n/a
#3: Jul 19 '05

re: Access Metadata from Office files


"CJM" <cjmwork@yahoo.co.uk> wrote in message
news:%23jaXQYuoDHA.1728@TK2MSFTNGP09.phx.gbl...[color=blue]
> How easy is it to access the metadata from office files and PDF's?
>
> That is, Author, Title, Keywords, Comments etc...
>
> Context:
> I want to be able to scan a directory and provide links with descriptions
> (ie Comments field) for each file within.
>
> I can use automation to open and read the office files, but I imagine this
> would produce too big a load on the webserver...
>
> Is there a simple and slick way of doing this?[/color]

see http://support.microsoft.com/?kbid=224351

--
Tom Kaminski IIS MVP
http://www.iistoolshed.com/ - tools, scripts, and utilities for running IIS
http://mvp.support.microsoft.com/
http://www.microsoft.com/windowsserv...y/centers/iis/



CJM
Guest
 
Posts: n/a
#4: Jul 19 '05

re: Access Metadata from Office files


Thanks guys... both of those look good.

Not sure if wither will work on PDFs but I'm testing them out now...

Cheers

Chris


Tom Kaminski [MVP]
Guest
 
Posts: n/a
#5: Jul 19 '05

re: Access Metadata from Office files


dsofile will not work with PDF.

--
Tom Kaminski IIS MVP
http://www.iistoolshed.com/ - tools, scripts, and utilities for running IIS
http://mvp.support.microsoft.com/
http://www.microsoft.com/windowsserv...y/centers/iis/

"CJM" <cjmwork@yahoo.co.uk> wrote in message
news:OfpcppvoDHA.3040@TK2MSFTNGP11.phx.gbl...[color=blue]
> Thanks guys... both of those look good.
>
> Not sure if wither will work on PDFs but I'm testing them out now...
>
> Cheers
>
> Chris
>
>[/color]


MSFT
Guest
 
Posts: n/a
#6: Jul 19 '05

re: Access Metadata from Office files


Hi Chris,

We can't deal with PDF files in the same way. PDF have different format
from DOC file. Based on my knowledge, there are some third party COM
library which supports to retrieve related information from PDF files. You
may search following site for more information:

http://www.planetpdf.com/

Luke
Microsoft Online Support

Get Secure! www.microsoft.com/security
(This posting is provided "AS IS", with no warranties, and confers no
rights.)

Closed Thread


Similar ASP / Active Server Pages bytes