Sort Score
Result 10 results
Languages All
Labels All
Results 561 - 570 of 3,104 for

library

(0.12 sec)
  1. Convert PDF to DOCX using Node.js

    Learn how to convert PDF to DOCX using Node.js with a simple guide. Easily export PDF to DOCX in Node.js for editable and formatted document conversion....a document transformation library. By following a simple approach...first import the required library and configure its licensing...

    kb.groupdocs.com/conversion/nodejs/convert-pdf-...
  2. Extract Hyperlinks from XLS using C#

    Efficiently extract hyperlinks from XLS using C#. Learn how to read hyperlinks from XLS in C# with step-by-step guidance, enhancing your document processing workflows....NET library to your C# project through...and validation. With Parser library, you can effortlessly extract...

    kb.groupdocs.com/parser/net/extract-hyperlinks-...
  3. Extract Text from MHTML using Java

    This article provides a guide on how to extract text from MHTML using Java, along with a sample code example for efficient text extraction from MHTML in Java....or Eclipse, and the Parser library for successful implementation...GroupDocs.Parser for Java library, which enables seamless text...

    kb.groupdocs.com/parser/java/extract-text-from-...
  4. OneNote to TXT ConvertOptions unclear - Free Su...

    Heyo, Trying to convert a .one file to a .txt as achieved here: https://products.groupdocs.app/conversion/one-to-txt I’m working in python, and as I go to use the function in groupdocs.conversion.options.convert, conv…...classes from the GroupDocs library. The convert_one_to_txt function...correct version of the GroupDocs library and that your input file is...

    forum.groupdocs.com/t/onenote-to-txt-convertopt...
  5. Load a file of a specific format | GroupDocs

    This example demonstrates how to load a file of some particular format. advanced_usage.loading_files.LoadingFileOfSpecificFormat JavaScript try { var loadOptions = new LoadOptions(FileFormat.Spreadsheet); const metadata = new groupdocs.metadata.Metadata("input.xls", loadOptions); var root = metadata.getRootPackageGeneric(); } 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. GitHub examples You may easily run the code above and see the feature in action in our GitHub examples:...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/nodejs-java/load-a-...
  6. Get supported file formats | GroupDocs

    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-...
  7. Sign Documents with PKCS#11 in .NET | GroupDocs

    Learn how to sign PDF and other documents in .NET using PKCS#11 hardware tokens, USB dongles, or smart cards with GroupDocs.Signature. A free electronic signature API version is available for evaluation with limited features....sample project integrates the library, which provides a .NET interface...(HSM, smart card, or token). library. .NET 6.0 or later (the sample...

    docs.groupdocs.com/signature/net/signing-pdf-wi...
  8. Password-protected documents | GroupDocs

    Learn how to open and process password-protected PDF and Office documents. Includes error handling examples and supported encryption types....Supported Encryption Types The library supports the following encryption...PPT files Warning Note: The library cannot decrypt documents with...

    docs.groupdocs.com/parser/net/password-protecte...
  9. Running in Docker | GroupDocs

    Learn how to run GroupDocs.Total for Python via .NET inside Docker containers with examples, troubleshooting tips, and best practices....for proper library operation: libicu — ICU library (must not exceed...version 70) libssl1.1 — OpenSSL library required by .NET Core 3.1 Basic...

    docs.groupdocs.com/total/python-net/running-in-...
  10. 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/