Sort Score
Result 10 results
Languages All
Labels All
Results 121 - 130 of 2,141 for

properties

(0.06 sec)
  1. GroupDocs.Metadata for .NET | Documentation

    A .NET API to manipulate metadata is being consumed as metadata viewer for CRUD operations. It helps developers to read, write, edit and remove meta information from all popular document file formats...as input, access the file property information and allows the...metadata properties Set specific metadata properties Remove specific...

    docs.groupdocs.com/metadata/net/
  2. 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...
  3. Possible to load in an email in MSG file format...

    As per subject, does any of the GroupDocs.Total components allow loading of MSG file, modification of attachments, and then saving back out as MSG?...content, attachments and properties? vladimir.litvinchik February...content, attachments, and properties, it is reasonable to implement...

    forum.groupdocs.com/t/possible-to-load-in-an-em...
  4. Comparison | Documentation

    Learn more about advanced document comparison use cases - how to adjust comparison sensitivity level, get coordinates of changed elements, detect style detection and many more using GroupDocs.Comparison for Node.js via Java...the CompareOptions class properties. You can customize the following...whether to compare variable properties. CompareDocumentPrope specifies...

    docs.groupdocs.com/comparison/nodejs-java/compa...
  5. Features Overview | Documentation

    A Java metadata API can be effectively used in removing, updating and reading metadata in a variety of formats. It is very effective in removing metadata from photos. Supporting iptc metadata, exif metadata and xmp metadata....removing particular metadata properties that satisfy a specification...manipulate most common metadata properties in a unified manner Working...

    docs.groupdocs.com/metadata/java/features-overv...
  6. How to Convert PDF to HTML using C#

    Learn how to convert PDF to HTML using C# on any platform without any third-party software. Check out the guide and sample code to convert PDF to HTML in C#....MarkupConvertOptions class and set various properties. Finally, call the Convert...Further, we have defined properties for the converted document...

    kb.groupdocs.com/conversion/net/how-to-convert-...
  7. 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...
  8. Comparison | Documentation

    Learn more about advanced document comparison use cases - how to adjust comparison detalisation level, get changed elements coordinates, detect style detection and many more using GroupDocs.Comparison for .NET...creation by setting the class properties. You can customize the following...indicate if compare variable properties. indicates if compare built...

    docs.groupdocs.com/comparison/net/comparison/
  9. Adding metadata | Documentation

    This article shows how to add metadata Properties which is the most sophisticated feature of the GroupDocs.Metadata Node.js via 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/nodejs-java/adding-...
  10. 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/