Sort Score
Result 10 results
Languages All
Labels All
Results 2,381 - 2,390 of 2,819 for

resource

(0.08 sec)
  1. Subscribing for search process events | GroupDocs

    This article explains how to subscribe for search electronic signatures events like start, progress and completion with GroupDocs.Signature API....getMessage ()); } } More resources GitHub Examples You may easily...

    docs.groupdocs.com/signature/java/subscribing-f...
  2. Subscribing for verification process events | G...

    This article explains how to subscribe for verification of electronic signatures events like start, progress and completion with GroupDocs.Signature API....getMessage ()); } } More resources GitHub Examples You may easily...

    docs.groupdocs.com/signature/java/subscribing-f...
  3. Sign document with Text signature - advanced | ...

     This article explains how to sign document with Text electronic signatures using advanced options with GroupDocs.Signature API.... getHeight ()); } More resources GitHub Examples You may easily...

    docs.groupdocs.com/signature/java/sign-document...
  4. Extract text in Accurate Mode | GroupDocs

    This article explains that how to extract text in Accurate mode....readToEnd ()); } } } More resources GitHub examples You may easily...

    docs.groupdocs.com/parser/java/extract-text-in-...
  5. Getting indexed documents | GroupDocs

    This article explains how to get a list of indexed documents from an index, and how to get the text of indexed documents in HTML or plain text format.... More resources GitHub examples You may easily...

    docs.groupdocs.com/search/net/getting-indexed-d...
  6. Configuring search network | GroupDocs

    This page contains information about configuring the search network....completeConfiguratio (); More resources GitHub examples You may easily...

    docs.groupdocs.com/search/java/configuring-sear...
  7. Working with CAD metadata | GroupDocs

    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.CadPackage property. The following code snippet reads metadata associated with a CAD file. AdvancedUsage.ManagingMetadataForSpecificFormats.Cad.CadReadNativeMetadataProperties using (Metadata metadata = new Metadata(Constants.InputDxf)) { var root = metadata.GetRootPackage(); Console.WriteLine(root.CadPackage.AcadVersion); Console.WriteLine(root.CadPackage.Author); Console.WriteLine(root.CadPackage.Comments); Console.WriteLine(root.CadPackage.CreatedDateTime); Console.WriteLine(root.CadPackage.HyperlinkBase); Console.WriteLine(root.CadPackage.Keywords); Console.WriteLine(root.CadPackage.LastSavedBy); Console.WriteLine(root.CadPackage.Title); // .... OutputDxf ); } More resources GitHub examples You may easily...

    docs.groupdocs.com/metadata/net/working-with-ca...
  8. Search for encrypted object in QR code signatur...

     This article explains how to search for encrypted electronic signatures in QR code electronic signatures. This topic contains example of using standard encryption, serialization, class definition and search for embedded objects in QR-codes with GroupDocs.Signature API....DataFactor ); } } } More resources GitHub Examples You may easily...

    docs.groupdocs.com/signature/net/search-for-enc...
  9. Word forms provider | GroupDocs

    This article gives the knowledge of the API methods which can be used to perform operations about word forms provider interface using Java....found: // mrs // mr More resources GitHub examples You may easily...

    docs.groupdocs.com/search/nodejs-java/word-form...
  10. Homophone dictionary | GroupDocs

    This article gives the knowledge of the API methods which can be used to perform operations about homophone dictionary using Java....( query , options ); More resources GitHub examples You may easily...

    docs.groupdocs.com/search/nodejs-java/homophone...