Sort Score
Result 10 results
Languages All
Labels All
Results 101 - 110 of 2,132 for

properties

(0.05 sec)
  1. Features Overview | Documentation

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

    docs.groupdocs.com/metadata/python-net/features...
  2. Document protection | Documentation

    This article explains how to edit protected Word documents and allow or restrict document editing features like adding comments or filling form fields using GroupDocs.Editor for Node.js and Java....protection Leave feedback The property, if set, enables document...through the property in the class. By default, this property is set...

    docs.groupdocs.com/editor/nodejs-java/document-...
  3. metadata.xml

    1.0 utf-8 yes http://www.sitemaps.org/schemas/sitemap/0.9 http://www.w3.org/1999/xhtml https://docs.groupdocs.com/metadata/nodejs-java/technical-support/weekly0.5https://docs.groupdocs.com/metadata......com/metadata/java/exporting-metadata-properties/weekly0.5https://docs.groupdocs...com/metadata/java/extracting-property-values/weekly0.5https://docs...

    docs.groupdocs.com/sitemaps/metadata.xml
  4. Releasing First Version of GroupDocs.Metadata f...

    We are extremely excited to announce that the first version of GroupDocs.Metadata for Java has been released. GroupDocs.Metadata for Java is a valuable addition to the GroupDocs.Metadata product family that empowers Java developers while working with metadata of popular file formats. It is powerful as well as easy to use API that provides all basic metadata operations (i.e. view, add, modify, remove) for a number of file formats. API gets the file as an input and makes its metadata accessible to the user....metadata properties in documents Custom metadata properties in documents...documents EXIF metadata properties in images EXIF maker-notes...

    blog.groupdocs.com/metadata/releasing-first-ver...
  5. 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...
  6. Working with Metadata in ASF Files | Documentation

    Working with metadata in ASF files 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 AsfRootPackage.AsfPackage Read the ASF metadata Properties AdvancedUsage.ManagingMetadataForSpecificFormats.Video.Asf.AsfReadNativeMetadataProperties using (Metadata metadata = new Metadata(Constants.InputAsf)) { var root = metadata.GetRootPackage(); var package = root.AsfPackage; // Display basic Properties Console....Reading ASF format-specific properties The GroupDocs.Metadata API...using Read the ASF metadata properties AdvancedUsage.ManagingMetadataForS...

    docs.groupdocs.com/metadata/net/working-with-me...
  7. Announcing Hotfix Release of GroupDocs.Conversi...

    This hotfix release of GroupDocs.Conversion for Java 18.6.1 resolves missing Properties issue in some LoadOptions classes that was raised in previous version of the API. Such as setShowGridLines() or setShowHiddenSheets(). Aside this, one improvement is introduced. Please take a look over the release notes. Improvements Hide mail header when converted MSG to PDF Bug Fixs Missing Properties in some options classes API ResourcesHere are a few channels and resources for you to download, learn, try and get technical support on GroupDocs....1 resolves missing properties issue in some LoadOptions...to PDF Bug Fixs # Missing properties in some options classes API...

    blog.groupdocs.com/conversion/announcing-hotfix...
  8. Remove Metadata from XLS using C#

    Quickly understand how to remove metadata from XLS using C#. Additionally, you'll get code snippet illustrating the process of how to delete metadata from XLS in C#....constructor Delete the metadata properties using the Metadata.RemoveProperties...on disk Clearing document properties in XLS files involves a precise...

    kb.groupdocs.com/metadata/net/remove-metadata-f...
  9. 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...
  10. Read MP3 Tags using C# - (ID3, Lyrics, APE) | ....

    Extract MP3 tags from the mp3 files using C#. Read the ID3v1, ID3v2, Lyrics and APEv2 metadata standard tags from the mp3 files using .NET Metadata API....use the AttachedPictures properties. The following C# source...can get lyrics tags and its properties like Lyrics, artist, etc...

    blog.groupdocs.com/metadata/read-mp3-tags-using...