Sort Score
Result 10 results
Languages All
Labels All
Results 1,311 - 1,320 of 2,120 for

resource

(0.12 sec)
  1. OCR Usage Basics | Documentation

    This article explains that how to integrate any paid or free OCR solution in Java.... More resources GitHub examples You may easily...

    docs.groupdocs.com/redaction/java/ocr-usage-bas...
  2. Delete Signatures of the certain type | Documen...

    This article explains how to delete electronic signatures of the certain type with GroupDocs.Signature API.... More resources GitHub Examples You may easily...

    docs.groupdocs.com/signature/net/delete-signatu...
  3. Working with metadata in FLV files | Documentation

    Reading FLV header properties The GroupDocs.Metadata API supports extracting format-specific information from the FLV file header. The following are the steps to read the header of an FLV file. Load an FLV video Get the root metadata package Extract the native metadata package using the FlvRootPackage.getHeader method Read the FLV header properties advanced_usage.managing_metadata_for_specific_formats.video.flv.FlvReadHeaderProperties try (Metadata metadata = new Metadata(Constants.InputFlv)) { FlvRootPackage root = metadata.getRootPackageGeneric(); System.out.println(root.getHeader().getVersion()); System.out.println(root.getHeader().hasAudioTags()); System.out.println(root.getHeader().hasVideoTags()); System.out.println(root.getHeader().getTypeFlags()); } Working with XMP metadata GroupDocs.... More resources GitHub examples You may easily...

    docs.groupdocs.com/metadata/java/working-with-m...
  4. Load document from FTP | Documentation

    This section explains how to load document from FTP with GroupDocs.Signature API....retrieveFileStream ( filePath ); } More resources GitHub Examples You may easily...

    docs.groupdocs.com/signature/java/load-document...
  5. Advanced search for Digital signatures | Docume...

     This article explains how to make advanced search for digital electronic signatures with GroupDocs.Signature API....SerialNumber ); } } More resources GitHub Examples You may easily...

    docs.groupdocs.com/signature/net/advanced-searc...
  6. How to search signatures with LINQ queries | Do...

     This article explains how to search signatures with LINQ query with GroupDocs.Signature API.... } More resources GitHub Examples You may easily...

    docs.groupdocs.com/signature/net/search-signatu...
  7. Delete Signatures of the certain types | Docume...

    This article explains how to delete electronic signatures of the certain types with GroupDocs.Signature API...." ); } } More resources GitHub Examples You may easily...

    docs.groupdocs.com/signature/net/delete-signatu...
  8. Preview Digital Certificates properties | Docum...

    This article shows how to receive digital certificates properties over Document Info method....Type})" ); } } More resources GitHub Examples You may easily...

    docs.groupdocs.com/signature/net/preview-certif...
  9. Delete QR-code signatures from documents | Docu...

    This article explains how to delete QR code electronic signatures with GroupDocs.Signature API.... More resources GitHub Examples You may easily...

    docs.groupdocs.com/signature/net/delete-qr-code...
  10. Composing signature with solid brush background...

     This article explains how to fill signature background with solid brush...pdf" , options ); } More resources GitHub Examples You may easily...

    docs.groupdocs.com/signature/net/composing-sign...