Sort Score
Result 10 results
Languages All
Labels All
Results 1,681 - 1,690 of 6,656 for

may

(0.04 sec)
  1. Redaction basics | Documentation

    This article shows that how C# developers can apply metadata, image, annotation and text redaction in their documents. Wide range of document formats is supported, such as, PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX and others.... GitHub examples You may easily run the code above and...

    docs.groupdocs.com/redaction/net/redaction-basics/
  2. Search operation table | Documentation

    This article shows that how to provides syntax of all elements allowed in text search queries....resources GitHub examples You may easily run the code from documentation...

    docs.groupdocs.com/search/nodejs-java/search-op...
  3. Extract data from databases | Documentation

    This article shows the data extraction from database via ADO.NET using GroupDocs.Parser...resources GitHub examples You may easily run the code above and...

    docs.groupdocs.com/parser/net/extract-data-from...
  4. Metadata redactions | Documentation

    This article shows that how C# redaction API allows you to replace or remove metadata using filters or search by regular expression.... GitHub examples You may easily run the code above and...

    docs.groupdocs.com/redaction/net/metadata-redac...
  5. Search for embedded object with custom encrypti...

    This article explains how to search for embedded electronic signatures with custom encryption in QR code electronic signatures. This topic contains example of custom encryption, class definition and search for encrypted objects in the QR-codes with GroupDocs.Signature....resources GitHub Examples You may easily run the code above and...

    docs.groupdocs.com/signature/net/search-for-emb...
  6. Search for encrypted objects Metadata signature...

     This article explains how to search for encrypted electronic signatures in the document metadata. This topic contains example of using standard encryption, serialization, class definition and search for embedded objects in the document metadata with GroupDocs.Signature....resources GitHub Examples You may easily run the code above and...

    docs.groupdocs.com/signature/java/search-for-en...
  7. Search network node events | Documentation

    This page contains information about the purpose and use of all search network events....resources GitHub examples You may easily run the code from documentation...

    docs.groupdocs.com/search/java/search-network-n...
  8. Working with metadata in ASF files | Documentation

    Reading ASF format-specific properties The GroupDocs.Metadata API supports extracting format-specific information from ASF files. The following are the steps to read native ASF metadata. Load an ASF video Get the root metadata package Extract the native metadata package using the AsfRootPackage.getAsfPackage method Read the ASF metadata properties advanced_usage.managing_metadata_for_specific_formats.video.asf.AsfReadNativeMetadataProperties try (Metadata metadata = new Metadata(Constants.InputAsf)) { AsfRootPackage root = metadata.getRootPackageGeneric(); AsfPackage asfPackage = root.getAsfPackage(); // Display basic properties System.out.println(String.format("Creation date: %s", asfPackage....resources GitHub examples You may easily run the code above and...

    docs.groupdocs.com/metadata/java/working-with-m...
  9. Use Microsoft Azure Computer Vision API | Docum...

    This article explains that how to use Microsoft Azure Computer Vision API...resources GitHub examples You may easily run the code above and...

    docs.groupdocs.com/redaction/java/use-microsoft...
  10. Edit Markdown documents | Documentation

    This guide demonstrates how to edit content of the Markdown documents/files like a common text documents using a GroupDocs.Editor for Java....the overload without parameter may be used — GroupDocs.Editor will...However, specifying the custom may be vital when an input Markdown...

    docs.groupdocs.com/editor/java/edit-markdown/