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....Comparison Product Solution GroupDocs...to view and edit metadata of PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX...
This article demonstrates that how to perform indexing of password protected documents....Comparison Product Solution GroupDocs...@"C:\MyDocuments\ProtectedDocument.pdf" ); index . Dictionaries . DocumentPasswords...
This topic explains how to get document pages preview as images with various options by GroupDocs.Signature API....Comparison Product Solution GroupDocs...signature = new Signature ( "sample.pdf" ); PreviewOptions previewOption...
The GroupDocs.Watermark allows to add repeated or tiled watermarks to documents...Comparison Product Solution GroupDocs...= new Watermarker ( "sample.pdf" )) { // Initialize the font...
This topic explains how to get document pages preview as images with various options by GroupDocs.Signature for Python via .NET....Comparison Product Solution GroupDocs...signature . Signature ( "sample.pdf" ) as sign : # create preview...
This page contains information about configuring the search network....Comparison Product Solution GroupDocs...welcome to search over your PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX...
This article explains that how to extract text in Accurate mode....Comparison Product Solution GroupDocs...welcome to extract data from PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX...
This article shows how to delete Text electronic signatures different ways with GroupDocs.Signature API....Comparison Product Solution GroupDocs...signature = new Signature ( "signed.pdf" )) { TextSearchOptions options...
This article explains how to create encrypted QR-code electronic signature with embedded custom object...Comparison Product Solution GroupDocs...signature = new Signature ( "sample.pdf" ); // setup key and passphrase...
Follow this guide and learn how to implement custom cache implementation when document with GroupDocs.Conversion for .NET API....Comparison Product Solution GroupDocs...converter . Convert ( "converted.pdf" , options ); stopWatch . Stop...