Sort Score
Result 10 results
Languages All
Labels All
Results 4,001 - 4,010 of 33,517 for

groupdocs.viewer

(0.06 sec)
  1. Working with metadata in AVI files | GroupDocs

    Reading AVI header properties The GroupDocs.Metadata API supports extracting format-specific information from AVI file headers. The following are the steps to read the header of an AVI file. Load an AVI video Get the root metadata package Extract the native metadata package using AviRootPackage.Header Read the AVI header properties AdvancedUsage.ManagingMetadataForSpecificFormats.Video.Avi.AviReadHeaderProperties using (Metadata metadata = new Metadata(Constants.InputAvi)) { var root = metadata.GetRootPackage(); Console.WriteLine(root.Header.AviHeaderFlags); Console.WriteLine(root.Header.Height); Console.WriteLine(root.Header.Width); Console.WriteLine(root.Header.TotalFrames); Console.WriteLine(root.Header.InitialFrames); Console.WriteLine(root.Header.MaxBytesPerSec); Console.WriteLine(root.Header.PaddingGranularity); Console.WriteLine(root.Header.Streams); // ....Total Product Family GroupDocs.Viewer Product Solution GroupDocs...

    docs.groupdocs.com/metadata/net/working-with-me...
  2. Working with ZIP archives | GroupDocs

    Get ZIP format metadata The API allows detecting ZIP archives and reading format metadata. The following steps are needed to be followed: Load a ZIP archive Get the root metadata package Extract the native metadata package using ZipRootPackage.ZipPackage Read the ZIP archive properties Loop through ZipPackage.Files to extract information about archived files The following code snippet shows how to get metadata from a ZIP archive. AdvancedUsage.ManagingMetadataForSpecificFormats.Archive.ZipReadNativeMetadataProperties Encoding encoding = Encoding....Total Product Family GroupDocs.Viewer Product Solution GroupDocs...

    docs.groupdocs.com/metadata/net/working-with-zi...
  3. eSign document with multiple signatures | Group...

    This article explains how to sign a document with multiple signatures of various types by GroupDocs.Signature API...Total Product Family GroupDocs.Viewer Product Solution GroupDocs...

    docs.groupdocs.com/signature/net/esign-document...
  4. eSign document with Stamp signature | GroupDocs

    This article explains how to sign document electronically with generated Stamp signatures by GroupDocs.Signature API....Total Product Family GroupDocs.Viewer Product Solution GroupDocs...

    docs.groupdocs.com/signature/java/esign-documen...
  5. Convert EML to JPG using C#

    Discover the straightforward process of how to convert EML to JPG using C#. Additionally, we'll furnish you with a code example to export EML to JPG using C#....Annotation Product Family GroupDocs.Viewer Product Family GroupDocs...

    kb.groupdocs.com/conversion/net/convert-eml-to-...
  6. Extract Images from DOCX using C#

    Learn how to extract images from DOCX using C# quickly with this guide. Obtain practical C# code to extract images from DOCX to improve your document processing....Annotation Product Family GroupDocs.Viewer Product Family GroupDocs...

    kb.groupdocs.com/parser/net/extract-images-from...
  7. Convert PDF to MD using Node.js

    Easily convert PDF to MD using Node.js with a simple and efficient process. Learn how to export PDF to MD in Node.js for seamless text extraction and document conversion....Annotation Product Family GroupDocs.Viewer Product Family GroupDocs...

    kb.groupdocs.com/conversion/nodejs/convert-pdf-...
  8. Read Metadata from PDF using C#

    Learn how to read metadata from PDF using C# without requiring extra software installation. Delve into a code sample demonstrating how to read metadata of PDF using C#....Annotation Product Family GroupDocs.Viewer Product Family GroupDocs...

    kb.groupdocs.com/metadata/net/read-metadata-fro...
  9. Remove Metadata from PDF using C#

    Quickly learn how to remove metadata from PDF using C#. Also, you'll be provided a code example to clean metadata from PDF in C# without installing extra software....Annotation Product Family GroupDocs.Viewer Product Family GroupDocs...

    kb.groupdocs.com/redaction/net/remove-metadata-...
  10. Merge HTML files using C#

    This guide will provide key instructions to merge HTML files using C# and will include a code snippet demonstrating how to combine HTML files in C# effectively....Annotation Product Family GroupDocs.Viewer Product Family GroupDocs...

    kb.groupdocs.com/merger/net/merge-html-files-us...