This article gives the knowledge of the API methods which can be used to perform operations about word forms provider interface using Java....Comparison Product Solution GroupDocs.Signature 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.CadPackage property.
The following code snippet reads metadata associated with a CAD file.
AdvancedUsage.ManagingMetadataForSpecificFormats.Cad.CadReadNativeMetadataProperties
using (Metadata metadata = new Metadata(Constants.InputDxf)) { var root = metadata.GetRootPackage(); Console.WriteLine(root.CadPackage.AcadVersion); Console.WriteLine(root.CadPackage.Author); Console.WriteLine(root.CadPackage.Comments); Console.WriteLine(root.CadPackage.CreatedDateTime); Console.WriteLine(root.CadPackage.HyperlinkBase); Console.WriteLine(root.CadPackage.Keywords); Console.WriteLine(root.CadPackage.LastSavedBy); Console.WriteLine(root.CadPackage.Title); // ....Comparison Product Solution GroupDocs.Signature Product Solution GroupDocs...
This article explains how to add watermarks in word processing document....Comparison Product Solution GroupDocs.Signature Product Solution GroupDocs...
This article gives the knowledge of the API methods which can be used to perform operations about homophone dictionary using Java....Comparison Product Solution GroupDocs.Signature Product Solution GroupDocs...
This article explains how to work with PDF attachments while using GroupDocs watermarking API....Comparison Product Solution GroupDocs.Signature Product Solution GroupDocs...
Let's take a look at the stepwise instructions to convert ODG to PDF using C# with a few API calls and how to develop the C# ODG to PDF file converter application....Comparison Product Family GroupDocs.Signature Product Family GroupDocs...
In this tutorial, you will discover how to redact text in PDF using C#. Additionally, you will receive a simple code example to replace text in PDF using C#....Comparison Product Family GroupDocs.Signature Product Family GroupDocs...
This section will teach you how to convert MSG to EML using Java without the need of third-party software. Also, we will provide code to export MSG to EML in Java....Comparison Product Family GroupDocs.Signature Product Family GroupDocs...
This section will teach you how to convert MSG to EML using C# without the need of third-party software. Also, we will provide code to export MSG to EML in C#....Comparison Product Family GroupDocs.Signature Product Family GroupDocs...
This article provides in-depth guide on text extraction from RTF in Java. It includes code example to extract text from RTF using Java without using extra software....Comparison Product Family GroupDocs.Signature Product Family GroupDocs...