Sort Score
Result 10 results
Languages All
Labels All
Results 271 - 280 of 1,407 for

document management

(0.04 sec)
  1. How to Sign RTF with Stamp Signature using Java

    This article is here to assist you to sign RTF with stamp signature using Java. Additionally, we will furnish you with a code example to embed stamp signature into RTF using Java....stamp signature into your RTF documents hold greater importance. A...a personal touch to your documents but also elevates their authenticity...

    kb.groupdocs.com/signature/java/how-to-sign-rtf...
  2. Get supported file formats | Documentation

    The getSupportedFileTypes method of the FileType class is used to obtain a list of supported file types. An example of obtaining a list of supported file types is presented below. Iterable supportedFileTypes = FileType.getSupportedFileTypes(); Iterator iterator = supportedFileTypes.iterator(); while (iterator.hasNext()) { FileType fileType = (FileType)iterator.next(); System.out.println(fileType.getExtension() + " - " + fileType.getDescription()); } More resources Advanced usage topics To learn more about library features and get familiar how to manage metadata and more, please refer to theadvanced usage section....Acquisition Ask AI GroupDocs Documentation / GroupDocs.Metadata Product...features and get familiar how to manage metadata and more, please refer...

    docs.groupdocs.com/metadata/java/get-supported-...
  3. Convert PDF to MHTML using Node.js

    Learn how to convert PDF to MHTML using Node.js for seamless Document transformation. Follow our guide to efficiently export PDF to MHTML in Node.js with simple steps....applications, converting documents into web-friendly formats...useful for preserving web-based document structures. In this guide...

    kb.groupdocs.com/conversion/nodejs/convert-pdf-...
  4. Working with metadata in Note formats | Documen...

    GroupDocs.Metadata for .NET provides functionality that allows working with ONE files created by different versions of Microsoft OneNote. Please see the code samples below for more information. Inspecting Note Documents The inspection feature that is introduced in this section doesn’t work with metadata directly but extracts some useful pieces of information that can be considered as metadata under some circumstances. For example, you may want to obtain information about pages in a note Document....Acquisition Ask AI GroupDocs Documentation / GroupDocs.Metadata Product...Usage / Managing metadata for specific formats / Documents / Working...

    docs.groupdocs.com/metadata/net/working-with-me...
  5. 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....including author details, document creation and modification...not directly visible in the document’s content. This information...

    kb.groupdocs.com/metadata/net/remove-metadata-f...
  6. Convert DOCX to WEBP using Python

    Learn how to convert DOCX to WEBP using Python with clear instructions and sample code. Effortlessly export DOCX to WEBP images in Python for modern, efficient image storage....scenarios like optimizing document previews, embedding content...approach to convert Word documents to WEBP, ensuring compatibility...

    kb.groupdocs.com/conversion/python/convert-docx...
  7. Convert PDF to PS using Java

    This guide illustrates the procedure of how to convert PDF to PS using Java. Additionally, a code example will be provided to export PDF to PS using Java....using Java In the domain of document processing, the capability...to transform PDF (Portable Document Format) files into PS (PostScript)...

    kb.groupdocs.com/conversion/java/convert-pdf-to...
  8. Convert JPG to PPTX using C#

    This tutorial demonstrates how to convert JPG to PPTX using C#. Also, code example will be supplied to export JPG to PPTX using C# without extra software installation....enhances the versatility of document manipulation in C#. In this...presentations to improving document management workflows. In conclusion...

    kb.groupdocs.com/conversion/net/convert-jpg-to-...
  9. How to verify signatures with LINQ queries | Do...

     This article explains how to verify signatures with LINQ query with GroupDocs.Signature API....Acquisition Ask AI GroupDocs Documentation / GroupDocs.Signature Product...Advanced usage / Advanced document verification / How to verify...

    docs.groupdocs.com/signature/net/verify-signatu...
  10. How to Sign XLSX with Digital Signature using Java

    Let's learn how to sign XLSX with digital signature using Java. You will also be provided a simple code example for digital signature integration in XLSX using Java....and integrity of electronic documents. In this article, we will...authenticity and integrity of XLSX documents. You will be provided vital...

    kb.groupdocs.com/signature/java/how-to-sign-xls...