Do you want to do document conversion in a few steps? then review guidelines to convert Text to HTML in C# and sample code for C# convert Text to HTML capability....You can also define many properties for customizing the converted...
This tutorial aims to guide you how to sign PDF with text signature using C#. Also, we will furnish you with a code example to add text signature in PDF using C#....class and set the desired properties for the appearance of the...
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 API provides the property. The following code snippet...allows updating metadata properties in a DXF drawing. Please...
We are pleased to announce the release of version 17.10 of GroupDocs.Viewer for .NET. This monthly release has come with 3 new features and more than 10 improvements and bug fixes. GroupDocs.Viewer for .NET 17.10 allows you to render STL and IFC file formats. Furthermore, settings to hide/show hidden pages have been extended for Microsoft PowerPoint documents. Please continue to read more about the latest version.
Render STL and IFC File FormatsFrom version 17....rendering, set ShowHiddenPages property of the RenderOptions (ImageOptions...DiagramOptions.ShowHiddenPages properties in RenderOptions class. For...
Learn how to get indexed documents using C# with our step-by-step guide. Discover how to retrieve indexed documents in C# efficiently for improved document management....extract details using the properties of the DocumentInfo class...
Convert Word DOC & DOCX documents to PDF using C# within .NET applications. Automate your files conversion using the document conversion .NET API....PageNumber, and PageCount properties. Convert the loaded Word...
Follow this guide and learn how to convert email attachments to different format based on attachment type using GroupDocs.Conversion for .Java....This class provides various properties to customize the loading...
Learn how to add text watermark to XLS using Python. This tutorial shows how to embed text watermarks into XLS spreadsheets with custom font, color, and alignment.... You can customize properties such as font size, color...
This article explains about the API supports extracting metadata from WAV files...package using the property Read the WAV audio properties AdvancedUsage...
This article explains how to delete QR-Code electronic signatures with GroupDocs.Signature API....Instantiate object with desired properties; Call method to obtain list...