This article explains how to add attachment to PDF document with GroupDocs.Merger within your .NET applications....app conholdate.com conholdate.cloud conholdate.app containerize...
Note In this article, we will use GroupDocs.Assembly to generate a In-ParagraphList report in Presentation Document format. Note The code uses some of the objects defined in The Business Layer. In-Paragraph List in Microsoft PowerPoint Document Creating a In-Paragraph List Practising the following steps you can create In-Paragraph List Template in MS PowerPoint 2013.
Add a new presentation slide. Write a sentence, for example “We provide support for the following clients:”....app conholdate.com conholdate.cloud conholdate.app containerize...
Note In this article, we will use GroupDocs.Assembly to generate a Pie Chart report in Presentation Document format. Note The code uses some of the objects defined in The Business Layer. Pie Chart in Microsoft PowerPoint Document Creating a Pie Chart Please follow below steps to create Pie Chart in MS PowerPoint 2013:
Add a new presentation slide. Click the “Insert” tab, and then click “Chart” in the illustrations group to open the “Insert Chart” dialog box....app conholdate.com conholdate.cloud conholdate.app containerize...
Note In this article, we will use GroupDocs.Assembly to generate a Multicolored Numbered List report in Word Processing Document format. Multicolored Numbered List in Microsoft Word Document Creating a Multicolored Numbered List Practicing the following steps you can create Multicolored Numbered List Template in MS Word 2013.
In your document, write a sentence like “We provide support for the following clients:”. Start numbered list. Go to the “Design” tab and select color to make it colored list....app conholdate.com conholdate.cloud conholdate.app containerize...
Locate and remove the metadata properties you don't want — by tag, category, name, type or value — with GroupDocs.Metadata for Python via .NET....app conholdate.com conholdate.cloud conholdate.app containerize...
Extract information about the known properties available in a particular package using GroupDocs.Metadata for Python via .NET....app conholdate.com conholdate.cloud conholdate.app containerize...
Add metadata properties — one of the most powerful features of the GroupDocs.Metadata for Python via .NET search engine....app conholdate.com conholdate.cloud conholdate.app containerize...
You can implement ILogger interface from com.groupdocs.redaction.options package. This interface requires to implement three methods:
import com.groupdocs.redaction.options.ILogger; import java.util.ArrayList; /** *
* This is an example of ILogger implementation, tracking count of error messages. *
*/ public class CustomLogger implements ILogger { private ArrayList _errors; private ArrayList _traces; private ArrayList _warnings; public boolean hasErrors() { return _errors.size() > 0; } public CustomLogger() { _errors = new ArrayList(); _traces = new ArrayList(); _warnings = new ArrayList(); } public void error(String message) { _errors....app conholdate.com conholdate.cloud conholdate.app containerize...
Extract images from emails, by default images are extracted with its original format...app conholdate.com conholdate.cloud conholdate.app containerize...