Sort Score
Result 10 results
Languages All
Labels All
Results 2,671 - 2,680 of 5,877 for

groupdocs.viewer,

(0.22 sec)
  1. How to Run the Examples | GroupDocs

    Examples to annotate on your documents, images or web pages using Java....Examples to annotate on your documents, images or web pages using Java.

    docs.groupdocs.com/annotation/java/how-to-run-t...
  2. Working with metadata in FLV files | GroupDocs

    Reading FLV header properties The GroupDocs.Metadata API supports extracting format-specific information from the FLV file header. The following are the steps to read the header of an FLV file. Load an FLV video Get the root metadata package Extract the native metadata package using FlvRootPackage.Header Read the FLV header properties AdvancedUsage.ManagingMetadataForSpecificFormats.Video.Flv.FlvReadHeaderProperties using (Metadata metadata = new Metadata(Constants.InputFlv)) { var root = metadata.GetRootPackage(); Console.WriteLine(root.Header.Version); Console.WriteLine(root.Header.HasAudioTags); Console.WriteLine(root.Header.HasVideoTags); Console.WriteLine(root.Header.TypeFlags); } Working with XMP metadata GroupDocs....Reading FLV header properties The GroupDocs.Metadata API supports extracting format-specific information from the FLV file header. The following are the steps to read the header of an FLV file. Load an FLV video Get the root metadata package Extract the native metadata package using FlvRootPackage.Header Read the FLV header properties AdvancedUsage.ManagingMetadataForSpecificFormats.Video.Flv.FlvReadHeaderProperties using (Metadata metadata = new Metadata(Constants.InputFlv)) { var root = metadata.GetRootPackage<FlvRootPackage>(); Console.WriteLine(root.Header.Version); Console.WriteLine(root.Header.HasAudioTags); Console.WriteLine(root.Header.HasVideoTags); Console.WriteLine(root.Header.TypeFlags); } Working with XMP metadata GroupDocs.

    docs.groupdocs.com/metadata/net/working-with-me...
  3. Get changes coordinates | GroupDocs

    This article explains how to obtain coordinates for detected changes at a document pages preview when compare documents with GroupDocs.Comparison for Java...This article explains how to obtain coordinates for detected changes at a document pages preview when compare documents with GroupDocs.Comparison for Java

    docs.groupdocs.com/comparison/java/get-changes-...
  4. Save to Stream | GroupDocs

    This article demonstrates that how to save a document to any custom file at any location on the local disc or a even a Stream...This article demonstrates that how to save a document to any custom file at any location on the local disc or a even a Stream

    docs.groupdocs.com/redaction/net/save-to-stream/
  5. Compare PDF documents | GroupDocs

    Learn how to compare PDF documents using GroupDocs.Comparison for Python via .NET. Detect and highlight text and formatting differences between PDF files with Python code....Learn how to compare PDF documents using GroupDocs.Comparison for Python via .NET. Detect and highlight text and formatting differences between PDF files with Python code.

    docs.groupdocs.com/comparison/python-net/compar...
  6. Load text from string | GroupDocs

    This article explains how to load values from variables of string type when using GroupDocs.Comparison for Java....This article explains how to load values from variables of string type when using GroupDocs.Comparison for Java.

    docs.groupdocs.com/comparison/java/load-text-fr...
  7. Search flow | GroupDocs

    This article shows the internal stages of each search operation using Java search API....This article shows the internal stages of each search operation using Java search API.

    docs.groupdocs.com/search/java/search-flow/
  8. Deleting documents | GroupDocs

    This page contains information about deleting documents in the search network....This page contains information about deleting documents in the search network.

    docs.groupdocs.com/search/java/deleting-documents/
  9. Export Data | GroupDocs

    How to export data to XML files....How to export data to XML files.

    docs.groupdocs.com/parser/java/export-data/
  10. Extract data from Emails | GroupDocs

    GroupDocs.Parser provides the functionality to extract data from emails. Both email message (eml, msg) and Outlook Storage (ost, pst) formats are supported. Also POP, IMAP and Exchange Web Services protocols are supported. The following table provides the list of supported formats: Format Description EML E-Mail Message EMLX Apple Mail Message MSG Microsoft Outlook Mail Message PST Microsoft Outlook Personal Information Store File OST Microsoft Outlook Offline Data File More resources GitHub examples You may easily run the code above and see the feature in action in our GitHub examples:...GroupDocs.Parser provides the functionality to extract data from emails. Both email message (eml, msg) and Outlook Storage (ost, pst) formats are supported. Also POP, IMAP and Exchange Web Services protocols are supported. The following table provides the list of supported formats: Format Description EML E-Mail Message EMLX Apple Mail Message MSG Microsoft Outlook Mail Message PST Microsoft Outlook Personal Information Store File OST Microsoft Outlook Offline Data File More resources GitHub examples You may easily run the code above and see the feature in action in our GitHub examples:

    docs.groupdocs.com/parser/java/extract-data-fro...