This article explains how to make advanced search for Barcode electronic signatures with GroupDocs.Signature API....Total Product Family GroupDocs.Viewer Product Solution GroupDocs...
This article shows how to create electronic signatures with specific ordering on the document page...Total Product Family GroupDocs.Viewer Product Solution GroupDocs...
Note This feature is supported by version 18.1 or greater Note The code uses some of the objects defined in The Business Layer. Column Chart in Microsoft PowerPoint Document Creating a Column Chart Please follow below steps to create a column chart in MS PowerPoint 2013:
Create a new presentation slide Click the “Insert” tab, and then click “Chart” in the illustrations group to open the “Insert Chart” dialogue box Select “Column” in the sidebar, you will see a gallery of charts Select the “100% Stacked Column” and press “OK” to insert the chart and Worksheet template to your document Edit the Worksheet with your data to update the chart Save your Document Reporting Requirement As a report developer, you are required to share orders quantity of the customers dynamically with the following key requirements:...Total Product Family GroupDocs.Viewer Product Solution GroupDocs...
Learn how to convert files within document containers, such as compressed files, into various formats using GroupDocs.Conversion for Python via .NET....Total Product Family GroupDocs.Viewer Product Solution GroupDocs...
This article gives the knowledge of the API methods which can be used to perform operations about word forms provider interface....Total Product Family GroupDocs.Viewer Product Solution GroupDocs...
This article gives the knowledge of the API methods which can be used to perform operations about Alias dictionary in Java....Total Product Family GroupDocs.Viewer Product Solution 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()); // ....Total Product Family GroupDocs.Viewer Product Solution GroupDocs...
This article gives the knowledge of the API methods which can be used to perform operations about Synonym dictionary using Java....Total Product Family GroupDocs.Viewer Product Solution GroupDocs...
This article explains that how Java redaction API allows you to easily redact data of sensitive or private nature from your documents. You can apply text redaction using exact phrase or regular expression for documents of different formats like PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX and others....Total Product Family GroupDocs.Viewer Product Solution GroupDocs...