Follow this guide and learn how to remove page from PDF or Word Document, delete worksheet from Excel file or remove slides from PowerPoint presentations with GroupDocs.Merger for Java API....Assembly Product Solution GroupDocs...Events Acquisition GroupDocs Documentation / GroupDocs.Merger Product...
This article explains how to integrate OCR solution to GroupDocs.Parser...Assembly Product Solution GroupDocs...Acquisition Ask AI GroupDocs Documentation / GroupDocs.Parser Product...
The API allows you to extract information about all the slide backgrounds, Removing a particular background and Adding watermark to all background images...Assembly Product Solution GroupDocs...Acquisition Ask AI GroupDocs Documentation / GroupDocs.Watermark Product...
This article explains how to delete Digital electronic signatures with GroupDocs.Signature API....Assembly Product Solution GroupDocs...Acquisition Ask AI GroupDocs Documentation / GroupDocs.Signature Product...
Learn how to extract and work with table of contents from Word Documents (.doc, .docx) using GroupDocs.Parser for .NET....Assembly Product Solution GroupDocs...Acquisition Ask AI GroupDocs Documentation / GroupDocs.Parser Product...
The page describes how to detect Document file type, size and calculate pages count when annotate Documents or images with GroupDocs.Annotation....Assembly Product Solution GroupDocs...Acquisition Ask AI GroupDocs Documentation / GroupDocs.Annotation Product...
Learn how to extract table of contents (TOC) from Word Documents, PDF files, and eBooks using GroupDocs.Parser for .NET. Extract TOC items with page numbers and depth levels in C#....Assembly Product Solution GroupDocs...Acquisition Ask AI GroupDocs Documentation / GroupDocs.Parser Product...
This article shows how to extract table of contents from Microsoft Word (DOC, DOCX etc), PDF Documents and Ebooks (CHM, EPUB)....Assembly Product Solution GroupDocs...Acquisition Ask AI GroupDocs Documentation / GroupDocs.Parser Product...
Load from local disc GroupDocs.Redaction.Redactor class is a main class in Redaction API, providing functionality to open a Document. When Document is located on the local disk, you can pass its path to *Redactor *class constructor.
The following example demonstrates how to open a Document from local disc:
final Redactor redactor = new Redactor("sample.docx"); try { // Here we can use Document instance to perform redactions redactor.apply(new DeleteAnnotationRedaction()); redactor.save(); } finally { redactor....Assembly Product Solution GroupDocs...Acquisition Ask AI GroupDocs Documentation / GroupDocs.Redaction Product...