Sort Score
Result 10 results
Languages All
Labels All
Results 131 - 140 of 2,126 for

properties

(0.05 sec)
  1. Remove Metadata from DOCX using C#

    Efficiently learn how to remove metadata from DOCX using C# with a code example demonstrating how to delete metadata from DOCX in C# without installing extra software....the author’s name, document properties, editing history, and comments...method to delete the metadata properties Use the Metadata.Save method...

    kb.groupdocs.com/metadata/net/remove-metadata-f...
  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. Features Overview | Documentation

    A .NET 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 specified...manipulate most common metadata properties in a unified manner Working...

    docs.groupdocs.com/metadata/net/features-overview/
  4. Save Document Comparison Results in Image Format

    Yes, you heard it right. We’ve implemented ability to save document comparison results in image format as well. In this blog post we’ll review the new feature and bug fixes introduced in monthly release of GroupDocs.Comparison for .NET 19.3.1. Let’s talk about image representation of the document pages. The moment you save comparison results in your directory, you have a control to save results in image format as well using ICompareResult....this you can set following properties: BeginSeparatorString Bold...there was no impact of such properties in the output HTML. Can we...

    blog.groupdocs.com/comparison/save-document-com...
  5. 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...
  6. 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/
  7. Extract RIFF INFO and Metadata of WAV files in C#

    Extract metadata and RIFF INFO of WAV audio files in C#. Metadata API allows metadata management within your .NET applications....the WAV package metadata properties of WAV files in C#. Load...Now you can access all the properties of WAV audio. Here is the...

    blog.groupdocs.com/metadata/extract-riff-info-a...
  8. 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...
  9. 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 Java...creation by setting the class properties. You can customize the following...indicate if compare variable properties. indicates if compare built...

    docs.groupdocs.com/comparison/java/comparison/
  10. Basic Usage | Documentation

    Quick Start section for GroupDocs.Metadata API Manage metadata in your documents fast and easy with our intuitive and powerful API just with a few lines of code. Let’s review common usage scenarios when documents are stored in a local drive and you want to manage them using GroupDocs.Metadata API....Find metadata properties Remove metadata properties Set metadata...metadata properties Clean metadata Was this page helpful? Not really...

    docs.groupdocs.com/metadata/python-net/basic-us...