Sort Score
Result 10 results
Languages All
Labels All
Results 3,161 - 3,170 of 6,088 for

groupdocs.viewer,

(0.06 sec)
  1. 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...
  2. How to Run Examples | GroupDocs

    Learn how to run C# examples which contain removing metadata from photos, adding metadata to photos, removing metadata from pdf, adding metadata to various formats and many more examples....Learn how to run C# examples which contain removing metadata from photos, adding metadata to photos, removing metadata from pdf, adding metadata to various formats and many more examples.

    docs.groupdocs.com/metadata/net/how-to-run-exam...
  3. Extracting property values | GroupDocs

    Learn common ways to read metadata property values and handle types in GroupDocs.Metadata for Python via .NET....Learn common ways to read metadata property values and handle types in GroupDocs.Metadata for Python via .NET.

    docs.groupdocs.com/metadata/python-net/extracti...
  4. Get document info | GroupDocs

    GroupDocs.Metadata allows users to get meta information of a document....GroupDocs.Metadata allows users to get meta information of a document.

    docs.groupdocs.com/metadata/nodejs-java/get-doc...
  5. Using viewer in HTML mode to mimic user experie...

    hi, I am looking for a solution to use your Viewer on Java to display documents on the web application. My targeted documents are mostly : pdf (some of the pdf’s might be coming from scanners) plus all microsoft office …...hi, I am looking for a solution to use your Viewer on Java to display documents on the web application. My targeted documents are mostly : pdf (some of the pdf’s might be coming from scanners) plus all microsoft office &hellip;

    forum.groupdocs.com/t/using-viewer-in-html-mode...
  6. How to Convert Outlook Email to Word in C#

    This tutorial provides all the necessary procedures to convert Outlook email to Word in C# and a sample working application for C# Email to Word conversion....This tutorial provides all the necessary procedures to convert Outlook email to Word in C# and a sample working application for C# Email to Word conversion.

    kb.groupdocs.com/conversion/net/how-to-convert-...
  7. How to Convert DOCX to DOC using Java

    In this article, you will explore how to convert DOCX to DOC using Java without installing extra software. Also, we will provide the code to export DOCX to DOC in Java....In this article, you will explore how to convert DOCX to DOC using Java without installing extra software. Also, we will provide the code to export DOCX to DOC in Java.

    kb.groupdocs.com/conversion/java/how-to-convert...
  8. How to Convert MSG to DOCX using Java

    This section will teach you how to convert MSG to DOCX using Java without the need of third-party software. Also, we will provide code to export MSG to DOCX in Java....This section will teach you how to convert MSG to DOCX using Java without the need of third-party software. Also, we will provide code to export MSG to DOCX in Java.

    kb.groupdocs.com/conversion/java/how-to-convert...
  9. Extract Hyperlinks from DOCX using C#

    Learn how to extract hyperlinks from DOCX using C# with this step-by-step guide. Discover how to read hyperlinks from DOCX in C# without extra software installation....Learn how to extract hyperlinks from DOCX using C# with this step-by-step guide. Discover how to read hyperlinks from DOCX in C# without extra software installation.

    kb.groupdocs.com/parser/net/extract-hyperlinks-...
  10. How to Convert DOCX to HTML using C#

    In this topic, you will explore how to convert DOCX to HTML using C#. Moreover, we will provide a code example to export DOCX to HTML in C# without using extra tools....In this topic, you will explore how to convert DOCX to HTML using C#. Moreover, we will provide a code example to export DOCX to HTML in C# without using extra tools.

    kb.groupdocs.com/conversion/net/how-to-convert-...