Sort Score
Result 10 results
Languages All
Labels All
Results 471 - 480 of 5,455 for

informations

(0.03 sec)
  1. In-Table Master-Detail in Presentation Document...

    Note In this article, we will use GroupDocs.Assembly to generate an In-Table Master-Detail report in Presentation Document format based on the use case: Working with a Business Case. Note The code uses some of the objects defined in The Business Layer. In-Table Master-Detail in Microsoft PowerPoint Document Creating a In-Table Master-Detail Practising the following steps you can create In-Table Master-Detail Template in MS PowerPoint 2013. Add a new presentation slide....Purchase Buy Now Pricing Information Free Trials Temporary License...It must represent all the information in tabular form. The report...

    docs.groupdocs.com/assembly/net/in-table-master...
  2. Remove Metadata from PPT using Java

    This topic will guide you how to remove metadata from PPT using Java. You'll get sample code to delete metadata from PPT in Java without extra software installation....files includes valuable information such as author details, creation...necessary to safeguard sensitive information or meet regulatory requirements...

    kb.groupdocs.com/metadata/java/remove-metadata-...
  3. Remove Metadata from DOC using C#

    Efficiently learn how to remove metadata from DOC using C# with a code example demonstrating how to delete metadata from DOC in C# without installing extra software....can contain a wealth of information, including author details...Metadata refers to additional information stored within the file but...

    kb.groupdocs.com/metadata/net/remove-metadata-f...
  4. Add Search Text Annotation to PDF using Java

    Efficiently grasp the knowledge on how to add search text annotation to PDF using Java. Moreover, we offer code to insert search text annotation in PDF using Java....involves highlighting crucial information, supporting research endeavors...as a gateway to improved information retrieval, streamlined research...

    kb.groupdocs.com/annotation/java/add-search-tex...
  5. Scan Barcode from PPTX using C#

    This guide explains how to scan barcode from PPTX using C#, featuring a code example to help you extract barcode from PPTX in C# efficiently and seamlessly....managing and retrieving information across various sectors. Scanning...process of extracting barcode information from PowerPoint presentations...

    kb.groupdocs.com/parser/net/scan-barcode-from-p...
  6. Skanna streckkod från PPTX med C#

    Den här guiden förklarar hur du skannar streckkoder från PPTX med C#, med ett kodexempel som hjälper dig att extrahera streckkoder från PPTX i C# effektivt och sömlöst....effektivt hantera och hämta information inom olika sektorer. Att...Varje objekt ger viktig information om streckkoden, inklusive...

    kb.groupdocs.com/sv/parser/net/scan-barcode-fro...
  7. Basic usage | Documentation

    Quick Start section about main features of GroupDocs.Signature API, describes how to sign documents with just couple lines of code....Purchase Buy Now Pricing Information Free Trials Temporary License...Our product also provides information about document type and structure...

    docs.groupdocs.com/signature/net/basic-usage/
  8. Get file info | Documentation

    This article explains the ability of the GroupDocs.Redaction API to get the general document information, which includes FileType, PageCount and FileSize....Purchase Buy Now Pricing Information Free Trials Temporary License...provides general document information, which includes: FileType...

    docs.groupdocs.com/redaction/net/get-file-info/
  9. Get file info | Documentation

    This article explains the ability of the GroupDocs.Redaction API to get the general document information, which includes FileType, PageCount and FileSize....Purchase Buy Now Pricing Information Free Trials Temporary License...provides general document information, which includes: FileType...

    docs.groupdocs.com/redaction/python-net/get-fil...
  10. Working with metadata in GIF images | Documenta...

    Detecting the GIF version The following sample of code will help you to detect the version of a loaded GIF image and extract some additional file format information. Load a GIF image Extract the root metadata package Use the getGifImageType method to obtain file format information advanced_usage.managing_metadata_for_specific_formats.image.gif.GifReadFileFormatProperties try (Metadata metadata = new Metadata(Constants.InputGif)) { GifRootPackage root = metadata.getRootPackageGeneric(); System.out.println(root.getGifImageType().getFileFormat()); System.out.println(root.getGifImageType().getVersion()); System.out.println(root.getGifImageType().getByteOrder()); System.out.println(root.getGifImageType().getMimeType()); System.out.println(root.getGifImageType().getExtension()); System.out.println(root.getGifImageType().getWidth()); System.out.println(root.getGifImageType().getHeight()); } Working with XMP Metadata GroupDocs....Purchase Buy Now Pricing Information Free Trials Temporary License...some additional file format information. a GIF image Extract the...

    docs.groupdocs.com/metadata/java/working-with-m...