Sort Score
Result 10 results
Languages All
Labels All
Results 1,601 - 1,610 of 5,344 for

file merger

(0.18 sec)
  1. Extract Text from XLS using C#

    This article explains how to extract text from XLS using C#. It features code example to help you for text extraction from XLS in C# without installing extra software....Merger Product Family GroupDocs.Redaction...Extracting text from Excel ( XLS ) files is a common requirement for...

    kb.groupdocs.com/parser/net/extract-text-from-x...
  2. Load document from local disk | Documentation

    The page describes how to load PDF, Word, Excel, PowerPoint documents from local disk using GroupDocs.Annotation for Java....Merger Product Solution GroupDocs...demonstrates loading document from file path. // Create an instance...

    docs.groupdocs.com/annotation/java/load-documen...
  3. Add component to the document | Documentation

    The page describes how to add components to a document using GroupDocs.Annotation API....Merger Product Solution GroupDocs...components are specific to the file format. That means you cannot...

    docs.groupdocs.com/annotation/java/add-componen...
  4. Extract Text from PPT using C#

    This article details the process of how to extract text from PPT using C#. It includes a code example to assist you in integrating text extraction from PPT in C# projects....Merger Product Family GroupDocs.Redaction...information from presentation files is a common task for developers...

    kb.groupdocs.com/parser/net/extract-text-from-p...
  5. Extract Text from EPUB using C#

    This article provides a detailed guide on how to extract text from EPUB using C#. It includes a code example to assist you for text extraction from EPUB in C#....Merger Product Family GroupDocs.Redaction...C# Extracting text from EPUB files can be an essential task for...

    kb.groupdocs.com/parser/net/extract-text-from-e...
  6. Extract Text from XLS using Java

    This article explains how to extract text from XLS using Java. It features code example to help you for text extraction from XLS in Java without installing extra software....Merger Product Family GroupDocs.Redaction...extracting text from Excel ( XLS ) files is a common task. Excel is often...

    kb.groupdocs.com/parser/java/extract-text-from-...
  7. Remove Metadata from ODT using Java

    Discover how to effectively remove metadata from ODT using Java. This guide provides a code snippet showing the process of how to delete metadata from ODT in Java....Merger Product Family GroupDocs.Redaction...Open Document Text ( ODT ) files, frequently utilized with word...

    kb.groupdocs.com/metadata/java/remove-metadata-...
  8. Scan Barcode from DOC using C#

    Learn how to scan barcode from DOC using C#. With the help of this guide, you will learn how to extract barcode from DOC in C# efficiently without using extra tools....Merger Product Family GroupDocs.Redaction...use in DOC (Word Document) files is becoming increasingly common...

    kb.groupdocs.com/parser/net/scan-barcode-from-d...
  9. Redact Text in PDF using C#

    In this tutorial, you will discover how to redact text in PDF using C#. Additionally, you will receive a simple code example to replace text in PDF using C#....Merger Product Family GroupDocs.Redaction...by providing the file path of the PDF file as an argument to...

    kb.groupdocs.com/redaction/net/redact-text-in-p...
  10. Save in rasterized PDF | Documentation

    The following example demonstrates how to save the document as a rasterized PDF File: final Redactor redactor = new Redactor(Constants.SAMPLE_DOCX); try { // Here we can use document instance to perform redactions redactor.apply(new ExactPhraseRedaction("John Doe", new ReplacementOptions("[personal]"))); SaveOptions tmp0 = new SaveOptions(); tmp0.setAddSuffix(false); tmp0.setRasterizeToPDF(true); // Saving as rasterized PDF with no suffix in File name redactor.save(tmp0); } finally { redactor.close(); }...Merger Product Solution GroupDocs...document as a rasterized PDF file: final Redactor redactor = new...

    docs.groupdocs.com/redaction/java/save-in-raste...