Open encrypted PDF, Word, Excel, and PowerPoint documents by passing a LoadOptions instance with the password parameter to the Merger constructor in GroupDocs.Merger for Python via .NET....Parser Product Solution GroupDocs...Order Support Docs API Reference Live Demos Free Support Free...
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 the AsfRootPackage.getAsfPackage method Read the ASF metadata properties advanced_usage.managing_metadata_for_specific_formats.video.asf.AsfReadNativeMetadataProperties
try (Metadata metadata = new Metadata(Constants.InputAsf)) { AsfRootPackage root = metadata.getRootPackageGeneric(); AsfPackage asfPackage = root.getAsfPackage(); // Display basic properties System.out.println(String.format("Creation date: %s", asfPackage....Parser Product Solution GroupDocs...Order Support Docs API Reference Live Demos Free Support Free...
Learn how to run C# examples which contain creating a watermark, removing watermark, adding watermark to photos, removing watermark from photo and many more examples....Parser Product Solution GroupDocs...Order Support Docs API Reference Live Demos Free Support Free...
Learn how to run C# examples which contain many examples of data redaction. You can learn redact in word, how to redact information in pdf or images and many more....Parser Product Solution GroupDocs...Order Support Docs API Reference Live Demos Free Support Free...
Convert archive Files (ZIP, RAR, etc.) to HTML, PDF, PNG, or JPEG using GroupDocs.Viewer for Python....Parser Product Solution GroupDocs...Order Support Docs API Reference Live Demos Free Support Free...
This article explains how to save images with various image format Types....Parser Product Solution GroupDocs...Order Support Docs API Reference Live Demos Free Support Free...
Learn how to merge images to PDF File, combine images into one PDF File programmatically in C# language using GroupDocs.Merger for .NET library....Parser Product Solution GroupDocs...Order Support Docs API Reference Live Demos Free Support Free...
This topic describes how to install GroupDocs.Viewer for Java....Parser Product Solution GroupDocs...Order Support Docs API Reference Live Demos Free Support Free...
This guide explains how to install GroupDocs.Signature for .NET to your environment...Parser Product Solution GroupDocs...Order Support Docs API Reference Live Demos Free Support Free...
GroupDocs.Metadata for .NET provides functionality that allows working with different kinds of spreadsheet formats such as XLS, XLSX, ODS, etc. For the full list of Supported document formats please refer to Supported Document Formats.
Detecting the exact Type of a document The following sample of code will help you to detect the exact Type of a loaded spreadsheet and extract some additional File format information.
Load a Spreadsheet document Extract the root metadata package Use the FileType property to obtain File format information AdvancedUsage....Parser Product Solution GroupDocs...Order Support Docs API Reference Live Demos Free Support Free...