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

library

(2.46 sec)
  1. How to Convert PDF to CSV using C#

    Quickly review the detailed instructions to convert PDF to CSV using C# and how to consume this guide for the implementation of PDF to CSV C# capability....popular document converter library and how to use it to convert...instructions, install the required library in the application and import...

    kb.groupdocs.com/conversion/net/how-to-convert-...
  2. .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...
  3. 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-...
  4. 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/java/get-document-i...
  5. Java Fuzzy Search - Find in Files across Folders

    Discover how Java's fuzzy search can help you find things in files across folders! It's like a smart search that understands small mistakes.... Java Fuzzy Search Library # To make fuzzy searches in...English, and typos. With this library, fuzzy search can be performed...

    blog.groupdocs.com/search/fuzzy-search-java/
  6. compare two files using java on GroupDocs Blog ...

    compare two files using java on GroupDocs Blog | Document Automation Solutions for .NET & Java Developers Recent content in compare two files using java on GroupDocs Blog | Document Automation Solu......soubory s Java Difference Library Porovnejte text, Word, soubory...

    blog.groupdocs.com/cs/tag/compare-two-files-usi...
  7. Unable to open potm file after redaction - Free...

    Hi Team, The .potm files are not opening in MS office after redacted by Groupdocs.Redaction java SDK. Below is the sample code to test. I will share the file sample in private. @Test void supp() throws Exceptio…...in future versions of the library. We will update you as soon...

    forum.groupdocs.com/t/unable-to-open-potm-file-...
  8. Quick Start Guide | GroupDocs

    Sign files in any supported format using GroupDocs.Signature for Python via .NET to experience its simplicity and power in Python.... This library enables developers to sing...world!” To quickly test the library, let’s sing a PDF file with...

    docs.groupdocs.com/signature/python-net/getting...
  9. How to Extract Metadata from Word Document usin...

    This short tutorial describes the process to extract metadata from Word document using Java, and how to iterate through the metadata word document in Java....configuring the metadata extraction library, stepwise instructions to get...required metadata extraction library and import the necessary classes...

    kb.groupdocs.com/parser/java/how-to-extract-met...
  10. How to Add Arrow Annotation in PDF using Java

    This article will teach you how to add arrow annotation in PDF using Java. Also, we will assist you in writing Java code to insert arrow annotation into PDF in Java....on utilizing an annotation library and creating a basic application...configuring the annotation library and modifying the file paths...

    kb.groupdocs.com/annotation/java/how-to-add-arr...