This article gives the knowledge of the API methods which can be used to perform operations about homophone dictionary using Java....Parser Product Solution GroupDocs.Watermark Product Solution GroupDocs...
The page describes how to update annotation replies when collaborate over document using GroupDocs.Annotation for Java API....Parser Product Solution GroupDocs.Watermark 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); // ....Parser Product Solution GroupDocs.Watermark 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....Parser Product Family GroupDocs.Watermark 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#....Parser Product Family GroupDocs.Watermark 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....Parser Product Family GroupDocs.Watermark 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....Parser Product Family GroupDocs.Watermark 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#....Parser Product Family GroupDocs.Watermark Product Family GroupDocs...
Let's learn how to merge GIF files using C#. We will provide you a simple code example to combine GIF files in C# without additional software installations....Parser Product Family GroupDocs.Watermark Product Family GroupDocs...
Discover how to convert DOCX to JPG using Python with clear steps and code example. Effortlessly export DOCX to JPG using Python for high-quality image results....Parser Product Family GroupDocs.Watermark Product Family GroupDocs...