Sort Score
Result 10 results
Languages All
Labels All
Results 3,761 - 3,770 of 4,833 for

groupdocs.signature,

(0.13 sec)
  1. Extract text from ZIP archive files | Documenta...

    To extract files from ZIP archives getContainer method is used. This method returns the collection of ContainerItem objects. Zip Entry can contain the following metadata: Name Description date The time and date at which the file indicated by the Zip Entry was last modified. crc The 32-bit CRC (Cyclic Redundancy Check) on the contents of the Zip Entry. These metadata refer to a container element itself, not a document. Here are the steps to extract an email text from Zip archives:...To extract files from ZIP archives getContainer method is used. This method returns the collection of ContainerItem objects. Zip Entry can contain the following metadata: Name Description date The time and date at which the file indicated by the Zip Entry was last modified. crc The 32-bit CRC (Cyclic Redundancy Check) on the contents of the Zip Entry. These metadata refer to a container element itself, not a document. Here are the steps to extract an email text from Zip archives:

    docs.groupdocs.com/parser/java/extract-text-fro...
  2. EditableDocument | Documentation

    This documentation section explains features of EditableDocument class when editing document with GroupDocs.Editor for Java API....This documentation section explains features of EditableDocument class when editing document with GroupDocs.Editor for Java API.

    docs.groupdocs.com/editor/java/editabledocument/
  3. Loading XML Documents with Options | Documentation

    Learn this article and check how to load and convert XML documents with advanced options using GroupDocs.Conversion for Java API....Learn this article and check how to load and convert XML documents with advanced options using GroupDocs.Conversion for Java API.

    docs.groupdocs.com/conversion/java/load-xml-doc...
  4. Document protection | Documentation

    This article explains how to edit protected Word document, allow or restrict document editing features like adding comments or filling form fields using GroupDocs.Editor for Java API....This article explains how to edit protected Word document, allow or restrict document editing features like adding comments or filling form fields using GroupDocs.Editor for Java API.

    docs.groupdocs.com/editor/java/document-protect...
  5. Remove metadata properties | Documentation

    The easiest way to remove metadata properties from a file is to use corresponding tags that allow you to locate the desired properties across all metadata packages....The easiest way to remove metadata properties from a file is to use corresponding tags that allow you to locate the desired properties across all metadata packages.

    docs.groupdocs.com/metadata/python-net/remove-m...
  6. 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); // ....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<AviRootPackage>(); 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); // .

    docs.groupdocs.com/metadata/net/working-with-me...
  7. Working with ZIP archives | Documentation

    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....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.

    docs.groupdocs.com/metadata/net/working-with-zi...
  8. Handling metadata in WAV files | Documentation

    This article explains about the API supports extracting metadata from WAV files...This article explains about the API supports extracting metadata from WAV files

    docs.groupdocs.com/metadata/java/handling-metad...
  9. Load personal storage PST or OST with options |...

    Learn this article and check how to load and convert PST/OST documents with advanced options using GroupDocs.Conversion for .NET API....Learn this article and check how to load and convert PST/OST documents with advanced options using GroupDocs.Conversion for .NET API.

    docs.groupdocs.com/conversion/net/load-personal...
  10. Load TXT document with options | Documentation

    Learn this article and check how to load and convert text files with advanced options using GroupDocs.Conversion for Java API....Learn this article and check how to load and convert text files with advanced options using GroupDocs.Conversion for Java API.

    docs.groupdocs.com/conversion/nodejs-java/load-...