Windows Vista Tips

Windows Vista Tips > Newsgroups > Windows Vista General Discussion > Tagging PDF Files

Reply
Thread Tools Display Modes

Tagging PDF Files

 
 
Kentb
Guest
Posts: n/a

 
      06-19-2007
I deal with a large number of PDF files and would like to track them with
tags. Apparently this information cannot be added. Is this an MS or Adobe
problem? Is there a solution or work-around?
 
Reply With Quote
 
 
 
 
Ronnie Vernon MVP
Guest
Posts: n/a

 
      06-19-2007
Kentb

I imagine this would be an Adobe question. I believe you need to have the
full version of Acrobat to work with tags on PDF files.

--

Ronnie Vernon
Microsoft MVP
Windows Shell/User


"Kentb" <> wrote in message
news:E3B8430F-9023-41BB-9B74-...
>I deal with a large number of PDF files and would like to track them with
> tags. Apparently this information cannot be added. Is this an MS or
> Adobe
> problem? Is there a solution or work-around?


 
Reply With Quote
 
Kentb
Guest
Posts: n/a

 
      06-28-2007
Is tagging then not a function of Explorer and the directory file, but rather
the file being tagged? ie, the tagging information is kept in the file that
is tagged and thus becomes application specific?
Kentb


"Ronnie Vernon MVP" wrote:

> Kentb
>
> I imagine this would be an Adobe question. I believe you need to have the
> full version of Acrobat to work with tags on PDF files.
>
> --
>
> Ronnie Vernon
> Microsoft MVP
> Windows Shell/User
>
>
> "Kentb" <> wrote in message
> news:E3B8430F-9023-41BB-9B74-...
> >I deal with a large number of PDF files and would like to track them with
> > tags. Apparently this information cannot be added. Is this an MS or
> > Adobe
> > problem? Is there a solution or work-around?

>

 
Reply With Quote
 
Andrew McLaren
Guest
Posts: n/a

 
      06-29-2007
"Kentb" <> wrote ...
> Is tagging then not a function of Explorer and the directory file, but
> rather
> the file being tagged? ie, the tagging information is kept in the file
> that
> is tagged and thus becomes application specific?


No :-)

Exposing file properties in Explorer is the job of a "Shell Extension" -
basically a DLL supplied by the 3rd party vendor which gets installed into
Explorer. So for example, Adobe install a "PDF Shell Extension", usually
C:\program files\common files\adobe\acrobat\activex\pdfshell.dll - which
enables the Properties for PDF files, in Explorer.

How the extension determines and stores the various Properties, is entirely
up to the logic and ingenuiyty of the programmer writing the extension. Some
properties, such as File Size, can be easily determined by standard
operating system calls - so there's no need to store them separately. Other
custom properties, such as "Author" or "Should this document be reviewed?"
are often stored as Alternative File Streams in the File object. So, they
are not kept "in the file" in any obvious kind of way; they are metadata
associated with the default data stream of the file. See
http://msdn2.microsoft.com/En-US/library/aa969349.aspx
and
http://msdn2.microsoft.com/en-us/library/aa969360.aspx
for the grisly details!

Cheers
Andrew

 
Reply With Quote
 
 
 
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Vista & VLAN Tagging Mike Howells Windows Vista General Discussion 0 03-13-2007 12:16 AM
Vista & VLAN Tagging Mike Howells Windows Vista Networking 0 03-13-2007 12:16 AM
tagging files milgar Windows Vista File Management 0 03-09-2007 11:28 PM
Bulk Tagging in Vista? Ryetronics Windows Vista File Management 2 02-11-2007 02:03 PM
XMP tagging for PDFs no go! Samuel Windows Vista File Management 1 02-08-2007 07:40 PM



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59