This article explains how to merge files of PDF, Microsoft Word, Excel and PowerPoint and other formats using c# programming language and GroupDocs.Merger API....Classification Product Solution Purchase...
This article gives the knowledge about numeric range search which allows you to search in documents any integer numbers in the range from 0 to 9223372036854775807 (Int64.MaxValue) using Java search API....Classification Product Solution Purchase...
To search a keyword in HTML documents Search(String) method is used. This method returns the collection of SearchResult objects....Classification Product Solution Purchase...
Electronic Signature is an abstract concept that means data in electronic form associated with a certain document and expressing the consent of the signatory with the information contained in the document....Classification Product Solution Purchase...
GroupDocs.Editor for .NET supports any 32-bit or 64-bit operating system where .NET or Mono framework is installed...Classification Product Solution Purchase...
Learn this article and check how to load and convert CSV documents with advanced options using GroupDocs.Conversion for Java API....Classification Product Solution Purchase...
Learn this article and check how to load and convert PDF documents with advanced options using GroupDocs.Conversion for Java API....Classification Product Solution Purchase...
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....Classification Product Solution Purchase...