This article explains how to delete Barcode electronic signatures with GroupDocs.Signature API....Assembly Product Solution GroupDocs.Metadata Product Solution GroupDocs...
This documentation section describes different types of signatures implemented for signing, updating, deleting, searching and verifying with GroupDocs.Signature for Python...Assembly Product Solution GroupDocs.Metadata Product Solution GroupDocs...
This article explains how to add metadata signatures to Presentation document with GroupDocs.Signature...Assembly Product Solution GroupDocs.Metadata Product Solution GroupDocs...
This page describes how to compare two folders and find out which files/folders were deleted, added or modified....Assembly Product Solution GroupDocs.Metadata Product Solution GroupDocs...
Note In this article, we will use GroupDocs.Assembly to generate a Common Master-Detail report in Presentation Document format. Note The code uses some of the objects defined in The Business Layer. Common Master-Detail in Microsoft PowerPoint Document Creating a Common Master-Detail Please follow below steps to create Common Master-Detail Template in MS PowerPoint 2013:
Create a new Presentation.
Insert two shapes, one for holding image and other for holding other details....Assembly Product Solution GroupDocs.Metadata Product Solution GroupDocs...
This article explains how to get the PDF output file information using .NET / C# with GroupDocs.Viewer for .NET....Assembly Product Solution GroupDocs.Metadata Product Solution GroupDocs...
This article shows how to redact the pages of a document as images, redacting entire areas of the page instead or in addition to a specific text....Assembly Product Solution GroupDocs.Metadata Product Solution GroupDocs...
Extract attachments from Emails To extract attachments from emails getContainer method is used. This method returns the collection of ContainerItem objects.
Email Attachment can contain the following metadata:
Name Description content-type The MIME type of the attachment content These metadata refer to a container element itself, not a document.
Here are the steps to extract an email text from email attachments:
Instantiate Parser object for the initial document; Call getContainer method and obtain collection of ContainerItem objects; Check if collection isn’t null (container extraction is supported for the document); Iterate through the collection and obtain Parser object to extract a text....Assembly Product Solution GroupDocs.Metadata Product Solution GroupDocs...