Tag Identifier for PDF Properties
Hi Team
Microsoft uses Oracle's OutsideInModule to extract PDF file content. So whenever in a pdf file user sets some file related property, is there any defined tag identifier using which we can identify those properties.
In the below image one of the property of PDF file is that it is a protected document.
While extracting this content from Oracle's OutsideInModule we get to see that propertyId for this label is with MSIP_Label... as property name and then corresponding value.
For the same is there some official identifier through which we can Identify labels in PDF file rather than just relying on the hard coded value like 0x000001f5, 0x000001f6 etc.