It is easy to convert RTF to PDF using Python for document sharing using conversion APIs. A code example is included to export RTF to PDF in Python in this topic....Merger Product Family GroupDocs.Redaction Product Family Convert...
Efficiently extract hyperlinks from XLS using C#. Learn how to read hyperlinks from XLS in C# with step-by-step guidance, enhancing your document processing workflows....Merger Product Family GroupDocs.Redaction Product Family Extract...
This guide explains how to scan barcode from ODT using C#, with a code example to help you efficiently extract barcode from ODT in C#, ensuring a seamless process....Merger Product Family GroupDocs.Redaction Product Family Scan Barcode...
This article details the process of how to extract text from DOCX using Java. It also includes code to assist you in implementing text extraction from DOCX in Java....Merger Product Family GroupDocs.Redaction Product Family Extract...
The page describes how to update annotation replies when collaborate over document using GroupDocs.Annotation for Java API....Merger Product Solution GroupDocs.Redaction Product Solution GroupDocs...
Add shape-based watermarks to Word documents with additional options using Python via .NET....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.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); // ....Merger Product Solution GroupDocs.Redaction Product Solution GroupDocs...
This article gives the knowledge of the API methods which can be used to perform operations about word forms provider interface using Java....Merger Product Solution GroupDocs.Redaction Product Solution GroupDocs...
This article gives the knowledge of the API methods which can be used to perform operations about homophone dictionary using Java....Merger Product Solution GroupDocs.Redaction Product Solution GroupDocs...