This page explains how to convert a file to PDF, Word, Excel, PowerPoint, Email, JPG, PNG, TIFF, and many other formats with just a couple of lines of Java code....Markdown Product Solution GroupDocs...Product Solution GroupDocs.Editor Product Solution GroupDocs...
This article explains that how to extract text areas from documents in Java....Markdown Product Solution GroupDocs...Product Solution GroupDocs.Editor Product Solution GroupDocs...
This article explains how to merge some pages from different documents into single PDF, DOCX, Excel or PowerPoint document using GroupDocs.Merger for Java....Markdown Product Solution GroupDocs...Product Solution GroupDocs.Editor Product Solution GroupDocs...
This article demonstrates how to convert specific document pages by page number using GroupDocs.Conversion for Node.js via Java API....Markdown Product Solution GroupDocs...Product Solution GroupDocs.Editor Product Solution GroupDocs...
Note In this article, we will use GroupDocs.Assembly to generate In-ParagraphList report in Text Document format. Note The code uses some of the objects defined in The Business Layer. In-Paragraph List in Text Document Reporting Requirement As a report developer, you are required to share the following key requirements:
A descriptive or informative line like “We provide support for the following clients:”. Show all the clients along with the above sentence....Markdown Product Solution GroupDocs...Product Solution GroupDocs.Editor Product Solution 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....Markdown Product Solution GroupDocs...Product Solution GroupDocs.Editor Product Solution GroupDocs...
This article explains how to load document of specific format....Markdown Product Solution GroupDocs...Product Solution GroupDocs.Editor Product Solution GroupDocs...
Note In this article, we will use GroupDocs.Assembly to generate a Common Master-Detail report in Text Document format. Note The code uses some of the objects defined in The Business Layer. Common Master-Detail Image in Text Document Reporting Requirement As a report developer, you are required to represent the information of the managers and clients with the following key requirements:
Report must show managers’ picture and name. It must associate the managers with their clients....Markdown Product Solution GroupDocs...Product Solution GroupDocs.Editor Product Solution GroupDocs...
This article shows how to access XMP metadata in a file of any supported format....Markdown Product Solution GroupDocs...Product Solution GroupDocs.Editor Product Solution GroupDocs...
This topic describes how to optimize PDF file using the GroupDocs.Viewer Java API by removing the unused (orphaned) resources and thus to reduce the file size....Markdown Product Solution GroupDocs...Product Solution GroupDocs.Editor Product Solution GroupDocs...