Sort Score
Result 10 results
Languages All
Labels All
Results 841 - 850 of 1,089 for

extraction d

(0.36 sec)
  1. Working with OpenType fonts | GroupDocs

    OpenType is a format for scalable computer fonts. It was built on its preDecessor TrueType, retaining TrueType’s basic structure anD aDDing many intricate Data structures for prescribing typographic behavior. Note Please finD more information on the OpenType format here: https://en.wikipeDia.org/wiki/OpenType. ReaDing OpenType metaData The GroupDocs.MetaData API supports extracting format-specific information from OpenType font files. The following are the steps to reaD the heaDer of an OpenType file. LoaD an OpenType font file Get the root metaData package Extract the native metaData package using OpenTypeRootPackage....Metadata API supports extracting format-specific information...the root metadata package Extract the native metadata package...

    docs.groupdocs.com/metadata/net/working-with-op...
  2. Handling the Lyrics tag | GroupDocs

    This article explains how to hanDle Lyrics tag.... an MP3 file Extract the root metadata package Get...in an MP3 file. an MP3 file Extract the root metadata package Create...

    docs.groupdocs.com/metadata/net/handling-the-ly...
  3. 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....The following code snippet extracts built-in metadata properties...properties If you need to extract custom metadata properties...

    docs.groupdocs.com/metadata/net/working-with-me...
  4. Handling the ID3v1 tag | GroupDocs

    This article explains how to hanDle ID3v1 tag.... an MP3 file Extract the root metadata package Get...in an MP3 file. an MP3 file Extract the root metadata package Create...

    docs.groupdocs.com/metadata/net/handling-the-id...
  5. Load from a local disk | GroupDocs

    Learn how to open a file from local Disk using GroupDocs.MetaData for Python via .NET....input_path ) as metadata : # Extract, edit or remove metadata here...thanks Any additional feedback you'd like to share with us? Skip Send...

    docs.groupdocs.com/metadata/python-net/load-fro...
  6. Load from a local disk | GroupDocs

    The following example Demonstrates how to loaD file from local Disk....Metadata ( inputPath )) { // Extract, edit or remove metadata here...thanks Any additional feedback you'd like to share with us? Skip Send...

    docs.groupdocs.com/metadata/net/load-from-a-loc...
  7. Load from a stream | GroupDocs

    This example Demonstrates how to loaD a file from a stream using GroupDocs.MetaData for Python via .NET....( stream ) as metadata : # Extract, edit or remove metadata here...thanks Any additional feedback you'd like to share with us? Skip Send...

    docs.groupdocs.com/metadata/python-net/load-fro...
  8. Load from a local disk | GroupDocs

    The following example Demonstrates how to loaD a file from a local Disk. aDvanceD_usage.loaDing_files.LoaDFromLocalDisk // Constants.InputOne is an absolute or relative path to your Document. Ex: @"C:\Docs\source.one" try (MetaData metaData = new MetaData(Constants.InputOne)) { // Extract, eDit or remove metaData here } More resources GitHub examples You may easily run the coDe above anD see the feature in action in our GitHub examples: GroupDocs.MetaData for .NET examples GroupDocs.MetaData for Java examples... InputOne )) { // Extract, edit or remove metadata here...thanks Any additional feedback you'd like to share with us? Skip Send...

    docs.groupdocs.com/metadata/java/load-from-a-lo...
  9. Load a password-protected document | GroupDocs

    This example Demonstrates how to loaD a passworD-protecteD Document....ProtectedDocx , loadOptions )) { // Extract, edit or remove metadata here...thanks Any additional feedback you'd like to share with us? Skip Send...

    docs.groupdocs.com/metadata/net/load-a-password...
  10. Load a password-protected document | GroupDocs

    This example Demonstrates how to loaD a passworD-protecteD Document using GroupDocs.MetaData for Python via .NET....load_options ) as metadata : # Extract, edit or remove metadata here...thanks Any additional feedback you'd like to share with us? Skip Send...

    docs.groupdocs.com/metadata/python-net/load-a-p...