This article gives the knowledge of the API methods which can be used to perform operations about Synonym dictionary using Java....Signature Product Solution GroupDocs...Events Acquisition GroupDocs Documentation / GroupDocs.Search Product...
Learn how to remove image watermark from XLSX using Python. This tutorial shows how to detect and delete image watermarks in Excel spreadsheets programmatically....Signature Product Family GroupDocs.Metadata...from XLSX and simplify the document preparation process for sharing...
If you have a corporate sensitive data removal policy as a list of redaction rules, you don’t need to specify them in your code. You can specify an XML Document with a list of pre-configured redactions.
Below is an example of redaction policy XML file (code properties mapping is obvious):
RedactionPolicy.xml
You can use RedactionPolicy....Signature Product Solution GroupDocs...Acquisition Ask AI GroupDocs Documentation / GroupDocs.Redaction Product...
This topic describes how to use the GroupDocs.Viewer .NET API (C#) to convert email messages to HTML, PDF, PNG, and JPEG formats....Signature Product Solution GroupDocs...Acquisition Ask AI GroupDocs Documentation / GroupDocs.Viewer Product...
This article shows how to add metadata properties which is the most sophisticated feature of the GroupDocs.Metadata Java search engine...Signature Product Solution GroupDocs...Acquisition Ask AI GroupDocs Documentation / GroupDocs.Metadata Product...
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()); // ....Signature Product Solution GroupDocs...Acquisition Ask AI GroupDocs Documentation / GroupDocs.Metadata Product...
This article gives the knowledge about the complete specification of the search query DSL used in text queries using Java search API....Signature Product Solution GroupDocs...Acquisition Ask AI GroupDocs Documentation / GroupDocs.Search Product...
Learn how to convert CSV to HTML using Node.js for easy data presentation. Export CSV to HTML in Node.js along with detailed step-by-step instructions....Signature Product Family GroupDocs.Metadata...file and generate an HTML document To generate HTML from CSV...
This article gives the knowledge of the API methods which can be used to perform operations about Synonym dictionary....Signature Product Solution GroupDocs...Acquisition Ask AI GroupDocs Documentation / GroupDocs.Search Product...
This article gives the knowledge of the API methods which can be used to perform operations about homophone dictionary using Java....Signature Product Solution GroupDocs...Events Acquisition GroupDocs Documentation / GroupDocs.Search Product...