Add shape-based watermarks to Word documents with additional options using Python via .NET....Search Product Solution GroupDocs.Parser 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); // ....Search Product Solution GroupDocs.Parser Product Solution GroupDocs...
Effortlessly perform numeric range search in C# with GroupDocs.Search. Learn how to search numeric ranges in documents C# using advanced and efficient techniques....Search Product Family GroupDocs.Parser Product Family GroupDocs...
Quickly learn how to render PPTX as PDF using Python. Moreover, this tutorial provides steps and code to convert PPTX to PDF in Python for universal sharing....Search Product Family GroupDocs.Parser 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....Search Product Family GroupDocs.Parser Product Family GroupDocs...
Learn how to convert PDF to Excel using Node.js. Easily export PDF to Excel in Node.js with a simple and efficient process for accurate data extraction and formatting....Search Product Family GroupDocs.Parser Product Family GroupDocs...
Search different word forms using C# to find nouns in singular or plural. An example will be provided to implement word form search in C# without extra installation....Search Product Family GroupDocs.Parser Product Family GroupDocs...
Easily convert RTF to HTML using Node.js for seamless web integration. With the right APIs, you can export RTF to HTML in Node.js, preserving document structure....Search Product Family GroupDocs.Parser Product Family GroupDocs...
Let's convert RTF to MHTML using Node.js seamlessly. Follow a step-by-step guide to export RTF to MHTML in Node.js with accurate formatting and high quality....Search Product Family GroupDocs.Parser Product Family GroupDocs...
Learn how to convert PDF to JPG using Node.js with GroupDocs.Conversion. Easily export PDF to JPG in Node.js application with simple steps and code example....Search Product Family GroupDocs.Parser Product Family GroupDocs...