Sort Score
Result 10 results
Languages All
Labels All
Results 781 - 790 of 3,717 for

feature

(0.5 sec)
  1. Verify QR-code signatures | GroupDocs

     This article explains how to provide advanced verification of QR-code electronic signatures with GroupDocs.Signature API....the code above and see the feature in action in our GitHub examples:...Online App Along with full-featured .NET library we provide simple...

    docs.groupdocs.com/signature/java/verify-qr-cod...
  2. Issues Observed in GroupDocs.Total - Parser and...

    We are currently performing a POC using GroupDocs.Total in our application (running on .NET 8, Windows Server 2019) and have encountered a couple of issues which we would like your assistance with. 1. Parser – Incorrect…...you can work without this feature, comment it out till we could...

    forum.groupdocs.com/t/issues-observed-in-groupd...
  3. Advanced search for Image signatures | GroupDocs

     This article explains how to make advanced search for Image electronic signatures with GroupDocs.Signature API....the code above and see the feature in action in our GitHub examples:...Online App Along with full-featured .NET library we provide simple...

    docs.groupdocs.com/signature/java/advanced-sear...
  4. Load document from stream | GroupDocs

    There might be cases when the document is presented only as a stream (without a copy on the local disk). To avoid the overhead of saving documents to the disk, GroupDocs.Parser enables to extract data from streams directly. The following example shows how to load the document from the stream: // Create the stream try (InputStream stream = new FileInputStream(Constants.SamplePdf)) { // Create an instance of Parser class with the stream try (Parser parser = new Parser(stream)) { // Extract a text into the reader try (TextReader reader = parser....the code above and see the feature in action in our GitHub examples:...parser App Along with full featured Java library we provide simple...

    docs.groupdocs.com/parser/java/load-document-fr...
  5. Getting known property descriptors | GroupDocs

    Extract information about known properties available in a particular package using GroupDocs.Metadata for Python via .NET....the code above and see the feature in action in our GitHub examples:...management App Along with full featured Python via .NET library we...

    docs.groupdocs.com/metadata/python-net/getting-...
  6. Load document from Stream | GroupDocs

    This section explains how to load document from stream with GroupDocs.Signature API....the code above and see the feature in action in our GitHub examples:...Online Apps Along with the full-featured .NET library, we provide simple...

    docs.groupdocs.com/signature/net/load-document-...
  7. Sign documents with exception handling | GroupDocs

     This article explains how to use exceptions handling when adding electronic signatures to document with GroupDocs.Signature API....the code above and see the feature in action in our GitHub examples:...Online Apps Along with the full-featured .NET library, we provide simple...

    docs.groupdocs.com/signature/net/sign-documents...
  8. Working with metadata in FLV files | GroupDocs

    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....the code above and see the feature in action in our GitHub examples:...management App Along with full featured Java library we provide simple...

    docs.groupdocs.com/metadata/java/working-with-m...
  9. Sign documents with Metadata embedded object | ...

    This article explains how to create encrypted Metadata electronic signature with embedded custom object.... This feature is implemented over object...the code above and see the feature in action in our GitHub examples:...

    docs.groupdocs.com/signature/java/sign-document...
  10. How to Convert ODT to PDF in Java

    This short tutorial focuses on the process to convert ODT to PDF in Java. Learn how to create code to export ODT to PDF using Java and customize the converted file....demonstrate the working of this feature. We have also customized the...

    kb.groupdocs.com/conversion/java/how-to-convert...