Sort Score
Result 10 results
Languages All
Labels All
Results 2,061 - 2,070 of 3,776 for

conholdate

(2.58 sec)
  1. Removing metadata | GroupDocs

    Example demonstrates some advanced usage scenarios of the GroupDocs.Metadata search engine allowing to remove metadata properties...app conholdate.com conholdate.cloud conholdate.app containerize...

    docs.groupdocs.com/metadata/net/removing-metadata/
  2. Get document info | GroupDocs

    Retrieve file type, page count, size, and encryption using Python via .NET....app conholdate.com conholdate.cloud conholdate.app containerize...

    docs.groupdocs.com/watermark/python-net/get-doc...
  3. Working with metadata in PNG images | GroupDocs

    Reading PNG metadata properties The GroupDocs.Metadata API supports extracting format-specific information from PNG images. The following are the steps to read the native PNG metadata. Load a PNG image Get the root metadata package Extract the native metadata package using PngRootPackage.PngPackage Read the PNG metadata properties AdvancedUsage.ManagingMetadataForSpecificFormats.Image.Png.PngReadTextChunks using (Metadata metadata = new Metadata(Constants.InputPng)) { var root = metadata.GetRootPackage(); foreach (var chunk in root.PngPackage.TextChunks) { Console.WriteLine(chunk.Keyword); Console.WriteLine(chunk.Text); var compressedChunk = chunk as PngCompressedTextChunk; if (compressedChunk !...app conholdate.com conholdate.cloud conholdate.app containerize...

    docs.groupdocs.com/metadata/net/working-with-me...
  4. Getting known property descriptors | GroupDocs

    This code snippet demonstrates how to extract information about known properties that can be encountered in a particular package. Load a file to examine Get a collection of PropertyDescriptor instances for any desired metadata package Iterate through the extracted descriptors advanced_usage.GettingKnownPropertyDescriptors JavaScript const metadata = new groupdocs.metadata.Metadata("input.doc"); var root = metadata.getRootPackageGeneric(); var descriptors = root.getDocumentProperties().getKnowPropertyDescriptors(); for(var i=0;iconholdate.com conholdate.cloud conholdate.app containerize...

    docs.groupdocs.com/metadata/nodejs-java/getting...
  5. 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 the FlvRootPackage.getHeader method Read the FLV header properties advanced_usage.managing_metadata_for_specific_formats.video.flv.FlvReadHeaderProperties try (Metadata metadata = new Metadata(Constants.InputFlv)) { FlvRootPackage root = metadata.getRootPackageGeneric(); System.out.println(root.getHeader().getVersion()); System.out.println(root.getHeader().hasAudioTags()); System.out.println(root.getHeader().hasVideoTags()); System.out.println(root.getHeader().getTypeFlags()); } Working with XMP metadata GroupDocs....app conholdate.com conholdate.cloud conholdate.app containerize...

    docs.groupdocs.com/metadata/java/working-with-m...
  6. Loading specific file formats | GroupDocs

    In some cases it’s required to specify the document format manually to guarantee correct output produced by GroupDocs.Parser. The following are the cases when the document format must be specified manually: Markdown documents MHTML documents OTP documents (OpenDocument Presentation Template) Databases Emails from remote servers Here are the steps to specify the document format for Markup document. Instantiate the LoadOptions object and pass the document format in LoadOptions(FileFormat) constructor; Create Parser object and call any method....app conholdate.com conholdate.cloud conholdate.app containerize...

    docs.groupdocs.com/parser/java/loading-specific...
  7. Extract data from Microsoft Office Excel spread...

    Complete guide to extracting data, text, and tables from Excel spreadsheets (.xls, .xlsx) using GroupDocs.Parser for .NET. Learn how to extract tables from Excel C# with code examples....app conholdate.com conholdate.cloud conholdate.app containerize...

    docs.groupdocs.com/parser/net/extract-data-from...
  8. Extract barcodes from document | GroupDocs

    This article explains that how to extract barcodes from documents....app conholdate.com conholdate.cloud conholdate.app containerize...

    docs.groupdocs.com/parser/net/extract-barcodes-...
  9. Detect encoding | GroupDocs

    This article explains that how to detect encoding of a plain text file....app conholdate.com conholdate.cloud conholdate.app containerize...

    docs.groupdocs.com/parser/net/detect-encoding/
  10. GroupDocs.Viewer for Java overview | GroupDocs

    GroupDocs.Viewer for Java enables you to convert files to HTML, PNG, JPEG, PDF file formats, and save attachments without relying on third-party applications. GroupDocs.Viewer for Java is cross-platform class library....app conholdate.com conholdate.cloud conholdate.app containerize...

    docs.groupdocs.com/viewer/java/product-overview/