Sort Score
Result 10 results
Languages All
Labels All
Results 601 - 610 of 1,125 for

information extraction

(0.09 sec)
  1. Existing objects in PDF document | GroupDocs

    Removing watermark from a particular page of PDF document using C#....Purchase Buy Now Pricing Information Free Trials Temporary License...Working with XObjects Extracting information about all XObjects...

    docs.groupdocs.com/watermark/net/existing-objec...
  2. Existing objects in word processing document | ...

    This article explains how to remove shape of any type from any level of document structure while using GroupDocs watermarking API...Purchase Buy Now Pricing Information Free Trials Temporary License..."document.docx" ); } Extracting information about all shapes in...

    docs.groupdocs.com/watermark/net/existing-objec...
  3. Working with IPTC IIM metadata | GroupDocs

    This article explains how to access IPTC metadata in a file of any supported format, GroupDocs.Metadata for Java provides the IIptc.getIptcPackage method....Purchase Buy Now Pricing Information Free Trials Temporary License...What is IPTC IIM? The IPTC Information Interchange Model (IIM) is...

    docs.groupdocs.com/metadata/java/working-with-i...
  4. 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 !...Purchase Buy Now Pricing Information Free Trials Temporary License...API supports extracting format-specific information from PNG images...

    docs.groupdocs.com/metadata/net/working-with-me...
  5. Existing objects in Word document | GroupDocs

    This article explains how to remove shape of any type from any level of document structure while using GroupDocs watermarking Java API...Purchase Buy Now Pricing Information Free Trials Temporary License...watermarker . close (); Extracting information about all shapes in...

    docs.groupdocs.com/watermark/java/existing-obje...
  6. Working with Tables | GroupDocs

    This section describes how to extract tables from documents using GroupDocs.Parser for Python via .NET....Purchase Buy Now Pricing Information Free Trials Temporary License...Leave feedback Extract tables from document Extract tables from...

    docs.groupdocs.com/parser/python-net/developer-...
  7. Manage EPUB Metadata using Java – Metadata Editor

    Discover ways to view and edit EPUB eBook metadata using Java. Programmatically update specific EPUB properties and Dublin Core items....metadata means important information stored inside EPUB files...getRootPackageGeneri method to extract the metadata root package....

    blog.groupdocs.com/metadata/manage-epub-metadat...
  8. Advanced Usage | GroupDocs

    Open Navigation Close Navigation Products GroupDocs.Total Product Family GroupDocs.Viewer Product Solution GroupDocs.......Purchase Buy Now Pricing Information Free Trials Temporary License...Leave feedback Loading files Extracting metadata Removing metadata...

    docs.groupdocs.com/metadata/python-net/advanced...
  9. Working with worksheet backgrounds | GroupDocs

    This article explains how to work with worksheet backgrounds while using GroupDocs watermarking API...Purchase Buy Now Pricing Information Free Trials Temporary License...feedback On this page Extracting information about all worksheet...

    docs.groupdocs.com/watermark/net/working-with-w...
  10. Extracting MakerNote Metadata | GroupDocs

    What is MakerNote? MakerNote metadata refers to image Information that is written by digital cameras of different manufacturers. Usually, MakerNote metadata properties contain camera settings and some other conditions under which the shot was taken. Most manufacturers store MakerNote properties in a proprietary binary format derived from EXIF. GroupDocs.Metadata allows extracting MakerNote metadata saved by the following manufacturers: Canon Nikon Panasonic Sony Read all MakerNote Properties in the Form of TIFF/EXIF Tags Utilizing the GroupDocs....Purchase Buy Now Pricing Information Free Trials Temporary License...JPEG images / Extracting MakerNote Metadata Extracting MakerNote...

    docs.groupdocs.com/metadata/net/extracting-make...