Sort Score
Result 10 results
Languages All
Labels All
Results 1,911 - 1,920 of 4,968 for

file signature

(0.09 sec)
  1. How to Convert RTF to TXT using C#

    We will demonstrate how to convert RTF to TXT using C# without the need of third-party software. Moreover, we will provide code example to export RTF to TXT in C#....Signature Product Family GroupDocs.Metadata...RTF ) files can be converted to plain text (TXT) files for a...

    kb.groupdocs.com/conversion/net/how-to-convert-...
  2. Add Distance Annotation to JPG using Java

    This article is crafted to guide you on how to add distance annotation to JPG using Java, providing detailed steps to insert distance annotation to JPG in Java....Signature Product Family GroupDocs.Metadata...distance annotations into JPG files. In this in-depth guide, we...

    kb.groupdocs.com/annotation/java/add-distance-a...
  3. Add Text Watermark to DOCX using Java

    Discover how to add text watermark to DOCX using Java. Additionally, we'll supply you with the code necessary to insert text watermark to DOCX using Java....Signature Product Family GroupDocs.Metadata...specifying the path of the DOCX file in its constructor Instantiate...

    kb.groupdocs.com/watermark/java/add-text-waterm...
  4. Add Distance Annotation to JPG using C#

    This article is designed to assist you how to add distance annotation in JPG using C# along with comprehensive steps to insert distance annotation to JPG in C#....Signature Product Family GroupDocs.Metadata...Annotator class by providing the JPG file path as an argument to its constructor...

    kb.groupdocs.com/annotation/net/add-distance-an...
  5. How to Convert ODT to HTML using C#

    Let's learn how to convert ODT to HTML using C# without installing any extra software. Also, write code example to export ODT to HTML in C# using conversion library....Signature Product Family GroupDocs.Metadata...Open Document Text ( ODT ) files to HTML, you’re in the right...

    kb.groupdocs.com/conversion/net/how-to-convert-...
  6. Extract metadata from XLSX using C#

    In this article, we will outline all steps necessary to extract metadata from XLSX using C#. Also, a sample of the XLSX metadata extraction C# code will be included....Signature Product Family GroupDocs.Metadata...metadata from XLSX using C# XLSX files, commonly used for spreadsheets...

    kb.groupdocs.com/parser/net/extract-metadata-fr...
  7. Convert DOCX to DOC using Node.js

    Convert DOCX to DOC using Node.js while preserving formatting and structure. This guide explains how to export DOCX to DOC in Node.js with simple steps....Signature Product Family GroupDocs.Metadata...using Node.js Converting DOCX files to the older DOC format is essential...

    kb.groupdocs.com/conversion/nodejs/convert-docx...
  8. Extract Text from DOC using C#

    This article shows you how to extract text from DOC using C#. It includes a code example to help you for text extraction from DOC in C# without using extra software....Signature Product Family GroupDocs.Metadata...task. Extracting text from DOC files using C# is a common requirement...

    kb.groupdocs.com/parser/net/extract-text-from-d...
  9. 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....Signature Product Solution GroupDocs...and extract some additional file format information. a GIF image...

    docs.groupdocs.com/metadata/java/working-with-m...
  10. Remove Annotations from PPTX using C#

    Gain a clear understanding of how to remove annotations from PPTX using C#. Additionally, you'll find a code example on how to delete annotations in PPTX using C#....Signature Product Family GroupDocs.Metadata...remove annotations from PPTX files Create an instance of the Redactor...

    kb.groupdocs.com/redaction/net/remove-annotatio...