This quick tutorial provides thorough instructions to convert Text to PDF in C# and a working example to demonstrate the implementation of C# Text to PDF capability....Viewer Product Family GroupDocs.Comparison Product Family GroupDocs...
Learn the complete workflow of how to convert PNG to JPG using Java and how to implement this guide for the development of the Java convert PNG to JPG application....Viewer Product Family GroupDocs.Comparison Product Family GroupDocs...
This short article provides thorough information to convert HTML to RTF in Java and how to use it for the development of the Java HTML to RTF application....Viewer Product Family GroupDocs.Comparison Product Family GroupDocs...
This tutorial contains step-by-step instructions to extract text from PDF in Java and a guide on how to create the functionality to extract text from PDF using Java....Viewer Product Family GroupDocs.Comparison Product Family GroupDocs...
Follow this step-by-step tutorial to convert XLS to XLSX in Java. Perform document conversion without Microsoft Office to convert XLS to XLSX using Java....Viewer Product Family GroupDocs.Comparison Product Family GroupDocs...
Quickly understand the procedure for doing document transformation, learn how to convert PDF to TIFF in Java, and create the code to export PDF to TIFF using Java....Viewer Product Family GroupDocs.Comparison Product Family GroupDocs...
This quick guide briefly explains to you the process to convert JPG to XLSM in C# and learn how to use this guide to convert JPG to XLSM using C#....Viewer Product Family GroupDocs.Comparison Product Family GroupDocs...
This article shows the use of aliases which allows you to reduce the length of search queries in text form....Conversion Product Solution GroupDocs.Comparison 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....Conversion Product Solution GroupDocs.Comparison Product Solution GroupDocs...
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...Conversion Product Solution GroupDocs.Comparison Product Solution GroupDocs...