Sort Score
Result 10 results
Languages All
Labels All
Results 591 - 600 of 3,248 for

library

(0.04 sec)
  1. Merge DOCX files using Java

    Gain expertise in how to merge DOCX files using Java. We will provide sample code example to combine DOCX files in Java without requiring additional installations....or Eclipse, and the Merger library. Steps to Merge DOCX files...installing the suggested merger library and adjusting the file paths...

    kb.groupdocs.com/merger/java/merge-docx-files-u...
  2. How to Convert RTF to SVG using C#

    In this tutorial, you will learn how to convert RTF to SVG using C# by following a step-by-step process. Also, a sample code is included to export RTF to SVG in C#....the output SVG to disk The library utilized in this tutorial is...recommended document conversion library and made necessary modifications...

    kb.groupdocs.com/conversion/net/how-to-convert-...
  3. .NET Standard 2.0 API Limitations | GroupDocs

    This section describes GroupDocs.Signature for .NET limitations when using under .NET Standard 2.0 environment...packages: libgdiplus - is the Mono library that provides a GDI+-compatible...programs which use the standard C library. ttf-mscorefonts-installer...

    docs.groupdocs.com/signature/net/net-standard-2...
  4. How to Convert XPS to PDF using Java

    This quick article explains the stepwise process to convert XPS to PDF using Java and provides a sample working application for XPS to PDF converter in Java....by installing the required library from the Maven repository and...required document conversion library. Moreover, you can modify this...

    kb.groupdocs.com/conversion/java/how-to-convert...
  5. How to Convert Outlook Email to Word in Java

    This article walks you through the process to convert Outlook email to Word in Java and creates a sample code for Java Email to Word ability using a few API calls....of the document conversion library. Further, you will get familiar...by installing the required library from the Maven repository in...

    kb.groupdocs.com/conversion/java/how-to-convert...
  6. 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/
  7. Getting known property descriptors | GroupDocs

    This code snippet demonstrates how to extract information about known properties that can be encountered in a particular package. Load a file to examine Get a collection of PropertyDescriptor instances for any desired metadata package Iterate through the extracted descriptors advanced_usage.GettingKnownPropertyDescriptors try (Metadata metadata = new Metadata(Constants.InputDoc)) { WordProcessingRootPackage root = metadata.getRootPackageGeneric(); for (PropertyDescriptor descriptor : root.getDocumentProperties().getKnowPropertyDescriptors()) { System.out.println(descriptor.getName()); System.out.println(descriptor.getType()); System.out.println(descriptor.getAccessLevel()); for (PropertyTag tag : descriptor.getTags()) { System.out.println(tag); } System.out.println(); } } Note Not all possible properties are presented in the getKnowPropertyDescriptors collection.... The library provides information on the...Along with full featured Java library we provide simple, but powerful...

    docs.groupdocs.com/metadata/java/getting-known-...
  8. How to Sign DOCX with Barcode Signature using C#

    Quickly get help on how to sign DOCX with Barcode signature using C#. We will also provide a code example to create Barcode signature in DOCX using C#.... The library used in this tutorial is designed...the recommended signature library and making the required adjustments...

    kb.groupdocs.com/signature/net/how-to-sign-docx...
  9. How to Sign XLSX with Image Signature using C#

    This article will provide help on how to sign XLSX with image signature using C#. Also, a code example will be provided to create image signature in XLSX using C#.... The library used in this tutorial is designed...up the suggested signature library and made the required adjustments...

    kb.groupdocs.com/signature/net/how-to-sign-xlsx...
  10. How to Convert MSG to DOCX using C#

    In this section, you will learn how to convert MSG to DOCX using C# without relying on third-party tools. Also, we will provide code to export MSG to DOCX in C#....and utilizing the conversion library, you can proficiently handle...recommended document conversion library and made the necessary file...

    kb.groupdocs.com/conversion/net/how-to-convert-...