This article explains how to merge files of PDF, Microsoft Word, Excel and PowerPoint and other formats using Groupdocs.Merger for Java API....Navigation Products GroupDocs.Total Product Family GroupDocs.Viewer Product...Solution GroupDocs.Annotation Product Solution GroupDocs.Conversion...
Groupdocs Blog - Groupdocs Blog | Document Automation Solutions for .NET & Java Developers...a page in a Word document in Java . Separately, we will see how...orientation to landscape with the Java applications. XLS , XLSX , and...
This article explains how to rotate PDF, HTML or Image pages when rendering documents with Groupdocs.Viewer within your Java applications....Navigation Products GroupDocs.Total Product Family GroupDocs.Viewer Product...Solution GroupDocs.Annotation Product Solution GroupDocs.Conversion...
Retrieve a list of document attachments from your emails, Outlook data files, archives and PDF documents with Groupdocs.Viewer for Java...Navigation Products GroupDocs.Total Product Family GroupDocs.Viewer Product...Solution GroupDocs.Annotation Product Solution GroupDocs.Conversion...
Learn how to convert a JSON document as a data source to a spreadsheet using Groupdocs.Conversion for Java....Navigation Products GroupDocs.Total Product Family GroupDocs.Viewer Product...Solution GroupDocs.Annotation Product Solution GroupDocs.Conversion...
Note This feature is supported by version 17.12 or greater Note The code uses some of the objects defined in The Business Layer. Changing Background Color You can set text background color for document contents dynamically using backColor tags.
Download Change Background Color Dynamically.docx...Navigation Products GroupDocs.Total Product Family GroupDocs.Viewer Product...Solution GroupDocs.Annotation Product Solution GroupDocs.Conversion...
This article explains how to set document password after files comparison within your Java applications using Groupdocs.Comparison for Node.js via Java....Navigation Products GroupDocs.Total Product Family GroupDocs.Viewer Product...Solution GroupDocs.Annotation Product Solution GroupDocs.Conversion...
This topic describes how to optimize PDF file in the Groupdocs.Viewer Java API for web browser or to reduce size....Navigation Products GroupDocs.Total Product Family GroupDocs.Viewer Product...Solution GroupDocs.Annotation Product Solution GroupDocs.Conversion...
This article explains how to set document password after files comparison within your Java applications using Groupdocs.Comparison for Java....Navigation Products GroupDocs.Total Product Family GroupDocs.Viewer Product...Solution GroupDocs.Annotation Product Solution GroupDocs.Conversion...
Groupdocs.Parser provides the functionality to extract data from documents on the local disk.
The following example shows how to load the document from the local disk:
// Set the filePath String filePath = Constants.SamplePdf; // Create an instance of Parser class with the filePath try (Parser parser = new Parser(filePath)) { // Extract a text into the reader try (TextReader reader = parser.getText()) { // Print a text from the document // If text extraction isn't supported, a reader is null System....Navigation Products GroupDocs.Total Product Family GroupDocs.Viewer Product...Solution GroupDocs.Annotation Product Solution GroupDocs.Conversion...