Sort Score
Result 10 results
Languages All
Labels All
Results 141 - 150 of 2,015 for

properties

(0.03 sec)
  1. Working with metadata in ASF files | Documentation

    Reading ASF format-specific Properties The GroupDocs.Metadata API supports extracting format-specific information from ASF files. The following are the steps to read native ASF metadata. Load an ASF video Get the root metadata package Extract the native metadata package using the AsfRootPackage.getAsfPackage method Read the ASF metadata Properties advanced_usage.managing_metadata_for_specific_formats.video.asf.AsfReadNativeMetadataProperties try (Metadata metadata = new Metadata(Constants.InputAsf)) { AsfRootPackage root = metadata.getRootPackageGeneric(); AsfPackage asfPackage = root.getAsfPackage(); // Display basic Properties System.out.println(String.format("Creation date: %s", asfPackage....Reading ASF format-specific properties The GroupDocs.Metadata API...method Read the ASF metadata properties advanced_usage.managing_...

    docs.groupdocs.com/metadata/java/working-with-m...
  2. Extract metadata from DOCX using C#

    This article will guide you on how to extract metadata from DOCX using C#. A DOCX metadata extraction C# code example is provided, demonstrating how to perform this process....insights into the contents and properties of a document. This article...constructor to access its properties Use the Parser.GetMetadata...

    kb.groupdocs.com/parser/net/extract-metadata-fr...
  3. GroupDocs.Metadata for .NET 17.2.0 Now Supports...

    We are really excited to announce the release of GroupDocs.Metadata for .NET version 17.02.0. The latest release comes up with a number of new features and enhancements. Users can now export the extracted metadata of various formats to a CSV or Excel file. The GroupDocs.Metadata API now supports video format too. Moreover, detecting DICOM format, reading Photoshop layers of a PSD format etc are some other enhancements introduced in this version of the API....dealing with the content type properties of an Excel Spreadsheet in...export Excel content type properties to csv, excel Ability to...

    blog.groupdocs.com/metadata/groupdocs.metadata-...
  4. com.groupdocs.comparison.interfaces | GroupDocs...

    The package provides interfaces to instantiate output objects....Defines document description properties. com.groupdocs.comparison...

    reference.groupdocs.com/comparison/java/com.gro...
  5. Clean Metadata of Documents and Images using Java

    Java API to remove all or selective metadata Properties of DOCX, XLSX, PPTX, PDF documents, JPEG, PNG, WebP images, email, eBooks, Visio Drawings, Zip, etc....all the available metadata properties without applying any filter...number of the removed metadata properties. Save the output file with...

    blog.groupdocs.com/metadata/remove-metadata-fro...
  6. Best Practices in Metadata Management

    Before going in-depth to Metadata management, let’s discuss what the metadata is? The Metadata summarizes basic information about data. In other words, it’s an information which describes the data that contained in something like a web page, document, or file. Another way to think of metadata is as a short explanation or summary of what the data is. A simple example of metadata for a document might include a collection of information like the author, file size, date the document was created, and keywords to describe the document.... Descriptive: Metadata properties include title, subject, genre...terms. Technical: Metadata properties include file types, size...

    blog.groupdocs.com/metadata/best-practices-in-m...
  7. Show gap lines instead of changes | Documentation

    This article explains how to adjust the display of the output document so that the changed content is replaced with empty lines in GroupDocs.Comparison for .NET.... Use the and properties to configure the content...of the output file. Use the property to adjust the display of the...

    docs.groupdocs.com/comparison/net/show-gap-lines/
  8. How to edit XML file | Documentation

    This article demonstrates how to edit XML files and XML documents using Java programming language....(); } class has different properties, some of them are grouped...most useful and important properties, however, are directly inside...

    docs.groupdocs.com/editor/java/how-to-edit-xml/
  9. Adding metadata | Documentation

    This article shows how to add metadata Properties which is the most sophisticated feature of the GroupDocs.Metadata Java search engine...feedback Adding metadata properties is the most sophisticated...and tries to pick up a known property that would satisfy the specified...

    docs.groupdocs.com/metadata/java/adding-metadata/
  10. Remove Metadata from RTF using Java

    Learn how to efficiently remove metadata from RTF using Java with an example that shows how to delete metadata from RTF in Java without need of additional software....constructor Remove metadata properties by calling the Metadata.removeProperties...demonstrating how to clear metadata properties in RTF using Java . Code...

    kb.groupdocs.com/metadata/java/remove-metadata-...