Add shape-based watermarks to Word documents with additional options using Python via .NET....Metadata Product Solution GroupDocs.Search 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); // ....Metadata Product Solution GroupDocs.Search Product Solution GroupDocs...
Inspect, clear, and watermark images in headers and footers using Python via .NET....Metadata Product Solution GroupDocs.Search Product Solution GroupDocs...
This article explains how to work with PDF attachments while using GroupDocs watermarking API....Metadata Product Solution GroupDocs.Search Product Solution GroupDocs...
Easily transform Microsoft project files into a non-editable format, learn how to convert MPP to PDF in Java, and develop the Java MPP to PDF converter application....Metadata Product Family GroupDocs.Search Product Family GroupDocs...
This article walks you through the complete process to convert HTML to Markdown using Java and demonstrates how to create the Java HTML to MD converter capability....Metadata Product Family GroupDocs.Search Product Family GroupDocs...
Quickly review the procedure to convert PowerPoint to PDF using Java and learn how to follow these instructions to create the convert PPT to PDF Java functionality....Metadata Product Family GroupDocs.Search Product Family GroupDocs...
This article is designed to assist you how to add distance annotation in PDF using C# along with comprehensive steps to insert distance annotation to PDF in C#....Metadata Product Family GroupDocs.Search Product Family GroupDocs...
Review the document transformation procedure and learn the guide to convert PDF to Image in C# and explore working sample code to convert PDF to Image using C#....Metadata Product Family GroupDocs.Search Product Family GroupDocs...
Let's swiftly grasp the complete process of how to convert CSV to XML using Java. We will present you with essential steps and Java code to export CSV to XML....Metadata Product Family GroupDocs.Search Product Family GroupDocs...