Sort Score
Result 10 results
Languages All
Labels All
Results 531 - 540 of 3,232 for

library

(0.06 sec)
  1. How to Add Reply to Annotation in PDF using Java

    This concise tutorial will guide you how to add reply to annotation in PDF using Java. Also, it provides working code example to reply annotation in PDF using Java....discover how to use Annotation library to add reply to annotation...Java by using some annotation library’s APIs. Our most recent article...

    kb.groupdocs.com/annotation/java/how-to-add-rep...
  2. How to Compare Powerpoint Files using Java

    Let's get familiar yourself with the process to compare Powerpoint Files using Java and how to create functionality to compare two ppt files for differences in Java....the best document comparison library that supports a variety of...required document comparison library before starting developing...

    kb.groupdocs.com/comparison/java/how-to-compare...
  3. How to Convert XLSX to PDF using Java

    This article provides guidance on how to convert XLSX to PDF using Java. Also, a code example is included to explain the procedure to export XLSX to PDF using Java....utilizing a popular conversion library, we will demonstrate how to...installing the document conversion library and adjusting the input and...

    kb.groupdocs.com/conversion/java/how-to-convert...
  4. Working with interpreted values | GroupDocs

    This article contains a good example of numeric flag or enumeration in Node.js via Java....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/working...
  5. GroupDocs Merger not working with .msg files - ...

    I am splitting the files and on each page I am extracting text using GroupDocs Parser, now the problem is when I am trying to do the same with .msg file I am getting the error “Unsupported file Type”. below is my code u…...because the GroupDocs Merger library does not support .msg files...by the specific GroupDocs library you are using. Refer to the...

    forum.groupdocs.com/t/groupdocs-merger-not-work...
  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. 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-...
  8. How to Remove Annotation Reply from PDF using C#

    The intention of this tutorial is to teach you how to remove annotation reply from PDF using C# with all steps and code example to delete reply annotation using C# from PDF....few API calls of annotation library. With the following detailed...make use of this annotation library. Following code example illustrates...

    kb.groupdocs.com/annotation/net/how-to-remove-a...
  9. 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/
  10. 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/