Sort Score
Result 10 results
Languages All
Labels All
Results 4,161 - 4,170 of 9,906 for

document merger

(0.57 sec)
  1. How to Extract Text from Excel in C#

    This article provides stepwise instructions to extract Text from Excel in C# using simple API calls and a sample application to read Text from Excel file using C#....Merger Product Family GroupDocs.Redaction...C# using one of the popular document parsing APIs. We also guide...

    kb.groupdocs.com/parser/net/how-to-extract-text...
  2. Sign documents with encrypted QR-code text | Gr...

    This article explains how to create encrypted QR-code electronic signature with GroupDocs.Signature API...Merger Product Solution GroupDocs...Acquisition Ask AI GroupDocs Documentation / GroupDocs.Signature Product...

    docs.groupdocs.com/signature/net/sign-documents...
  3. Save overwriting original file | GroupDocs

    The following example demonstrates how to save the redacted Document, replacing an original file: // Make a copy of sample file Files.copy(new File("Sample.docx").toPath(), new File("OverwrittenSample.docx").toPath(), StandardCopyOption.REPLACE_EXISTING); // Apply redaction final Redactor redactor = new Redactor("OverwrittenSample.docx"); try { RedactorChangeLog result = redactor.apply(new ExactPhraseRedaction("John Doe", new ReplacementOptions(java.awt.Color.RED))); if (result.getStatus() != RedactionStatus.Failed) { SaveOptions options = new SaveOptions(); options.setAddSuffix(false); options.setRasterizeToPDF(false); // Save the Document in original format overwriting original file redactor.save(options); } } finally { redactor....Merger Product Solution GroupDocs...Acquisition Ask AI GroupDocs Documentation / GroupDocs.Redaction Product...

    docs.groupdocs.com/redaction/java/save-overwrit...
  4. Getting Started | GroupDocs

    This section decsribes how to get started with GroupDocs.Signature for .NET library...Merger Product Solution GroupDocs...Acquisition Ask AI GroupDocs Documentation / GroupDocs.Signature Product...

    docs.groupdocs.com/signature/net/getting-started/
  5. Convert DOCX to MD using Python

    Learn how to convert DOCX to MD using Python with simple code examples. Easily export DOCX to MD using Python for clean markdown formatting and lightweight content....Merger Product Family GroupDocs.Redaction...using Python to simplify documentation, blogs, or software manuals...

    kb.groupdocs.com/conversion/python/convert-docx...
  6. Convert DOCX to TXT using Python

    Learn how to convert DOCX to TXT using Python with clear steps and sample code. Easily export DOCX to TXT using Python with GroupDocs.Conversion for automation....Merger Product Family GroupDocs.Redaction...using Python When working with document automation, it’s often necessary...

    kb.groupdocs.com/conversion/python/convert-docx...
  7. Remove Metadata from XLSX using Java

    Discover how to swiftly remove metadata from XLSX using Java. You'll also find code snippet that illustrates the process of how to delete metadata from XLSX in Java....Merger Product Family GroupDocs.Redaction...like the author’s identity or document history, which might accidentally...

    kb.groupdocs.com/metadata/java/remove-metadata-...
  8. How to Convert ODT to MHTML using C#

    Within this subject, you will learn how to convert ODT to MHTML using C# without installing third-party software. You will also get code to export ODT to MHTML in C#....Merger Product Family GroupDocs.Redaction...engaged in a project or require document sharing across different platforms...

    kb.groupdocs.com/conversion/net/how-to-convert-...
  9. Extract data from Microsoft Office PowerPoint p...

    GroupDocs.Parser provides the functionality to extract data from Microsoft Office PowerPoint presentations. Both classic (ppt, pot) and Open XML (pptx, potx) formats are supported. Also LibreOffice Impress (OpenOffice.org Impress) formats are supported. The following table provides the list of supported formats: Format Description PPT Microsoft Office PowerPoint Presentation PPS Microsoft Office PowerPoint Slideshow POT Microsoft Office PowerPoint Template PPTX Microsoft Office Open XML Presentation PPTM Microsoft Office Open XML Macro-Enabled Presentation POTX Microsoft Office Open XML Presentation Template POTM Microsoft Office Open XML Macro-Enabled Presentation Template PPSX Microsoft Office Open XML Presentation Slideshow PPSM Microsoft Office Open XML Macro-Enabled Presentation Slideshow ODP Open Document Presentation OTP Open Document Presentation Template More resources GitHub examples You may easily run the code above and see the feature in action in our GitHub examples:...Merger Product Solution GroupDocs...Acquisition Ask AI GroupDocs Documentation / GroupDocs.Parser Product...

    docs.groupdocs.com/parser/net/extract-data-from...
  10. Scan Barcode from PPT using C#

    This guide provides a detailed overview of how to scan barcode from PPT using C#. Moreover, you will get a sample code example to extract barcode from PPT in C#....Merger Product Family GroupDocs.Redaction...management, event registration, and document tracking. In this article...

    kb.groupdocs.com/parser/net/scan-barcode-from-p...