Sort Score
Result 10 results
Languages All
Labels All
Results 4,391 - 4,400 of 6,562 for

editor

(0.07 sec)
  1. Common Master-Detail Image in Email Document | ...

    Note In this article, we will use GroupDocs.Assembly to generate a Common Master-Detail report in Email Document format. Common Master-Detail in Email Document Creating a Common Master-Detail Please follow below steps to create Common Master-Detail Template in MS Outlook 2013: Create a new Email. Insert two shapes, one for holding image and other for holding other details. Save the Email. Reporting Requirement As a report developer, you are required to represent the information of the managers and clients with the following key requirements:...Editor Product Solution GroupDocs...

    docs.groupdocs.com/assembly/java/common-master-...
  2. Use advanced logging | GroupDocs

    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....Editor Product Solution GroupDocs...

    docs.groupdocs.com/redaction/java/use-advanced-...
  3. Save attachments | GroupDocs

    Save attachments and embedded files from PDF, Outlook data file or email...Editor Product Solution GroupDocs...

    docs.groupdocs.com/viewer/net/how-to-extract-an...
  4. GroupDocs.Viewer for Java overview | GroupDocs

    GroupDocs.Viewer for Java enables you to convert files to HTML, PNG, JPEG, PDF file formats, and save attachments without relying on third-party applications. GroupDocs.Viewer for Java is cross-platform class library....Editor Product Solution GroupDocs...

    docs.groupdocs.com/viewer/java/product-overview/
  5. Set image size limits | GroupDocs

    This article shows how to set image size limits when rendering image to PNG or JPEG...Editor Product Solution GroupDocs...

    docs.groupdocs.com/viewer/java/set-image-size-l...
  6. Render attachments | GroupDocs

    Render email attachments with GroupDocs.Viewer for Java in the same way as you would render any other documents...Editor Product Solution GroupDocs...

    docs.groupdocs.com/viewer/java/how-to-convert-a...
  7. Control temporary files | GroupDocs

    By following this guide, you will learn how to control temporary files used by GroupDocs.Viewer for Java....Editor Product Solution GroupDocs...

    docs.groupdocs.com/viewer/java/control-temporar...
  8. Load from Azure Blob Storage | GroupDocs

    This article explains how to load a document from Azure Blob Storage with GroupDocs.Viewer within your Java applications....Editor Product Solution GroupDocs...

    docs.groupdocs.com/viewer/java/load-document-fr...
  9. Working with Spreadsheet Documents | GroupDocs

    Note This feature is supported by version 18.2 or greater. Note The code uses some of the objects defined in The Business Layer. Working with Spreadsheet Documents GroupDocs.Assembly allows you to use data bands in table rows in Spreadsheet Documents. A table-row data band is a data band which body occupies single or multiple rows of a single document table. The body of such a band starts at the beginning of the first occupied row and ends at the end of the last occupied row as follows....Editor Product Solution GroupDocs...

    docs.groupdocs.com/assembly/net/working-with-sp...
  10. Pie Chart in Email Document | GroupDocs

    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. Note This feature is supported by version 17.8.0 or greater. Pie Chart in Email Document Creating a Pie Chart Please follow below steps to create Pie Chart in MS Outlook 2013: Create a new Email. Click the “Insert” tab, and then click “Chart” in the illustrations group to open the “Insert Chart” dialog box....Editor Product Solution GroupDocs...

    docs.groupdocs.com/assembly/net/pie-chart-in-em...