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

library

(0.62 sec)
  1. .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...
  2. 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-...
  3. 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...
  4. compare Word files in java on GroupDocs Blog | ...

    compare Word files in java on GroupDocs Blog | Document Automation Solutions for .NET & Java Developers Recent content in compare Word files in java on GroupDocs Blog | Document Automation Solution......และ PDF กับ Java Difference Library เปรียบเทียบไฟล์ Text, Word...

    blog.groupdocs.com/th/tag/compare-word-files-in...
  5. 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......PDF dengan Java Difference Library Bandingkan Teks, Word, file...

    blog.groupdocs.com/id/tag/compare-two-files-usi...
  6. Texts in PDF are not visible during PNG view pr...

    When I want to prepare PNG renditions of attached PDF documents with the Viewer, the text on the document is not displayed in the resulting PNG. This only happens with one of our customers. I have not encountered such a …...different version of the GroupDocs library to see if the issue persists...specific problems related to the library version or the documents in...

    forum.groupdocs.com/t/texts-in-pdf-are-not-visi...
  7. 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/
  8. 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...
  9. 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-...
  10. 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...