Sort Score
Result 10 results
Languages All
Labels All
Results 1,641 - 1,650 of 3,356 for

library

(0.08 sec)
  1. Spelling corrector | GroupDocs

    This article gives the knowledge of the API methods which can be used to perform operations about spelling corrector using Java....NET library we provide simple, but powerful...

    docs.groupdocs.com/search/nodejs-java/spelling-...
  2. Verify Barcode Signatures in Document | GroupDocs

    This topic explains how to verify Barcode electronic signatures with GroupDocs.Signature for Python via .NET API....with the full-featured Python library, we provide simple but powerful...

    docs.groupdocs.com/signature/python-net/verify-...
  3. Traverse a whole metadata tree | GroupDocs

    This article explains that the GroupDocs.Metadata represents any loaded file as a tree consisting of metadata properties and nested metadata packages. You can easily iterate through the metadata tree...NET library we provide simple, but powerful...

    docs.groupdocs.com/metadata/net/traverse-a-whol...
  4. Sign document with analysis of the Sign process...

    This article shows how to analyse the sign processing of the document...NET library, we provide simple but powerful...

    docs.groupdocs.com/signature/net/sign-document-...
  5. Composing signature with linear gradient brush ...

     This article explains how to fill signature background with linear gradient brush...NET library we provide simple, but powerful...

    docs.groupdocs.com/signature/java/composing-sig...
  6. Search for encrypted text in Metadata signature...

     This article explains how to search for encrypted text electronic signatures in the document metadata. This topic contains example of using standard encryption and search for encrypted text in the document metadata with further decryption by GroupDocs.Signature API....NET library we provide simple, but powerful...

    docs.groupdocs.com/signature/java/search-for-en...
  7. Queries in text and object form | GroupDocs

    This article gives the knowledge about two ways to create a search query: in text or object form using Java search API....NET library we provide simple, but powerful...

    docs.groupdocs.com/search/nodejs-java/queries-i...
  8. GroupDocs.Viewer for Node.js 25.12 – Latest Upd...

    Explore what’s new in GroupDocs.Viewer for Node.js 25.12. Available now on NuGet and GroupDocs website....changes focus on keeping the library aligned with the latest runtime...

    blog.groupdocs.com/viewer/groupdocs-viewer-for-...
  9. 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....NET library we provide simple, but powerful...

    docs.groupdocs.com/metadata/net/working-with-zi...
  10. 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); // ....NET library we provide simple, but powerful...

    docs.groupdocs.com/metadata/net/working-with-me...