Sort Score
Result 10 results
Languages All
Labels All
Results 631 - 640 of 3,303 for

library

(0.11 sec)
  1. 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-...
  2. 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...
  3. 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-...
  4. 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...
  5. 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...
  6. How to Add Text Signature to DOCX using C#

    In this tutorial, we will provide you guide on how to add text signature to DOCX using C#. We will also provide a code example to insert text signature to DOCX in C#....of most popular signature library, it is possible to insert text...configured the suggested signature library and made the necessary file...

    kb.groupdocs.com/signature/net/how-to-add-text-...
  7. How to Sign PDF with Text Signature using C#

    This tutorial aims to guide you how to sign PDF with text signature using C#. Also, we will furnish you with a code example to add text signature in PDF using C#....the most popular signature library to add text signature in PDF...the recommended signature library and making the required file...

    kb.groupdocs.com/signature/net/how-to-sign-pdf-...
  8. How to Sign DOCX with QR Code using C#

    In this topic, we will guide you on how to sign DOCX with QR Code using C#. We will also provide a code example to create QR Code in DOCX using C#....save output DOCX to disk The library utilized in this tutorial is...the recommended signature library and made the necessary modifications...

    kb.groupdocs.com/signature/net/how-to-sign-docx...
  9. How to Add Image Signature to DOCX using C#

    This article will provide help on how to add image signature to DOCX using C#. Also, a code example will be provided to insert image signature into DOCX using C#.... The library used in this tutorial is designed...the recommended signature library and made the required adjustments...

    kb.groupdocs.com/signature/net/how-to-add-image...
  10. Extract Text from DOC using Java

    This article explains how to extract text from DOC using Java. It also provides a code example for text extraction from DOC in Java without using extra software.... The Parser library offers a powerful and efficient...After setting up the suggested library and configuring the file paths...

    kb.groupdocs.com/parser/java/extract-text-from-...