Learn this guide to know about embedding fonts into output Word document when editing with GroupDocs.Editor API....Total Product Family GroupDocs.Viewer Product Solution GroupDocs...
This article describes how to insert an edited worksheet into an existing spreadsheet using GroupDocs.Editor for Node.js....Total Product Family GroupDocs.Viewer Product Solution GroupDocs...
This article explains how to merge arbitrary pages from different documents into a single PDF, DOCX, Excel or PowerPoint document using GroupDocs.Merger for Java....Total Product Family GroupDocs.Viewer Product Solution GroupDocs...
This article explains how to add various types of Form Field signatures on document page with options on component positioning, alignment and other visual options with GroupDocs.Signature...Total Product Family GroupDocs.Viewer Product Solution GroupDocs...
This article shows how to access IPTC metadata in a file of any supported format....Total Product Family GroupDocs.Viewer Product Solution GroupDocs...
Working with search results consists in obtaining information from objects of search results and highlighting occurrences in the text of documents.
Obtain search result information When a search is complete, the search method returns an object of type SearchResult. This page describes the information available in an object of type SearchResult.
From the root object of the search result, information is available on the number of documents found, the number of occurrences of the words and phrases found, as well as detailed information on each individual document....Total Product Family GroupDocs.Viewer Product Solution GroupDocs...
This article gives the knowledge of the creation of faceted search queries using Java search API....Total Product Family GroupDocs.Viewer Product Solution GroupDocs...
Following code snippet shows how to add text watermark to a document. If the document consists of multiple parts (pages, worksheets, slides, frames etc), the watermark will be added to all of them.
advanced_usage.adding_text_watermarks.AddTextWatermark
// Specify an absolute or relative path to your image. Ex: "C:\\Docs\\image.png" Watermarker watermarker = new Watermarker("image.png"); // Initialize the font to be used for watermark Font font = new Font("Arial", 19, FontStyle.Bold | FontStyle.Italic); // Create the watermark object TextWatermark watermark = new TextWatermark("Test watermark", font); // Set watermark properties watermark....Total Product Family GroupDocs.Viewer Product Solution GroupDocs...