and while on subject of file properties

Started by spl, November 02, 2024, 12:27:09 PM

Previous topic - Next topic

spl

Outside iterating Office built in properties [previous post].
  • Can they be edited?
  • Can Custom Properties be set?]

more to come [unless already in Tech DB]
Stan - formerly stanl [ex-Pundit]

spl

Working on a suite of Get/Set functions to apply to both built in and custom properties for Office documents. Reach does exceed the grasp, but whittle down in process.
Stan - formerly stanl [ex-Pundit]

spl

and this does get interesting.... MSFT always had DSOFile.dll to iterate properties but issues working on 64-bit. That was compiled to 64-bit [ https://www.codeproject.com/Tips/1118708/64-Bit-Application-Cannot-Use-DSOfile ] and I downloaded, installed and tested...  below are results between DSO and script earlier posted for built in properties [both parsing the same file]. Especially note the datetimes are 1 hour off, since we just went back to standard time.... funny????
Same file selected, compare examining properties with
DSOFile.OleDocumentProperties then Built In Properties

====== DSO ==============
Title                    :
Subject                  :
Author                   : Stan Littlefield
Keywords                 :
Comments                 :
Template                 :
LastSavedBy              : Stan Littlefield
RevisionNumber           :
TotalEditTime            : 0
DateLastPrinted          :
DateCreated              : 5/4/2024 1:06:18 PM
DateLastSaved            : 5/4/2024 1:16:57 PM
PageCount                : 0
WordCount                : 0
CharacterCount           : 0
Thumbnail                :
ApplicationName          : Microsoft Excel
DocumentSecurity         : 0
Category                 :
PresentationFormat       :
ByteCount                : 0
LineCount                : 0
ParagraphCount           : 0
SlideCount               : 0
NoteCount                : 0
HiddenSlideCount         : 0
MultimediaClipCount      : 0
Manager                  :
Company                  :
CharacterCountWithSpaces : 0
SharedDocument           : False
Version                  : 16.300
DigitalSignature         :

==== Built In Properties ===========
Name                           Value                                                                                                                                                                                                                                                                                                
Keywords                                                                                                                                                                              
Number of slides               Value Not Found                                                                                                                                        
Template                                                                                                                                                                              
Creation date                  5/4/2024 2:06:18 PM                                                                                                                                    
Number of notes                Value Not Found                                                                                                                                        
Author                         Stan Littlefield                                                                                                                                       
Company                                                                                                                                                                               
Content type                                                                                                                                                                          
Number of multimedia clips     Value Not Found                                                                                                                                        
Document version                                                                                                                                                                      
Last author                    Stan Littlefield                                                                                                                                       
Format                                                                                                                                                                                
Last save time                 5/4/2024 2:16:57 PM                                                                                                                                    
Title                                                                                                                                                                                 
Subject                                                                                                                                                                               
Number of hidden Slides        Value Not Found                                                                                                                                        
Category                                                                                                                                                                              
Comments                                                                                                                                                                              
Number of lines                Value Not Found                                                                                                                                        
Number of characters           Value Not Found                                                                                                                                        
Application name               Microsoft Excel                                                                                                                                        
Manager                                                                                                                                                                               
Number of characters (with ... Value Not Found                                                                                                                                        
Content status                                                                                                                                                                        
Language                                                                                                                                                                              
Number of words                Value Not Found                                                                                                                                        
Revision number                                                                                                                                                                       
Number of paragraphs           Value Not Found                                                                                                                                        
Last print date                Value Not Found                                                                                                                                        
Total editing time             Value Not Found                                                                                                                                        
Hyperlink base                                                                                                                                                                        
Security                       0                                                                                                                                                      
Number of bytes                Value Not Found                                                                                                                                        
Number of pages                Value Not Found                                                                                                                                        
Stan - formerly stanl [ex-Pundit]