Sort Score
Result 10 results
Languages All
Labels All
Results 41 - 50 of 2,044 for

properties

(0.04 sec)
  1. Metadata Scrubbing - Online and Programmatic Ap...

    Discover the online and programmatic way to remove or clean the metadata Properties of documents and images....how we can edit metadata properties of different file formats...metadata or selective metadata properties within our documents? We...

    blog.groupdocs.com/metadata/metadata-scrubber/
  2. Working with metadata in Spreadsheets | Documen...

    GroupDocs.Metadata for Java provides functionality that allows working with different kinds of spreadsheet formats such as XLS, XLSX, ODS, etc. For the full list of supported document formats please refer to Supported document formats. Detecting the exact type of a document The following sample of code will help you to detect the exact type of a loaded spreadsheet and extract some additional file format information. Load a Spreadsheet document Extract the root metadata package Use the getSpreadsheetType method to obtain file format information advanced_usage....Reading built-in metadata properties To access built-in metadata...extracts built-in metadata properties and displays them on the...

    docs.groupdocs.com/metadata/java/working-with-m...
  3. Migration Notes | Documentation

    Why To Migrate? Here are the key reasons to use the new API provided by GroupDocs.Metadata for Java starting from version 20.2: The* Metadata* class is introduced as a single entry point to manage metadata in files of all supported formats. Extracting and updating metadata was unified for all supported formats. The product architecture was redesigned from scratch in order to simplify most common operations with metadata Properties. Getting document information and preview generation procedures were simplified....operations with metadata properties. Getting document information...CASE_INSENSITIVE ); MetadataPropertyColl properties = SearchFacade . scanDocument...

    docs.groupdocs.com/metadata/java/migration-notes/
  4. Define and Use Custom Objects for PDF Metadata ...

    Metadata signature is a convenient way to sign documents using metadata Properties. In GroupDocs.Signature for .NET 18.9, we introduced the feature of signing the PDF documents using various metadata Properties including: Author CreateDate MetadataDate CreatorTool ModifyDate Producer Entry Keywords Title Subject Description Creator You can set all or some of the above-mentioned Properties while signing the documents. Since these are the built-in Properties, you can only add/update their value. There could be a situation when the built-in metadata Properties may not fulfill your requirements and you may want to use your own set of Properties to add metadata signatures....documents using metadata properties. In GroupDocs.Signature for...documents using various metadata properties including: Author CreateDate...

    blog.groupdocs.com/signature/define-and-use-cus...
  5. Edit and Manage Metadata in Python Apps - Group...

    Discover how to utilize GroupDocs.Metadata for Python via .NET to extract, update and remove metadata in your applications....the author, title, specific properties of file formats, including...document formats. Targeted Property Manipulation : Search, update...

    blog.groupdocs.com/metadata/edit-metadata-in-py...
  6. Working with metadata in Spreadsheets | Documen...

    GroupDocs.Metadata for .NET provides functionality that allows working with different kinds of spreadsheet formats such as XLS, XLSX, ODS, etc. For the full list of supported document formats please refer to Supported Document Formats. Detecting the exact type of a document The following sample of code will help you to detect the exact type of a loaded spreadsheet and extract some additional file format information. Load a Spreadsheet document Extract the root metadata package Use the FileType property to obtain file format information AdvancedUsage....root metadata package Use the property to obtain file format information...Reading built-in metadata properties To access built-in metadata...

    docs.groupdocs.com/metadata/net/working-with-me...
  7. Working with metadata in Word Processing docume...

    GroupDocs.Metadata for Java provides functionality that allows working with different kinds of WordProcessing documents such as DOC, DOCX, ODT, etc. For the full list of supported document formats please refer to Supported document formats. Detecting the exact type of a document The following sample of code will help you to detect the exact type of a loaded document and extract some additional file format information. Load a WordProcessing document Extract the root metadata package Use the getWordProcessingType method to obtain file format information advanced_usage....Reading built-in metadata properties To access built-in metadata...extracts built-in metadata properties and displays them on the...

    docs.groupdocs.com/metadata/java/working-with-m...
  8. Working with metadata in Presentations | Docume...

    GroupDocs.Metadata for .NET provides functionality that allows working with different kinds of presentations such as PPT, PPTX, POTM, POTX, etc. For the full list of supported presentation formats please refer to Supported Document Formats. Detecting the exact type of a presentation The following sample of code will help you to detect the exact type of a loaded presentation and extract some additional file format information. Load a presentation Extract the root metadata package Use the FileType property to obtain file format information AdvancedUsage....root metadata package Use the property to obtain file format information...Reading built-In metadata properties To access built-in metadata...

    docs.groupdocs.com/metadata/net/working-with-me...
  9. Working with metadata in ProjectManagement form...

    GroupDocs.Metadata for .NET provides functionality that allows working with MPP files created by different versions of Microsoft Project. Please see the code samples below for more information. Reading built-In metadata Properties To access built-in metadata of a ProjectManagement document, please use the DocumentProperties property defined in the DocumentRootPackage class. The following code snippet extracts built-in metadata Properties and displays them on the screen. AdvancedUsage.ManagingMetadataForSpecificFormats.Document.ProjectManagement.ProjectManagementReadBuiltInProperties using (Metadata metadata = new Metadata(Constants.InputMpp)) { var root = metadata....Reading built-In metadata properties To access built-in metadata...ProjectManagement document, please use the property defined in the class. The...

    docs.groupdocs.com/metadata/net/working-with-me...
  10. Working with metadata in ProjectManagement form...

    GroupDocs.Metadata for Java provides functionality that allows working with MPP files created by different versions of Microsoft Project. Please see the code samples below for more information. Reading built-In metadata Properties To access built-in metadata of a ProjectManagement document, please use the getDocumentProperties method defined in the DocumentRootPackage class. The following code snippet extracts built-in metadata Properties and displays them on the screen. advanced_usage.managing_metadata_for_specific_formats.document.project_management.ProjectManagementReadBuiltInProperties try (Metadata metadata = new Metadata(Constants.InputMpp)) { ProjectManagementRootPackage root = metadata....Reading built-In metadata properties To access built-in metadata...extracts built-in metadata properties and displays them on the...

    docs.groupdocs.com/metadata/java/working-with-m...