Sort Score
Result 10 results
Languages All
Labels All
Results 481 - 490 of 942 for

information extraction

(0.14 sec)
  1. Working with metadata in Matroska (MKV) files |...

    Reading matroska format-specific properties The GroupDocs.Metadata API supports extracting format-specific Information from MKV files. The following are the steps to read native MKV metadata. Load an MKV video Get the root metadata package Extract the native metadata package using MatroskaRootPackage.MatroskaPackage Read the Matroska metadata properties on different levels of the format structure AdvancedUsage.ManagingMetadataForSpecificFormats.Video.Matroska.MatroskaReadNativeMetadataProperties using (Metadata metadata = new Metadata(Constants.InputMkv)) { var root = metadata.GetRootPackage(); // Read the EBML header Console....Purchase Buy Now Pricing Information Free Trials Temporary License...API supports extracting format-specific information from MKV files...

    docs.groupdocs.com/metadata/net/working-with-me...
  2. Working with metadata in Diagrams | Documentation

    GroupDocs.Metadata for Java provides functionality that allows working with different kinds of diagrams such as VDX, VSDX, VSX, etc. For the full list of supported document formats please refer to Supported document formats. Detecting the exact type of a document The following sample of code will help you to detect the exact type of a loaded diagram and extract some additional file format Information. Load a PDF document Extract the root metadata package Use the getDiagramType method to obtain file format Information advanced_usage....Purchase Buy Now Pricing Information Free Trials Temporary License...diagram and extract some additional file format information. a PDF...

    docs.groupdocs.com/metadata/java/working-with-m...
  3. Working with IPTC IIM metadata | Documentation

    This article shows how to access IPTC metadata in a file of any supported format....Purchase Buy Now Pricing Information Free Trials Temporary License...What is IPTC IIM? The IPTC Information Interchange Model (IIM) is...

    docs.groupdocs.com/metadata/net/working-with-ip...
  4. GroupDocs.Viewer for Java overview | Documentation

    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....Purchase Buy Now Pricing Information Free Trials Temporary License...contained in the source document. Extract text from PDF files and images...

    docs.groupdocs.com/viewer/java/product-overview/
  5. 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 the ZipRootPackage.getZipPackage method Read the ZIP archive properties Loop through ZipPackage.getFiles to extract Information about the archived files The following code snippet shows how to get metadata from a ZIP archive. advanced_usage.managing_metadata_for_specific_formats.archive.ZipReadNativeMetadataProperties...Purchase Buy Now Pricing Information Free Trials Temporary License...the root metadata package Extract the native metadata package...

    docs.groupdocs.com/metadata/java/working-with-z...
  6. GroupDocs.Watermark Overview | Documentation

    GroupDocs.Watermark for .NET is a powerful API for managing watermarks in the various documents formats such as PDF, DOCX/DOC/RTF, PPTX/PPT, XLSX/XLS, JPG, PNG, TIFF, GIF and many others....Purchase Buy Now Pricing Information Free Trials Temporary License...Programmatically extract page setup & other information for supported...

    docs.groupdocs.com/watermark/net/groupdocs-wate...
  7. 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...
  8. .NET File Search - Search Multiple Texts in Fil...

    Search for multiple texts or phrases in various files spread across diverse folders using C#. Highlight scanning results in respective HTML files....Retrieve or print any file information for the found document. Set...query, you can further extract information about the found documents...

    blog.groupdocs.com/search/search-multiple-texts...
  9. 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...backgrounds Leave feedback Extracting information about all slide backgrounds...

    docs.groupdocs.com/watermark/java/working-with-...
  10. Email attachments | Documentation

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

    docs.groupdocs.com/watermark/java/email-attachm...