Sort Score
Result 10 results
Languages All
Labels All
Results 401 - 410 of 2,776 for

library

(0.02 sec)
  1. Installation | Documentation

    On this page you will find system requirements supported platforms, development environments. GroupDocs.Comparison for .NET does not require any external software or third party tool to be installed....Comparison library to your .NET project. You can...NuGet package to install this library or you can download necessary...

    docs.groupdocs.com/comparison/net/installation/
  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....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-...
  3. Seamlessly Build an ASP.NET Document Viewer to ...

    GroupDocs.Viewer for .NET is a web-oriented middleware designed to display over 50 different document types in a browser. It is a client-server Library that converts documents into an HTML-compatible format and then renders them in a browser just as a regular web-page. As a result, you don’t have to install any third-party software or browser plugins on the client. Documents can be viewed from any modern web-browser, including IE8+, Chrome, FireFox, Opera, Safari 5+ and their mobile versions.... It is a client-server library that converts documents into...GroupDocs.Viewer for .NET library. It also shows the core difference...

    blog.groupdocs.com/viewer/seamlessly-build-asp-...
  4. How to Convert TXT to PPTX using C#

    This article provides all steps to convert TXT to PPTX using C# on commonly used operating systems. It also includes code example to transform TXT to PPTX using C#....you through setting up this library in the Visual Studio IDE for...Windows, macOS, and Linux. The library used in this tutorial is cross-platform...

    kb.groupdocs.com/conversion/net/how-to-convert-...
  5. 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...
  6. 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...
  7. How to Convert XLSX to PDF using C#

    In this article, you will be guided on how to convert XLSX to PDF using C#. Also, a code example will be provided to demonstrate how to generate PDF from XLSX in C#....most well-liked conversion library, we will generate PDF from...installing document conversion library and modifying the input and...

    kb.groupdocs.com/conversion/net/how-to-convert-...
  8. 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...
  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. Clean metadata | Documentation

    Sometimes you may need to just remove all or clean metadata properties without applying any filters. The best way to do this is to use the Sanitize method....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/clean-me...