This article explains how to sign document electronically with generated Stamp signatures by GroupDocs.Signature API....Editor Product Solution GroupDocs...innerLine ); // sign document to file signature . sign ( "SampleSigned...
This article explains how to sign a document with multiple signatures of various types by GroupDocs.Signature API...Editor Product Solution GroupDocs...digitalOptions ); // sign document to file signature . Sign ( "signed.pdf"...
GroupDocs.Search for Node.js has the ability to remove individual documents from the index that are indexed from a stream or structure....Editor Product Solution GroupDocs...remove documents indexed by a file system path, see . The following...
The watermark can be removed from the PDF documents using third-party tools. However, if you want to remove a watermark that is almost impossible to remove, you can rasterize pdf documents. GroupDocs.Watermark provides the feature to convert all the pages of a PDF document to raster images with only one line of code....Editor Product Solution GroupDocs...the size of the resultant PDF file. Rasterize particular page of...
The page describes how to add the GroupDocs.Annotation library to your .NET project....Editor Product Solution GroupDocs...assembly files in your project, do the following: Extract files from...
On this page you will find system requirements supported platforms, development environments. GroupDocs.Comparison for .NET does not require any external software or third party tool to be installed....Editor Product Solution GroupDocs...reference the downloaded assembly files in your project, follow these...
Learn how to load and convert 3D model documents (FBX, OBJ, GLTF, 3DS) with advanced options using GroupDocs.Conversion for .NET API....Editor Product Solution GroupDocs... U3D, and other 3D modeling file formats. The following options...
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....Editor Product Solution GroupDocs...Metadata in ASF Files Working with Metadata in ASF Files Leave feedback...
GroupDocs.Metadata for .NET provides functionality that allows working with different kinds of WordProcessing documents such as DOC, DOCX, ODT, 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 document and extract some additional File format information.
Load a WordProcessing document Extract the root metadata package Use the FileType property to obtain File format information AdvancedUsage....Editor Product Solution GroupDocs...and extract some additional file format information. a WordProcessing...