This article demonstrates that how to save a document to any custom file at any location on the local disc or a even a Stream...Total Product Family GroupDocs.Viewer Product Solution GroupDocs...
This article shows the use of aliases which allows you to reduce the length of search queries in text form....Total Product Family GroupDocs.Viewer Product Solution GroupDocs...
Reading FLV header properties The GroupDocs.Metadata API supports extracting format-specific information from the FLV file header.
The following are the steps to read the header of an FLV file.
Load an FLV video Get the root metadata package Extract the native metadata package using FlvRootPackage.Header Read the FLV header properties AdvancedUsage.ManagingMetadataForSpecificFormats.Video.Flv.FlvReadHeaderProperties
using (Metadata metadata = new Metadata(Constants.InputFlv)) { var root = metadata.GetRootPackage(); Console.WriteLine(root.Header.Version); Console.WriteLine(root.Header.HasAudioTags); Console.WriteLine(root.Header.HasVideoTags); Console.WriteLine(root.Header.TypeFlags); } Working with XMP metadata GroupDocs....Total Product Family GroupDocs.Viewer Product Solution GroupDocs...
Learn how to add text watermark to DOCX using Python. This tutorial explains how to apply watermark to DOCX document in Python with customizable properties....Annotation Product Family GroupDocs.Viewer Product Family GroupDocs...
Explore how to update watermark text in DOCX using C#. Also, we'll furnish you with code to change watermark text in DOCX in C# without extra software installation....Annotation Product Family GroupDocs.Viewer Product Family GroupDocs...
In this article, we will provide you detail on how to convert DOCX to ODT using Node.js. Also, you will be provide a code example to export DOCX to ODT in Node.js....Annotation Product Family GroupDocs.Viewer Product Family GroupDocs...
This article will detail the key steps to merge SVG files using Java and provide a sample code example to demonstrate how to combine SVG files in Java programming....Annotation Product Family GroupDocs.Viewer Product Family GroupDocs...
Learn how to add text watermark to DOC using Python. This tutorial shows how to embed text watermarks into DOC documents with custom font, color, and alignment....Annotation Product Family GroupDocs.Viewer Product Family GroupDocs...