Sort Score
Result 10 results
Languages All
Labels All
Results 3,381 - 3,390 of 4,149 for

classification

(0.11 sec)
  1. Developer Guide | GroupDocs

    The Developer Guide section explains all aspects of GroupDocs.Editor for Node.js via Java file editor features, provides code snippets, and examples of editing Microsoft Office formats programmatically in Node.js applications....Classification Product Solution Purchase...

    docs.groupdocs.com/editor/nodejs-java/developer...
  2. Evaluation Limitations and Licensing | GroupDocs

    GroupDocs.Assembly for Python provides different plans for purchase or offers a Free Trial and a 30-day Temporary License for evaluation....Classification Product Solution Purchase...

    docs.groupdocs.com/assembly/python-net/evaluati...
  3. Sign document with extensions | GroupDocs

    This article shows how to create electronic signatures with additional visual extensions...Classification Product Solution Purchase...

    docs.groupdocs.com/signature/java/sign-document...
  4. 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....Classification Product Solution Purchase...

    docs.groupdocs.com/signature/java/search-for-en...
  5. Licensing and evaluation | GroupDocs

    GroupDocs.Total provides different plans for purchasing or offers a Free Trial and a 30-day Temporary License for evaluation....Classification Product Solution Purchase...

    docs.groupdocs.com/total/net/licensing-and-eval...
  6. How to generate QR Code and sign document using...

    This guide describes how to improve your document with generated QR code using Python. Sign your documents with a QR Code and various standard QR code elements like Event QR Code, contact QR Code as VCard or MeCard, SEPA payment QR Code using GroupDocs.Signature Python API by GroupDocs....Classification Product Solution Purchase...

    docs.groupdocs.com/signature/python-net/how-to-...
  7. Tags

    Document Automation APIs to enrich .NET and Java applications to view, edit, annotate, convert, compare, e-sign, parse, split, merge, redact, or classify documents of almost all the popular file formats....Authentication 1 Document Classification in CSharp 1 document comparison...GroupDocs.Assembly 1 GroupDocs.Classification 1 GroupDocs.Comparison...

    blog.groupdocs.com/ru/tags/
  8. Extract tables from document page | GroupDocs

    Learn how to extract tables from a specific document page using GroupDocs.Parser for .NET. Extract tables from Excel, Word, PDF pages by page index in C#....Classification Product Solution Purchase...

    docs.groupdocs.com/parser/net/extract-tables-fr...
  9. Extract text from Microsoft Office Word documen...

    To extract a text from Microsoft Office Word documents getText and getText(int) methods are used. These methods allow to extract a text from the entire document or a text from the selected page. TextOptions parameter is ignored for Microsoft Office Words documents. Here are the steps to extract a text from Microsoft Office Word document: Instantiate Parser object for the initial document; Call getText method and obtain TextReader object; Read a text from reader....Classification Product Solution Purchase...

    docs.groupdocs.com/parser/java/extract-text-fro...
  10. 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.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()); // ....Classification Product Solution Purchase...

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