This is an overview of GroupDocs.Merger for Java library features and capabilities...Comparison Product Solution GroupDocs...information about source document - file type, size, pages count, page...
This article explains how to sign a document with Text signature by GroupDocs.Signature API. Let's try to add a digital signature to a PDF programmatically....Comparison Product Solution GroupDocs...MS" } }; // sign document to file signature . Sign ( "sample_signed...
This article explains how to use different alignment values to locate signature on document page with GroupDocs.Signature API....Comparison Product Solution GroupDocs...}); } } } // sign document to file signature . Sign ( "signed.pdf"...
Learn how to perform a full-text search implementation in C# and search specific word in documents using C# with a straightforward approach in .NET applications....Comparison Product Family GroupDocs...content across a variety of file types, making it essential for...
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....Comparison Product Solution GroupDocs...Metadata in ASF Files Working with Metadata in ASF Files Leave feedback...
This article shows how to create electronic signatures with specific ordering on the document page...Comparison Product Solution GroupDocs... 10 )); // sign document to file signature . Sign ( "signed.pdf"...
This article explains how to sign document with QR-code electronic signatures using extended options with GroupDocs.Signature API....Comparison Product Solution GroupDocs...background ); // sign document to file SignResult signResult = signature...
To extract metadata from Microsoft Office PowerPoint presentations getMetadata method is used. This method allows to extract the following metadata:
Name Description title The title of the presentation. subject The subject of the presentation. keywords The keyword of the presentation. comments The comments of the presentation. content-status The content status of the presentation. category The category of the presentation. company The company of the presentation. manager The manager of the presentation....Comparison Product Solution GroupDocs...supported for TXT files. Therefore, for TXT file method returns...
This article explains how to remove shape of any type from any level of document structure while using GroupDocs watermarking Java API...Comparison Product Solution GroupDocs...WordProcessingConten . class ); File imageFile = new File ( "test.png" ); byte...
This article explains that how to extract tables from Microsoft Office Word (.doc, .docx) documents...Comparison Product Solution GroupDocs...supported for TXT files. Therefore, for TXT file method returns...