This article gives the knowledge of the API methods which can be used to perform operations about Synonym dictionary using Java....Merger Product Solution GroupDocs.Redaction Product Solution GroupDocs...
This article explains how to work with worksheet backgrounds while using GroupDocs watermarking API...Merger Product Solution GroupDocs.Redaction 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()); // ....Merger Product Solution GroupDocs.Redaction Product Solution GroupDocs...
This article explains how to update Text electronic signatures with GroupDocs.Signature API....Merger Product Solution GroupDocs.Redaction Product Solution GroupDocs...
Note In this article, we will use GroupDocs.Assembly to generate a In-Table List with Highlighted Rows report in Email Document format. In-Table List with Highlighted Rows in Email Document Creating a In-Table List with Highlighted Rows Practicing the following steps you can create In-Table List with Highlighted Rows Template in MS Outlook 2013.
Create a new Email. Press “Insert” tab to insert the table. Insert a 2x4 table. Click the cell you want to highlight....Merger Product Solution GroupDocs.Redaction Product Solution GroupDocs...
This article explains how to delete Barcode electronic signatures with GroupDocs.Signature API....Merger Product Solution GroupDocs.Redaction Product Solution GroupDocs...
This article explains how to update Barcode electronic signatures with GroupDocs.Signature API....Merger Product Solution GroupDocs.Redaction Product Solution GroupDocs...
This article explains how to check if a file is encrypted using .NET / C# with GroupDocs.Viewer for .NET....Merger Product Solution GroupDocs.Redaction Product Solution GroupDocs...
This article explains how to obtain coordinates for detected changes at a document pages preview when comparing documents with GroupDocs.Comparison for Node.js via Java...Merger Product Solution GroupDocs.Redaction Product Solution GroupDocs...
Extract metadata (author, title, custom properties) from PDF, Office, images, emails, and other formats using GroupDocs.Parser for Python via .NET....Merger Product Solution GroupDocs.Redaction Product Solution GroupDocs...