Sort Score
Result 10 results
Languages All
Labels All
Results 5,641 - 5,650 of 9,954 for

document signature

(1.5 sec)
  1. Image search options | GroupDocs

    This article describes the image search options that can be specified in an instance of the ImageSearchOptions class....Signature Product Solution GroupDocs...Events Acquisition GroupDocs Documentation / GroupDocs.Search Product...

    docs.groupdocs.com/search/nodejs-java/image-sea...
  2. How to Convert MSG to EML using Java

    This section will teach you how to convert MSG to EML using Java without the need of third-party software. Also, we will provide code to export MSG to EML in Java....Signature Product Family GroupDocs.Metadata...configured the recommended document conversion library and adjusted...

    kb.groupdocs.com/conversion/java/how-to-convert...
  3. How to Convert MSG to EML using C#

    This section will teach you how to convert MSG to EML using C# without the need of third-party software. Also, we will provide code to export MSG to EML in C#....Signature Product Family GroupDocs.Metadata...successfully set up the recommended document conversion library and made...

    kb.groupdocs.com/conversion/net/how-to-convert-...
  4. Working with vCard metadata | GroupDocs

    What is vCard? vCard, also known as VCF (Virtual Contact File), is a file format standard for electronic business cards. vCards are often attached to e-mail messages, but can be exchanged in other ways. They can contain name and address information, telephone numbers, e-mail addresses, URLs, logos, photographs, and even audio clips. Note For more information on the format please see https://en.wikipedia.org/wiki/VCard Getting Simple vCard metadata To access Metadata in a vCard, GroupDocs....Signature Product Solution GroupDocs...Acquisition Ask AI GroupDocs Documentation / GroupDocs.Metadata Product...

    docs.groupdocs.com/metadata/net/working-with-vc...
  5. Working with metadata in EPUB E-Books | GroupDocs

    What is EPUB? EPUB is an e-book file format that uses the “.epub” file extension. EPUB is supported by many e-readers, and compatible software is available for most smartphones, tablets, and computers. Note Please find more information on the format at https://en.wikipedia.org/wiki/EPUB Reading EPUB format-specific properties The GroupDocs.Metadata API supports extracting format-specific information from EPUB files. The following are the steps to read native EPUB metadata. Load an EPUB file Get the root metadata package Extract the native metadata package using EpubRootPackage....Signature Product Solution GroupDocs...Acquisition Ask AI GroupDocs Documentation / GroupDocs.Metadata Product...

    docs.groupdocs.com/metadata/net/working-with-me...
  6. Working with BMP metadata | GroupDocs

    Reading BMP header properties The GroupDocs.Metadata API supports extracting format-specific information from BMP file headers. The following are the steps to read the header of a BMP file. Load a BMP image Get the root metadata package Extract the native metadata package using the BmpRootPackage.getBmpHeader method Read the BMP header properties advanced_usage.managing_metadata_for_specific_formats.image.bmp.BmpReadHeaderProperties try (Metadata metadata = new Metadata(Constants.InputBmp)) { BmpRootPackage root = metadata.getRootPackageGeneric(); System.out.println(root.getBmpHeader().getBitsPerPixel()); System.out.println(root.getBmpHeader().getColorsImportant()); System.out.println(root.getBmpHeader().getHeaderSize()); System.out.println(root.getBmpHeader().getImageSize()); System.out.println(root.getBmpHeader().getPlanes()); } More resources GitHub examples You may easily run the code above and see the feature in action in our GitHub examples:...Signature Product Solution GroupDocs...Acquisition Ask AI GroupDocs Documentation / GroupDocs.Metadata Product...

    docs.groupdocs.com/metadata/java/working-with-b...
  7. Extract Text from XLS using Java

    This article explains how to extract text from XLS using Java. It features code example to help you for text extraction from XLS in Java without installing extra software....Signature Product Family GroupDocs.Metadata...text extraction from Excel document. Code to Extract Text from...

    kb.groupdocs.com/parser/java/extract-text-from-...
  8. Merge GIF files using C#

    Let's learn how to merge GIF files using C#. We will provide you a simple code example to combine GIF files in C# without additional software installations....Signature Product Family GroupDocs.Metadata...you’ve set up the preferred document library and made any required...

    kb.groupdocs.com/merger/net/merge-gif-files-usi...
  9. Extract Text from EPUB using C#

    This article provides a detailed guide on how to extract text from EPUB using C#. It includes a code example to assist you for text extraction from EPUB in C#....Signature Product Family GroupDocs.Metadata...be employed to access the document’s text content Utilize the...

    kb.groupdocs.com/parser/net/extract-text-from-e...
  10. Extract Text from PPT using C#

    This article details the process of how to extract text from PPT using C#. It includes a code example to assist you in integrating text extraction from PPT in C# projects....Signature Product Family GroupDocs.Metadata...provides comprehensive tools for document parsing, including support...

    kb.groupdocs.com/parser/net/extract-text-from-p...