Sort Score
Result 10 results
Languages All
Labels All
Results 491 - 500 of 966 for

information extraction

(0.13 sec)
  1. Email attachments | Documentation

    This article shows how to get the Information about the attachments....Purchase Buy Now Pricing Information Free Trials Temporary License...Leave feedback On this page Extracting all attachments from email...

    docs.groupdocs.com/watermark/java/email-attachm...
  2. Working with metadata in PNG images | Documenta...

    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...
  3. Existing objects in diagrams | Documentation

    This article explains how to to find and remove watermarks of both types in Visio document....Purchase Buy Now Pricing Information Free Trials Temporary License...Working with shapes Extracting information about all shapes method...

    docs.groupdocs.com/watermark/net/existing-objec...
  4. Working with slide backgrounds | Documentation

    Extracting Information about all slide backgrounds The API allows you to extract Information about all the slide backgrounds in a PowerPoint document as shown in the following code sample using method getBackgroundImage() of PresentationSlide.getImageFillFormat(). advanced_usage.add_watermarks_to_presentations.PresentationGetSlideBackgroundsInformation PresentationLoadOptions loadOptions = new PresentationLoadOptions(); // Specify an absolute or relative path to your document. Ex: "C:\\Docs\\presentation.pptx" Watermarker watermarker = new Watermarker("presentation.pptx", loadOptions); PresentationContent content = watermarker.getContent(PresentationContent.class); for (PresentationSlide slide : content.getSlides()) { if (slide....Purchase Buy Now Pricing Information Free Trials Temporary License...feedback On this page Extracting information about all slide backgrounds...

    docs.groupdocs.com/watermark/java/working-with-...
  5. Working with IPTC IIM metadata | Documentation

    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...
  6. Advanced Usage | Documentation

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

    docs.groupdocs.com/metadata/python-net/advanced...
  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....Purchase Buy Now Pricing Information Free Trials Temporary License...the root metadata package Extract the native metadata package...

    docs.groupdocs.com/metadata/net/working-with-zi...
  8. Shapes in spreadsheet document | Documentation

    The watermarking API enables you extracting Information about all shapes in an excel document, Removing a particular shape, Removing shapes with particular text formatting, Replacing text for particular shapes, Replacing shape image and more....Purchase Buy Now Pricing Information Free Trials Temporary License...watermarking API enables you extracting information about all shapes in...

    docs.groupdocs.com/watermark/net/shapes-in-spre...
  9. Clean Metadata of Documents and Images using Java

    Java API to remove all or selective metadata properties of DOCX, XLSX, PPTX, PDF documents, JPEG, PNG, WebP images, email, eBooks, Visio Drawings, Zip, etc....is the data that provides information about the actual data. It...along. It can reveal your information to the receiver that you...

    blog.groupdocs.com/metadata/remove-metadata-fro...
  10. Features Overview | Documentation

    This article describes the main functions of GroupDocs.Watermark for Node.js via Java....Purchase Buy Now Pricing Information Free Trials Temporary License...Programmatically Extract Page Setup & Other Information for Supported...

    docs.groupdocs.com/watermark/nodejs-java/featur...