The page describes how to update annotation replies when collaborate over document using GroupDocs.Annotation for Java API....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...
This article gives the knowledge of the API methods which can be used to perform operations about homophone dictionary using Java....Search Product Solution GroupDocs.Parser 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....Search Product Solution GroupDocs.Parser Product Solution GroupDocs...
Follow this guide and learn how to merge MS Excel spreadsheets using Node.js via Java programming language....Search Product Solution GroupDocs.Parser Product Solution GroupDocs...
Follow this guide and learn how to merge MS Excel spreadsheets using Python via .NET programming language....Search Product Solution GroupDocs.Parser Product Solution GroupDocs...
Learn how to merge GIF image files, combine GIF image files into one file programmatically in C# language using GroupDocs.Merger for .NET library....Search Product Solution GroupDocs.Parser Product Solution GroupDocs...
Learn how to merge images to PDF file, combine images into one PDF file programmatically in Java language using GroupDocs.Merger for Java library....Search Product Solution GroupDocs.Parser Product Solution GroupDocs...
Learn how to merge TIF image files, combine TIF image files into one file programmatically in java language using GroupDocs.Merger for Java library....Search Product Solution GroupDocs.Parser Product Solution GroupDocs...
This article demonstrates how to merge PowerPoint presentation files of PPT, PPTX, ODP and may other formats with couple java code lines and GroupDocs.Merger for Java....Search Product Solution GroupDocs.Parser Product Solution GroupDocs...