Sort Score
Result 10 results
Languages All
Labels All
Results 71 - 80 of 495 for

chunk

(0.07 sec)
  1. Search Text in Folders by Indexing using C# | U...

    Search text by parts, text indexing, specify the number of search threads, and get search time to get search results in C# using GroupDocs Search API for .NET Developers....index and then search text in chunks from the mentioned folder in...perform the search by parts/chunks. Create the Index with your...

    blog.groupdocs.com/2020/05/29/search-text-by-in...
  2. GroupDocs.Metadata for Java 21.1 Release Notes ...

    Note This page contains release notes for GroupDocs.Metadata for Java 21.1 Major Features There are the following features, enhancements and fixes in this release: Implement the ability to extract content statistics from OneNote documents Implement the ability to extract INFO Chunk metadata from all formats derived from the RIFF container (AVI, WAV) Attempted to divide by zero. Input string was not in a correct format. Full List of Issues Covering all Changes in this Release Key Summary Category METADATANET-2841 Implement the ability to extract content statistics from OneNote documents New Feature METADATANET-2853 Implement the ability to extract INFO Chunk metadata from all formats derived from the RIFF container (AVI, WAV) New Feature METADATANET-3660 Attempted to divide by zero....the ability to extract INFO chunk metadata from all formats derived...the ability to extract INFO chunk metadata from all formats derived...

    docs.groupdocs.com/metadata/java/groupdocs-meta...
  3. PngCompressedTextChunk Class - GroupDocs.Metada...

    Represents compressed textual data extracted from a PNG image....algorithm used to compress the chunk data. Count Gets the number...information represented by the chunk. (Inherited from PngTextChunk...

    apireference.groupdocs.com/metadata/net/groupdo...
  4. PngCompressedTextChunk - GroupDocs.Metadata for...

    All Classes Packages com.groupdocs.metadata com.groupdocs.metadata.core com.groupdocs.metadata.export com.groupdocs.m......algorithm used to compress the chunk data. Methods inherited from...algorithm used to compress the chunk data. Returns: The algorithm...

    apireference.groupdocs.com/metadata/java/com.gr...
  5. pngcompressedtextchunk - GroupDocs.Metadata for...

    All Classes Packages com.groupdocs.metadata com.groupdocs.metadata.core com.groupdocs.metadata.export com.groupdocs.m......algorithm used to compress the chunk data. Methods inherited from...algorithm used to compress the chunk data. Returns: The algorithm...

    apireference.groupdocs.com/metadata/java/com.gr...
  6. GroupDocs.Metadata.Formats.Riff Namespace - Gro...

    The namespace provides functionality allowing users to work with metadata of various formats derived from the RIFF container....extracted from the RIFF INFO chunk....

    apireference.groupdocs.com/metadata/net/groupdo...
  7. Working with metadata in AVI files | Documentation

    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 the AviRootPackage.getHeader method Read the AVI header properties advanced_usage.managing_metadata_for_specific_formats.video.avi.AviReadHeaderProperties try (Metadata metadata = new Metadata(Constants.InputAvi)) { AviRootPackage root = metadata.getRootPackageGeneric(); System.out.println(root.getHeader().getAviHeaderFlags()); System.out.println(root.getHeader().getHeight()); System.out.println(root.getHeader().getWidth()); System.out.println(root.getHeader().getTotalFrames()); System.out.println(root.getHeader().getInitialFrames()); System.out.println(root.getHeader().getMaxBytesPerSec()); System.... } Extract RIFF INFO chunk metadata The AVI format is derived...with metadata in the INFO chunk. The chunk may include information...

    docs.groupdocs.com/metadata/java/working-with-m...
  8. chunk-PWVG4FAD.js

    import{a as O}from"./Chunk-JMGUUC2V.js";import{$d as T,B as $,Bc as P,Jd as E,Kc as y,Kd as L,Ld as h,Md as S,N as c,Nd as M,Od as k,P as p,Pd as q,Rd as A,S as o,Sd as g,Zd as D,_c as C,c as U,ed ....../chunk-JMGUUC2V.js";import{$d as T,B as $...ud as w,w as F,z as I}from"./chunk-D5B2L7LX.js";var v={};U(v,{...

    purchase.groupdocs.com/chunk-PWVG4FAD.js
  9. pngcolortype - GroupDocs.Signature for Java - A...

    All Classes Packages com.groupdocs.signature com.groupdocs.signature.domain com.groupdocs.signature.domain.barcodes c......is a palette index; a PLTE chunk shall appear. static int Truecolor...is a palette index; a PLTE chunk shall appear. See Also: Constant...

    apireference.groupdocs.com/signature/java/com.g...
  10. Working with metadata in AVI files | Documentation

    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); // .... } Extract RIFF INFO chunk metadata The AVI format is derived...with metadata in the INFO chunk. The chunk may include information...

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