Sort Score
Result 10 results
Languages All
Labels All
Results 2,091 - 2,100 of 33,744 for

search

(0.1 sec)
  1. Basic Usage | GroupDocs

    GroupDocs.Watermark library provides the ability to manipulate different watermark types such as TextWatermark, ImageWatermark. These watermarks could be added to documents, updated, removed, or Searched inside already watermarked documents. Our product also provides information about document type and structure - file type, size, page count, etc. and generates document page previews based on provided options. Here are the main GroupDocs.Watermark API concepts: Watermarker is the main class that contains all the required methods for manipulating document watermarks....Search Product Solution GroupDocs...documents, updated, removed, or searched inside already watermarked...

    docs.groupdocs.com/watermark/java/basic-usage/
  2. PDF Viewer Plugin for Joomla Is Now Officially ...

    Hello to all Joomla users! Here at GroupDocs, we’re excited to announce the release of the long-awaited PDF viewer plugin for Joomla CMS. The plugin allows you to easily embed and host PDF documents (as well as Word, Excel and PowerPoint documents) on your Joomla website. We’ve been working hard to make the installation process and plugin deployment hassle-free for Joomla web-developers and website owners. At the same time, our aim was to make the document viewer interface convenient for the end users - your website visitors....our document viewer with a search feature, which allows users...

    blog.groupdocs.com/total/joomla-pdf-viewer-plug...
  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....Search Product Solution GroupDocs...through the GroupDocs.Metadata search engine in read-only mode. More...

    docs.groupdocs.com/metadata/java/getting-known-...
  4. 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 JavaScript const metadata = new groupdocs.metadata.Metadata("input.doc"); var root = metadata.getRootPackageGeneric(); var descriptors = root.getDocumentProperties().getKnowPropertyDescriptors(); for(var i=0;iSearch Product Solution GroupDocs...through the GroupDocs.Metadata search engine in read-only mode. More...

    docs.groupdocs.com/metadata/nodejs-java/getting...
  5. Verify for multiple signatures | GroupDocs

    This topic explains how to verify electronic signatures of various types with GroupDocs.Signature API....Search Product Solution GroupDocs... This example shows how to search for different signature types...

    docs.groupdocs.com/signature/java/verify-for-mu...
  6. Get text coordinates | GroupDocs

    Learn how to obtain text coordinates when rendering your documents with Image Viewer by GroupDocs and place text over rendered document page image....Search Product Solution GroupDocs...image or to implement a text search in image-based rendering. The...

    docs.groupdocs.com/viewer/net/image-viewer-get-...
  7. Extracting metadata | GroupDocs

    Using the GroupDocs.Metadata Search engine you can extract desired metadata properties from files of different types. You don’t need to worry about the exact file format and metadata standards it can deal with. The same code will work for all supported formats in the same way. Most commonly used metadata properties are marked with tags that allow Searching them across all supported files in various metadata packages. All tags defined in GroupDocs....Search Product Solution GroupDocs...Using the GroupDocs.Metadata search engine you can extract desired...

    docs.groupdocs.com/metadata/nodejs-java/extract...
  8. 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#....Search Product Family GroupDocs.Parser...Mastering the art of how to search and redact text in XLSX using...

    kb.groupdocs.com/redaction/net/redact-text-in-x...
  9. Remove Text Watermark from DOCX Using Java

    Learn how to remove text watermark from DOCX using Java. We'll provide you code to delete watermark text from DOCX in Java without requiring any additional software....Search Product Family GroupDocs.Parser...TextSearchCriteria class to search for specific watermark text...

    kb.groupdocs.com/watermark/java/remove-text-wat...
  10. Update Barcode signatures in document | GroupDocs

    This article explains how to update Barcode electronic signatures with GroupDocs.Signature API....Search Product Solution GroupDocs...> signatures = signature . Search < BarcodeSignature >( options...

    docs.groupdocs.com/signature/net/update-barcode...