Sort Score
Result 10 results
Languages All
Labels All
Results 3,071 - 3,080 of 4,188 for

classification

(0.03 sec)
  1. 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...
  2. Common Master-Detail Image in Presentation Docu...

    Note In this article, we will use GroupDocs.Assembly to generate a Common Master-Detail report in Presentation Document format based on the use case: Working with a Business Case. Common Master-Detail in Microsoft PowerPoint Document Creating a Common Master-Detail Please follow below steps to create Common Master-Detail Template in MS PowerPoint 2013: Create a new Presentation. Insert two shapes, one for holding image and other for holding other details. Save the document Reporting Requirement As a report developer, you are required to represent the information of the customers and products with the following key requirements:...Classification Product Solution Purchase...

    docs.groupdocs.com/assembly/net/common-master-d...
  3. Verify Digital Signatures in Document | GroupDocs

    This article explains how to verify digital electronic signatures with GroupDocs.Signature for Python via .NET API...Classification Product Solution Purchase...

    docs.groupdocs.com/signature/python-net/verify-...
  4. Sign documents with QR-code embedded object | G...

    This article explains how to create encrypted QR-code electronic signature with embedded custom object...Classification Product Solution Purchase...

    docs.groupdocs.com/signature/net/sign-documents...
  5. Sign documents with additional image adjustment...

     This article explains how to use different image adjustment with electronic signatures on document page....Classification Product Solution Purchase...

    docs.groupdocs.com/signature/net/sign-documents...
  6. Generate Your First Document from .NET Object |...

    Create your first document by generating a simple report from an in-memory .NET object using GroupDocs.Assembly for .NET....Classification Product Solution Purchase...

    docs.groupdocs.com/assembly/net/basic-usage-fir...
  7. Font embedding options | GroupDocs

    Learn how to embed fonts into an output Word document when editing with GroupDocs.Editor API for Node.js....Classification Product Solution Purchase...

    docs.groupdocs.com/editor/nodejs-java/font-embe...
  8. Migration Notes | GroupDocs

    Why to migrate? Here are the key reasons to use the new updated API provided by GroupDocs.Annotation for Java since version 19.8: The Annotator class introduced as a single entry point to manage the document annotating process to any supported file format (instead of AnnotationImageHandler class in previous versions). The overall rendering speed improved dramatically by saving rendered page as soon as it was rendered, not when all pages list were rendered....Classification Product Solution Purchase...

    docs.groupdocs.com/annotation/java/migration-no...
  9. Add replacement annotation | GroupDocs

    The page describes how to add replacement annotation to a document using GroupDocs.Annotation for Java....Classification Product Solution Purchase...

    docs.groupdocs.com/annotation/java/add-replacem...
  10. Field Management | GroupDocs

    This documentation section explains how to the management and manipulation of form fields within documents....Classification Product Solution Purchase...

    docs.groupdocs.com/editor/net/form-field-manage...