Sort Score
Result 10 results
Languages All
Labels All
Results 641 - 650 of 3,199 for

library

(0.3 sec)
  1. How to Extract Metadata from PDF using C#

    This tutorial explains the process to extract metadata from PDF using C# with document extraction API and how to create application to get metadata from PDF in C#....to configure the required library and a sample code to get metadata...the document data extraction library without setting up any additional...

    kb.groupdocs.com/parser/net/how-to-extract-meta...
  2. 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-...
  3. Perform Reverse Image Search using Java

    Quickly perform reverse image search using Java to locate similar images. Discover how to implement reverse image search in Java for content-based image retrieval.... By leveraging Search library, Java developers can easily...GroupDocs.Search for Java library into your project to enable...

    kb.groupdocs.com/search/java/perform-reverse-im...
  4. 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/
  5. GroupDocs.Viewer 2.0 - New Features & Improveme...

    Last week, we released an update to the GroupDocs.Viewer Library for the .NET platform. Now it is time to share what version 2.0 of GroupDocs.Viewer has to offer to the Java world. You can find a full list of new features, improvements and fixes on the GroupDocs.Viewer download page. The most notable improvements, I’m going to discover in this article. Native HTML5-Based Document Rendering The brightest gem presented in this version is the HTML-based rendering mode - an addition to the image-based one that was the only choice in previous versions of the document viewer....Viewer library for the .NET platform. Now...of the Java document viewer library features the following: Faster...

    blog.groupdocs.com/viewer/groupdocs-viewer-2-0-...
  6. How to Sign XLSX with Barcode Signature using Java

    Easily access assistance on how to sign XLSX with Barcode signature using Java. Additionally, we will furnish a code example to create Barcode signature in XLSX using Java.... The library used within this discussion...the recommended signature library and set file paths as needed...

    kb.groupdocs.com/signature/java/how-to-sign-xls...
  7. How to Convert MSG to PDF using Java

    In this topic, you will learn how to convert MSG to PDF using Java without installing third-party software. Also, we will provide code to export MSG to PDF in Java....and utilizing the conversion library, you can now efficiently manage...suggested document conversion library and making the essential file...

    kb.groupdocs.com/conversion/java/how-to-convert...
  8. 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...
  9. Redact Text in XLSX using C#

    In this tutorial, you'll learn how to redact text in XLSX using C#. Also, you'll be provided with a straightforward code example to replace text in XLSX using C#....configuring the recommended library and adjusting file paths accordingly...capabilities of redaction library, developers can enhance document...

    kb.groupdocs.com/redaction/net/redact-text-in-x...
  10. Remove Metadata from DOC using Java

    Learn how to efficiently remove metadata from DOC using Java with a code example that demonstrates the process, all without needing to install extra software....setting up the recommended library and adjusting file paths as...with the help of Metadata library. By learning metadata manipulation...

    kb.groupdocs.com/metadata/java/remove-metadata-...