Sort Score
Result 10 results
Languages All
Labels All
Results 511 - 520 of 801 for

extract page

(0.03 sec)
  1. 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....Metadata API supports extracting format-specific information...the root metadata package Extract the native metadata package...

    docs.groupdocs.com/metadata/net/working-with-me...
  2. 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...
  3. Use Microsoft Azure Computer Vision API | Docum...

    This article explains that how to use Microsoft Azure Computer Vision API...// Parse json response to extract lines and words with the bounding...with our free online . Was this page helpful? Not really Yes, thanks...

    docs.groupdocs.com/redaction/net/use-microsoft-...
  4. Working with metadata in ProjectManagement form...

    GroupDocs.Metadata for Java 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 getDocumentProperties method defined in the DocumentRootPackage class. The following code snippet Extracts built-in metadata properties and displays them on the screen. advanced_usage.managing_metadata_for_specific_formats.document.project_management.ProjectManagementReadBuiltInProperties try (Metadata metadata = new Metadata(Constants.InputMpp)) { ProjectManagementRootPackage root = metadata....The following code snippet extracts built-in metadata properties...properties If you need to extract custom metadata properties...

    docs.groupdocs.com/metadata/java/working-with-m...
  5. Working with worksheet headers and footers | Do...

    This article explains how to work with worksheet headers and footers while using GroupDocs watermarking API...and footers Leave feedback Extracting information about all headers...an excel document You can extract about all the headers and footers...

    docs.groupdocs.com/watermark/net/working-with-w...
  6. annotation.xml

    1.0 utf-8 yes http://www.sitemaps.org/schemas/sitemap/0.9 http://www.w3.org/1999/xhtml https://docs.groupdocs.com/annotation/net/technical-support/weekly0.5https://docs.groupdocs.com/annotation/jav......com/annotation/java/extract-annotations-from-document/weekly0...com/annotation/java/generate-document-pages-preview/weekly0.5https://docs...

    docs.groupdocs.com/sitemaps/annotation.xml
  7. How to run examples | Documentation

    You can build a project from scratch using Visual Studio .NET CLI. We will step you through both cases....examples Leave feedback On this page We offer multiple solutions...outputFilePathFormat = @"output\page-{0}.html" ; HtmlViewOptions...

    docs.groupdocs.com/viewer/net/how-to-run-examples/
  8. Inserting edited slide into existing presentati...

    This article describes how to insert an edited presentation slide into an existing PowerPoint presentation using GroupDocs.Editor for Node.js and Java....Java Leave feedback On this page Introduction GroupDocs.Editor...EditableDocument instance. Extract HTML and CSS content from the...

    docs.groupdocs.com/editor/nodejs-java/inserting...
  9. Extracting property values | Documentation

    This article shows knowledge about The most common way to get the metadata property value is to check its type and convert it to the appropriate platform-specific type in Java....properties / Extracting property values Extracting property values...platform-specific type. advanced_usage.extracting_property_values.ExtractUsingType...

    docs.groupdocs.com/metadata/java/extracting-pro...
  10. Extracting property values | Documentation

    This article shows knowledge about The most common way to get the metadata property value is to check its type and convert it to the appropriate platform-specific type....properties / Extracting property values Extracting property values...property in properties ) { // Extract the property value using a...

    docs.groupdocs.com/metadata/net/extracting-prop...