Sort Score
Result 10 results
Languages All
Labels All
Results 381 - 390 of 2,776 for

library

(0.04 sec)
  1. .NET PKCS#11 Signing Tutorial -- USB Dongle, Sm...

    Step-by-step tutorial explaining how to sign PDF documents in .NET using PKCS#11 tokens (dongles, smart cards, HSMs) via Pkcs11Interop and GroupDocs.Signature....than just signing bytes: the library must compute correct digests...Framework 4.6.2) A valid PKCS#11 library (DLL) from your token vendor...

    blog.groupdocs.com/signature/sign-documents-wit...
  2. Merge DOCX in Node.js | GroupDocs.Merger

    Discover how to efficiently merge DOCX files in Node.js applications without third-party software. Get started with examples!...js via Java library. We will provide step-by-step...// Importing the necessary library const groupdocs = require (...

    blog.groupdocs.com/merger/merge-docx-in-nodejs/
  3. OCR support | Documentation

    OCR support means the ability to connect an external module (Library) for the recognition of printed text (optical character recognition, OCR) on images, either separate or embedded in documents. To connect OCR, you need to implement the IOcrConnector interface in the client code. The following example demonstrates how to implement the OCR connector using com.aspose.ocr Library for text recognition in images. String indexFolder = "c:\\MyIndex"; String documentFolder = "c:\\MyDocuments"; // Creating an index Index index = new Index(indexFolder); // Setting the OCR indexing options IndexingOptions options = new IndexingOptions(); options....connect an external module (library) for the recognition of printed...connector using com.aspose.ocr library for text recognition in images...

    docs.groupdocs.com/search/java/ocr-support/
  4. 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....topics To learn more about library features and get familiar how...with a full featured Java library we provide simple, but powerful...

    docs.groupdocs.com/metadata/java/get-supported-...
  5. C# Fuzzy Search - Find in Files across Folders

    Unlock the power of programmatic fuzzy search in C#! Search multiple text-based documents across folders for approximate matches with error tolerance.... C# Fuzzy Search Library # For Fuzzy Search, we’ll utilize...and American English. This library empowers us to programmatically...

    blog.groupdocs.com/search/fuzzy-search-csharp/
  6. Password Protect PowerPoint Presentations | Loc...

    Add password to PowerPoint presentations. Lock PPT files with password protection using free online app & programmatically using GroupDocs....passwords, there are different libraries you can use. You can take...your needs. Once you pick a library, you can create an online tool...

    blog.groupdocs.com/merger/password-protect-powe...
  7. Convert MSG to DOCX using Node.js

    Learn how to convert MSG to DOCX using Node.js with a simple guide. Follow easy steps to export MSG to DOCX in Node.js for seamless email-to-document conversion....flexible file transformation library that simplifies working with...leveraging a cross-platform library that connects Node.js to Java’s...

    kb.groupdocs.com/conversion/nodejs/convert-msg-...
  8. Convert XLSX to MD using Node.js

    Learn how to convert XLSX to MD using Node.js with a smooth and efficient workflow. This guide helps you export XLSX to MD in Node.js with accurate formatting....powerful document conversion library that integrates Node.js with...of features provided by the library. Once licensing is configured...

    kb.groupdocs.com/conversion/nodejs/convert-xlsx...
  9. Install GroupDocs.Assembly for .NET | Documenta...

    This topic describes how to install GroupDocs.Assembly for .NET....Assembly library to your .NET project. You can...NuGet package to install this library or you can download necessary...

    docs.groupdocs.com/assembly/net/installation/
  10. How to Compare Word Documents using C#

    This article describes the procedure to compare Word documents using C# and how to write the code in C# to compare two Word documents and highlight differences....popular document comparison library. Further, this guide helps...of the document comparison library. Code to Compare Word Documents...

    kb.groupdocs.com/comparison/net/how-to-compare-...