Modify message body/subject, embed/remove images, search text, and list recipients using Python via .NET....app conholdate.com conholdate.cloud conholdate.app containerize...
Learn how to load and convert GIS documents (GeoJSON, KML, GPX) with advanced options using GroupDocs.Conversion for .NET API....app conholdate.com conholdate.cloud conholdate.app containerize...
This article explains how to subscribe for verification of electronic signatures events like start, progress and completion with GroupDocs.Signature API....app conholdate.com conholdate.cloud conholdate.app containerize...
This article explains how to sign document with Text electronic signatures using advanced options with GroupDocs.Signature API....app conholdate.com conholdate.cloud conholdate.app containerize...
This article explains how to subscribe for search electronic signatures events like start, progress and completion with GroupDocs.Signature API....app conholdate.com conholdate.cloud conholdate.app containerize...
This quick start guide provides a comprehensive overview of setting up and using GroupDocs.Conversion for Java....app conholdate.com conholdate.cloud conholdate.app containerize...
This article demonstrates how you can convert to and from email formats with GroupDocs.Conversion for Node.js via Java....app conholdate.com conholdate.cloud conholdate.app containerize...
Save assembled documents in the same format as the template (e.g., DOCX to DOCX, XLSX to XLSX)....app conholdate.com conholdate.cloud conholdate.app containerize...
This article shows knowledge about The most common way to get the metadata property value is to check its type and convert it to the appropriate platform-specific type....app conholdate.com conholdate.cloud conholdate.app containerize...
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....app conholdate.com conholdate.cloud conholdate.app containerize...