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

library

(0.06 sec)
  1. How to Convert TXT to DOCX using C#

    In this article, you'll get guidance on how to convert TXT to DOCX using C#, including code example to export TXT to DOCX in C# on any operating system....Convert TXT to DOCX using C# The library used in the aforementioned...suggested document conversion library and performed the appropriate...

    kb.groupdocs.com/conversion/net/how-to-convert-...
  2. Threads synchronization - performance degradati...

    Hello, I’m experiencing significant thread contention when reading metadata using GroupDocs.Metadata for Java in a multithreaded processing pipeline. Environment Java: 21 GroupDocs.Metadata for Java Processing files c…...or shared cache inside the library that could cause this contention...format via LoadOptions, the library has to detect the format (e...

    forum.groupdocs.com/t/threads-synchronization-p...
  3. 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-...
  4. Merge PPTX Presentations in Python with GroupDo...

    This article provides step-by-step instructions on merging PPTX presentations using GroupDocs.Merger for Python via .NET....NET library. This powerful API allows you...Merger for Python via .NET library. Here, we will outline the...

    blog.groupdocs.com/merger/merge-pptx-in-python/
  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. How to Convert XLSX to DOCX using C#

    In this article, you will be guided on how to convert XLSX to DOCX using C#. Also, a code example will be provided to demonstrate how to export XLSX to DOCX in C#....conversion utilizing a well-known library and provide step-by-step instructions...installing the document conversion library and making adjustments to the...

    kb.groupdocs.com/conversion/net/how-to-convert-...
  7. How to Add Dropdown Component in PDF using C#

    In this topic, you will discover how to add dropdown component in PDF using C#.Moreover, we will work with you to write C# code to insert dropdown in PDF using C#....to utilize the annotation library and make a simple C# program...will need to use annotation library. Here is how you can create...

    kb.groupdocs.com/annotation/net/how-to-add-drop...
  8. Getting known property descriptors | GroupDocs

    Extract information about known properties available in a particular package using GroupDocs.Metadata for Python via .NET.... The library provides information on the...full featured Python via .NET library we provide simple, but powerful...

    docs.groupdocs.com/metadata/python-net/getting-...
  9. Get document info | GroupDocs

    GroupDocs.Metadata allows users to get meta information of a document....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/python-net/get-docu...
  10. How to Add Text Redaction Annotation in PDF usi...

    This article provides detail on how to add text redaction annotation in PDF using C# along with steps and code to insert text redaction annotation to PDF in C#....you how to setup annotation library to insert text redaction annotation...installing the document annotation library and adjusting the input and...

    kb.groupdocs.com/annotation/net/how-to-add-text...