Sort Score
Result 10 results
Languages All
Labels All
Results 2,171 - 2,180 of 34,830 for

search

(2.52 sec)
  1. Extract data from HTML documents | GroupDocs

    GroupDocs.Parser provides the functionality to extract data from HTML documents and other markup formats. The following table provides the list of supported formats: Format Description HTML Hypertext Markup Language File XHTML Extensible Hypertext Markup Language File MHTML MIME HTML File MD Markdown XML XML File More resources GitHub examples You may easily run the code above and see the feature in action in our GitHub examples: GroupDocs.Parser for .NET examples GroupDocs....Search Product Solution GroupDocs...Extract text from HTML documents Search text in HTML documents Was...

    docs.groupdocs.com/parser/java/extract-data-fro...
  2. Sign Images with Metadata Signature using Group...

    New month, new release! We have released version 19.1 of GroupDocs.Signature for .NET that brings a couple of new features as well as two bug fixes and two improvements. The latest version provides metadata signature features for image files. Furthermore, the API now supports rounded corners for rectangle stamp signature types. For more details on what’s new in the latest release, please have a look at release notes. Features Introduced Metadata Signature Features for ImagesIn the latest version, we have introduced a new feature of singing images with metadata signatures that are based on Exchangeable Image File Format (EXIF) specification....handler processes (Sign/Verify/Search) Bug Fixes # The following...

    blog.groupdocs.com/signature/sign-images-with-m...
  3. GroupDocs.Parser Product Family on GroupDocs Bl...

    GroupDocs.Parser Product Family on GroupDocs Blog | Document Automation Solutions for .NET & Java Developers Recent content in GroupDocs.Parser Product Family on GroupDocs Blog | Document Automatio......adding the functionality to search for some text in an EPUB document...Highlight Extraction Modes with Search Functionality in GroupDocs...

    blog.groupdocs.com/categories/groupdocs.parser-...
  4. Updating QR-code signatures with advanced optio...

     This article explains how to provide advanced options when updating QR-code electronic signatures with GroupDocs.Signature API....Search Product Solution GroupDocs...signature in the document after Search This example shows how to update...

    docs.groupdocs.com/signature/java/updating-qr-c...
  5. Updating Barcode signatures with advanced optio...

     This article explains how to provide advanced options when updating Barcode electronic signatures with GroupDocs.Signature API....Search Product Solution GroupDocs...signature in the document after Search This example shows how to update...

    docs.groupdocs.com/signature/java/updating-barc...
  6. Features Overview | GroupDocs

    Key features of GroupDocs.Metadata for Python via .NET — read, edit, remove, and export metadata; EXIF, IPTC, and XMP standards; ID3 audio tags; document inspection; and AI-pipeline integration....Search Product Solution GroupDocs...API surface. Reading and Searching Metadata Read every property...

    docs.groupdocs.com/metadata/python-net/features...
  7. GroupDocs Blog

    GroupDocs Blog - GroupDocs Blog | Document Automation Solutions for .NET & Java Developers...Search for Java 19.2. Improvements...escape of special characters in search queries are introduced. Please...

    blog.groupdocs.com/groupdocs.blog/page/46/
  8. GroupDocs Holiday Offer – 25% off GroupDocs.Tot...

    Share this issue: Monthly NewsletterJanuary 2019 25% off GroupDocs.Total OR 24 bottles of Award-Winning Pirathon Total Shiraz Wine GroupDocs.Total brings together all GroupDocs APIs in one product suite and is great value for money. This holiday season GroupDocs is making it even better value by giving you 25% off GroupDocs.Total. Simply enter the coupon code HOLOFF2018 when placing your order. Alternatively, treat yourself with 24 Bottles of Award-Winning Pirathon Total Wine (worth over $1500)....to identify, edit, remove, search, replace and compare Metadata...Code Example: Adding and Searching Form Field Signatures in a...

    blog.groupdocs.com/total/groupdocs-holiday-offe...
  9. GroupDocs Blog

    GroupDocs Blog - GroupDocs Blog | Document Automation Solutions for .NET & Java Developers...characters during text watermark search. Furthermore, we have also...Characters During Text Watermark Search There might be the case that...

    blog.groupdocs.com/groupdocs.blog/page/53/
  10. 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-...