Sort Score
Result 10 results
Languages All
Labels All
Results 2,881 - 2,890 of 4,131 for

classification

(0.16 sec)
  1. How to protect a signed PDF document | GroupDocs

    This article explains how to protect a signed PDF document....Classification Product Solution Purchase...

    docs.groupdocs.com/signature/net/protect-pdf-do...
  2. eSign document with Metadata signature | GroupDocs

    This article shows how to add Metadata signature to the each document type meta layer with different data types over with GroupDocs.Signature...Classification Product Solution Purchase...

    docs.groupdocs.com/signature/java/esign-documen...
  3. Signing archive documents in batch | GroupDocs

    This article shows how to sign documents in batch mode within the archive files with one or multiple electronic signatures...Classification Product Solution Purchase...

    docs.groupdocs.com/signature/net/signing-archiv...
  4. eSign document with QR-code signature | GroupDocs

    This article explains how sign documents with electronic signature as QR code on document page with GroupDocs.Signature API....Classification Product Solution Purchase...

    docs.groupdocs.com/signature/java/esign-documen...
  5. Working with metadata in AVI files | GroupDocs

    Reading AVI header properties The GroupDocs.Metadata API supports extracting format-specific information from AVI file headers. The following are the steps to read the header of an AVI file. Load an AVI video Get the root metadata package Extract the native metadata package using the AviRootPackage.getHeader method Read the AVI header properties advanced_usage.managing_metadata_for_specific_formats.video.avi.AviReadHeaderProperties try (Metadata metadata = new Metadata(Constants.InputAvi)) { AviRootPackage root = metadata.getRootPackageGeneric(); System.out.println(root.getHeader().getAviHeaderFlags()); System.out.println(root.getHeader().getHeight()); System.out.println(root.getHeader().getWidth()); System.out.println(root.getHeader().getTotalFrames()); System.out.println(root.getHeader().getInitialFrames()); System.out.println(root.getHeader().getMaxBytesPerSec()); System....Classification Product Solution Purchase...

    docs.groupdocs.com/metadata/java/working-with-m...
  6. Features Overview | GroupDocs

    Redacted meaning is that a process of modifying or editing a document to remove the confidential information before publishing it. With GroupDocs.Redaction tool you can redact PDF and save redacted document, redact sensitive and classified information from MS Word (DOC, DOCX and more..), Excel (XLS, XLSX and more..), PowerPoint(PPT, PPTX and more) documents and images (JPG, PNG, BMP, GIF and more..)....Classification Product Solution Purchase...

    docs.groupdocs.com/redaction/net/features-overv...
  7. Indexing password protected documents | GroupDocs

    This article demonstrates that how to perform indexing of password protected documents....Classification Product Solution Purchase...

    docs.groupdocs.com/search/net/indexing-password...
  8. Synonym dictionary | GroupDocs

    This article gives the knowledge of the API methods which can be used to perform operations about Synonym dictionary....Classification Product Solution Purchase...

    docs.groupdocs.com/search/net/synonym-dictionary/
  9. Search index repository | GroupDocs

    The IndexRepository class can be used to combine several indexes into a group for searching all indexes at once....Classification Product Solution Purchase...

    docs.groupdocs.com/search/net/search-index-repo...
  10. 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....Classification Product Solution Purchase...

    docs.groupdocs.com/search/java/getting-indexed-...