Configure GroupDocs.Comparison for .NET on Linux and in Docker: install libgdiplus, Microsoft core fonts, and set up .NET 6 or .NET 8 Dockerfiles for non-Windows environments....Editor Product Solution GroupDocs.Merger 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); // ....Editor Product Solution GroupDocs.Merger Product Solution GroupDocs...
The page describes how to update annotation replies when collaborate over document using GroupDocs.Annotation for Java API....Editor Product Solution GroupDocs.Merger 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....Editor Product Solution GroupDocs.Merger Product Solution GroupDocs...
This article gives the knowledge of the API methods which can be used to perform operations about homophone dictionary using Java....Editor Product Solution GroupDocs.Merger Product Solution GroupDocs...
This short tutorial provides a step-by-step procedure to convert TeX to PDF using Java and how to create an application to convert LaTeX file to PDF in Java....Watermark Product Family GroupDocs.Merger Product Family GroupDocs...
This tutorial explains the process to convert EPS to JPG in C# using document converter APIs and provides a sample code for C# EPS to JPG converter application....Watermark Product Family GroupDocs.Merger Product Family GroupDocs...
This short article provides a stepwise procedure to convert EPUB to PDF using C# and a sample working application to convert EPUB file to PDF in C#....Watermark Product Family GroupDocs.Merger Product Family GroupDocs...
This tutorial describes the process to convert Text file to JPG using C# and provides a sample code to show the implementation of the TXT to JPG converter in C#....Watermark Product Family GroupDocs.Merger Product Family GroupDocs...