This section describes how to use GroupDocs.Viewer for .net (C#) to convert spreadsheet files to PDF, HTML, PNG, and JPEG formats....Watermark Product Solution GroupDocs...Family / GroupDocs.Viewer for .NET / Document rendering basics...
Learn about GroupDocs.Comparison advanced usage and its multiple powerful features like document comparison customisation, loading documents from different sources etc....Watermark Product Solution GroupDocs...Family / GroupDocs.Comparison for .NET / Advanced usage Advanced usage...
Working with metadata in ASF files Reading ASF format-specific properties The GroupDocs.Metadata API supports extracting format-specific information from ASF files.
The following are the steps to read native ASF metadata.
Load an ASF video Get the root metadata package Extract the native metadata package using AsfRootPackage.AsfPackage Read the ASF metadata properties AdvancedUsage.ManagingMetadataForSpecificFormats.Video.Asf.AsfReadNativeMetadataProperties
using (Metadata metadata = new Metadata(Constants.InputAsf)) { var root = metadata.GetRootPackage(); var package = root.AsfPackage; // Display basic properties Console....Watermark Product Solution GroupDocs...Family / GroupDocs.Metadata for .NET / Developer Guide / Advanced...
Find answers about annotating digital documents and images of various types using code on any platform....Watermark Product Family GroupDocs.Merger...Platforms GroupDocs.Annotation for .NET GroupDocs.Annotation for Java...
This section describes how to use GroupDocs.Viewer for .net (C#) to convert different document types to PDF, HTML, PNG, and JPEG formats....Watermark Product Solution GroupDocs...Family / GroupDocs.Viewer for .NET / Document rendering basics...
This section describes how to get started with GroupDocs.Editor for Python via .net library...Watermark Product Solution GroupDocs...GroupDocs.Editor for Python via .NET / Getting Started Getting Started...
The listed articles below explain how to load password-protected documents and load files from different sources....Watermark Product Solution GroupDocs...Family / GroupDocs.Metadata for .NET / Developer Guide / Advanced...
Note This feature is supported by version 17.12 or greater You can set text background color for document contents dynamically using backColor tags.
The Code Note The code uses some of the objects defined in: The Business Layer Download Change Background Color Dynamically.docx...Watermark Product Solution GroupDocs...Family / GroupDocs.Assembly for .NET / Developer Guide / Advanced...