Apply a license to GroupDocs.Merger for Python via .NET — from file, from stream, via environment variable, or with a metered key....Watermark Product Solution GroupDocs...evaluation watermark — PDF output is watermarked, and other formats...
Reading matroska format-specific properties The GroupDocs.Metadata API supports extracting format-specific information from MKV files.
The following are the steps to read native MKV metadata.
Load an MKV video Get the root metadata package Extract the native metadata package using MatroskaRootPackage.MatroskaPackage Read the Matroska metadata properties on different levels of the format structure AdvancedUsage.ManagingMetadataForSpecificFormats.Video.Matroska.MatroskaReadNativeMetadataProperties
using (Metadata metadata = new Metadata(Constants.InputMkv)) { var root = metadata.GetRootPackage(); // Read the EBML header Console....Watermark Product Solution GroupDocs...to view and edit metadata of PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX...
This article explains how to set custom fonts when rendering documents with GroupDocs.Viewer within your .NET applications....Watermark Product Solution GroupDocs...the document file itself, like PDF. But other, like Office family...
This article explains how to search for embedded electronic signatures with custom serialization in QR code electronic signatures. This topic contains example of custom serialization, class definition and search for serialized objects in the QR-codes with GroupDocs.Signature....Watermark Product Solution GroupDocs...Signature ( "QRCodeCustomSerializ.pdf" )) { // create data encryption...
This article gives the knowledge about phrase search definition as well as a phrase search description using Java search API....Watermark Product Solution GroupDocs...welcome to search over your PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX...
This article explains how to detect the document file type and calculate the number of pages when converting a file with GroupDocs.Conversion for Java....Watermark Product Solution GroupDocs...document information: PDF Documents For PDFs, additional information...
This article explains how to control signature processing (cancellation) for large documents with GroupDocs.Signature API....Watermark Product Solution GroupDocs...signature = new Signature ( "Sample.pdf" ); signature . SignProgress...
This article explains how to control signature processing (cancellation) for large documents with GroupDocs.Signature API....Watermark Product Solution GroupDocs...new Signature ( "SignedSample.pdf" )) { signature . VerifyProgress...
This article explains how to implement custom serialization for QR-code electronic signatures....Watermark Product Solution GroupDocs...signature = new Signature ( "sample.pdf" ); // create custom data encryption...