Sort Score
Result 10 results
Languages All
Labels All
Results 4,571 - 4,580 of 10,565 for

document redaction

(0.09 sec)
  1. Saving EditableDocument to stream | Documentation

    This article shows and explains the advances techniques and approaches while working with EditableDocument in advanced level — saving to stream with resource callback, saving resources separately from HTML markup, and saving HTML markup with adjustable resource links....Redaction Product Solution GroupDocs...Events Acquisition GroupDocs Documentation / GroupDocs.Editor Product...

    docs.groupdocs.com/editor/net/saving-editabledo...
  2. Generating slides preview for presentation | Do...

    This article describes how to generate a preview for any slide for the existing PowerPoint presentation in SVG format...Redaction Product Solution GroupDocs...Events Acquisition GroupDocs Documentation / GroupDocs.Editor Product...

    docs.groupdocs.com/editor/java/generating-slide...
  3. Merge PDF | Documentation

    Follow this guide and learn how to merge PDF files, combine several PDFs into one using GroupDocs.Merger for Java API and couple lines of code...Redaction Product Solution GroupDocs...Events Acquisition GroupDocs Documentation / GroupDocs.Merger Product...

    docs.groupdocs.com/merger/java/merge-pdf/
  4. How to Convert RTF to SVG using C#

    In this tutorial, you will learn how to convert RTF to SVG using C# by following a step-by-step process. Also, a sample code is included to export RTF to SVG in C#....Redaction Product Family How to Convert...formatting and layout of a document in a scalable vector format...

    kb.groupdocs.com/conversion/net/how-to-convert-...
  5. GroupDocs.Search for .NET 17.12 Release Notes |...

    Note This page contains release notes for GroupDocs.Search for .NET 17.12. Major Features There are 4 enhancements in this regular monthly release. The most notable are: Improved representation of results of exact phrase search Improved calculation of relevance of search results Improved search query syntax Implementation of highlighted results for exact phrase search in text All Changes Key Summary Category SEARCHNET-1294 Improve representation of results of exact phrase search Enhancement SEARCHNET-1295 Improve calculation of relevance of search results Enhancement SEARCHNET-1296 Improve search query syntax Enhancement SEARCHNET-1275 Implement highlighting of results of exact phrase search in text Enhancement Public API and Backward Incompatible Changes Note This section lists public API changes that were introduced in GroupDocs....Redaction Product Solution GroupDocs...Events Acquisition GroupDocs Documentation / GroupDocs.Search Product...

    docs.groupdocs.com/search/net/groupdocs-search-...
  6. GroupDocs.Watermark for Java 21.3 Release Notes...

    Note This page contains release notes for GroupDocs.Watermark for Java 21.3 Major Features Warning In version 21.3 the legacy API has been removed (all types from the com.groupdocs.watermark.legacy package were removed). There are the following features, enhancements and fixes in this release: Remove obsolete API (Legacy namespace) Full List of Issues Covering all Changes in this Release Key Summary Category WATERMARKNET-1274 Remove obsolete API (Legacy namespace) Improvement WATERMARKNET-1282 Implement logging functionality Improvement WATERMARKNET-1329 Add custom PreviewOptions for Office Document formats Improvement WATERMARKNET-1328 Add page info list to IDocumenInfo Improvement Public API and Backward Incompatible Changes Note This section lists public API changes that were introduced in GroupDocs....Redaction Product Solution GroupDocs...Events Acquisition GroupDocs Documentation / GroupDocs.Watermark Product...

    docs.groupdocs.com/watermark/java/groupdocs-wat...
  7. Convert PDF to PCL using Java

    Discover how to convert PDF to PCL using Java without extra software installations. This library employed to export PDF to PCL using Java is platform-independent....Redaction Product Family Convert PDF...using Java In the field of document processing, the skill to convert...

    kb.groupdocs.com/conversion/java/convert-pdf-to...
  8. Phrase Search in Documents using C#

    Learn how to perform phrase search in Documents using C#. Discover techniques to search Documents by phrases in C# and streamline your Document search processes....Redaction Product Family Phrase Search in Documents using...using C# Phrase search in documents using C# is a powerful technique...

    kb.groupdocs.com/search/net/phrase-search-in-do...
  9. How to Convert RTF to TXT using Java

    This topic will provide a step-by-step guide on how to convert RTF to TXT using Java. Moreover, it will offer Java code that enables you to export RTF to TXT in Java....Redaction Product Family How to Convert...projects. In the world of document processing, the ability to...

    kb.groupdocs.com/conversion/java/how-to-convert...
  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(); }...Redaction Product Solution GroupDocs...Acquisition GroupDocs Documentation / GroupDocs.Redaction Product Family...

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