Sort Score
Result 10 results
Languages All
Labels All
Results 1,801 - 1,810 of 2,036 for

resource

(0.04 sec)
  1. Implement custom encryption with QR-Code signat...

    This article explains how to implement custom encryption for QR-code electronic signatures....pdf" , options ); } More resources GitHub Examples You may easily...

    docs.groupdocs.com/signature/net/implement-cust...
  2. Deleting Barcode signatures - advanced | Docume...

    This article shows how to delete Barcode electronic signatures different ways with GroupDocs.Signature API....Height}" ); } } More resources GitHub Examples You may easily...

    docs.groupdocs.com/signature/net/deleting-barco...
  3. Deleting Image signatures - advanced | Document...

    This article shows how to delete Image electronic signatures different ways with GroupDocs.Signature API....Height}" ); } } More resources GitHub Examples You may easily...

    docs.groupdocs.com/signature/net/deleting-image...
  4. How to update Barcode signature in advance | Do...

     This article explains how to provide advanced options when updating Barcode electronic signatures with GroupDocs.Signature API....Height}" ); } } More resources GitHub Examples You may easily...

    docs.groupdocs.com/signature/net/updating-barco...
  5. Extract text from Microsoft Office Excel spread...

    This article explains that how to extract text from Microsoft Office Excel (.xls, .xlsx) spreadsheets.... ReadToEnd ()); } } More resources GitHub examples You may easily...

    docs.groupdocs.com/parser/net/extract-text-from...
  6. Image redactions | Documentation

    This article shows that how to redact data of sensitive nature from images of various formats like JPG, PNG, TIFF and others.... More resources Advanced usage topics To learn...

    docs.groupdocs.com/redaction/python-net/image-r...
  7. Character types | Documentation

    This page contains descriptions of all character types. Character types differ in how characters of these types are indexed.... More resources GitHub examples You may easily...

    docs.groupdocs.com/search/java/character-types/
  8. Work with search results | Documentation

    Working with search results consists in obtaining information from objects of search results and highlighting occurrences in the text of documents. Obtain search result information When a search is complete, the Search method returns an object of type SearchResult. This page describes the information available in an object of type SearchResult. From the root object of the search result, information is available on the number of documents found, the number of occurrences of the words and phrases found, as well as detailed information on each individual document....highlighted occurrences } More resources Advanced usage topics To learn...

    docs.groupdocs.com/search/net/work-with-search-...
  9. Working with vCard metadata | Documentation

    What is vCard? vCard, also known as VCF (Virtual Contact File), is a file format standard for electronic business cards. vCards are often attached to e-mail messages, but can be exchanged in other ways. They can contain name and address information, telephone numbers, e-mail addresses, URLs, logos, photographs, and even audio clips. Note For more information on the format please see https://en.wikipedia.org/wiki/VCard Getting Simple vCard metadata To access Metadata in a vCard, GroupDocs....println ( value ); } } } More resources GitHub examples You may easily...

    docs.groupdocs.com/metadata/java/working-with-v...
  10. Working with CAD metadata | Documentation

    The GroupDocs Metadata API provides the feature to read basic metadata in CAD files. The supported CAD formats are: DWG DXF Reading CAD metadata To access metadata in a CAD drawing, the GroupDocs.Metadata API provides the CadRootPackage.getCadPackage method. The following code snippet reads metadata associated with a CAD file. advanced_usage.managing_metadata_for_specific_formats.cad.CadReadNativeMetadataProperties try (Metadata metadata = new Metadata(Constants.InputDxf)) { CadRootPackage root = metadata.getRootPackageGeneric(); System.out.println(root.getCadPackage().getAcadVersion()); System.out.println(root.getCadPackage().getAuthor()); System.out.println(root.getCadPackage().getComments()); System.out.println(root.getCadPackage().getCreatedDateTime()); System.out.println(root.getCadPackage().getHyperlinkBase()); System.out.println(root.getCadPackage().getKeywords()); System.out.println(root.getCadPackage().getLastSavedBy()); System.out.println(root.getCadPackage().getTitle()); // .... OutputDxf ); } More resources GitHub examples You may easily...

    docs.groupdocs.com/metadata/java/working-with-c...