Sort Score
Result 10 results
Languages All
Labels All
Results 1,381 - 1,390 of 30,365 for

redact

(0.04 sec)
  1. Save in original format | Documentation

    The following example demonstrates how to save file in its original format with current date as a suffix: final Redactor Redactor = new Redactor("sample.docx"); try { // Here we can use document instance to perform Redactions Redactor.apply(new ExactPhraseRedaction("John Doe", new ReplacementOptions("[personal]"))); SaveOptions saveOptions = new SaveOptions(); saveOptions.setAddSuffix(true); saveOptions.setRasterizeToPDF(false); saveOptions.setRedactedFileSuffix(new SimpleDateFormat("dd-MM-yyyy").format(new Date())); // Saving in original format with date as DateTime.getNow().toShortDateString()a suffix Redactor.save(saveOptions); } finally { Redactor.close(); }...Redaction Product Solution GroupDocs...GroupDocs.Redaction Product Family / GroupDocs.Redaction for Java...

    docs.groupdocs.com/redaction/java/save-in-origi...
  2. Կարգավորել տեքստը DOCX-ում Java-ի միջոցով

    Այս թեման ուղեցույց կտա, թե ինչպես խմբագրել տեքստը DOCX-ում Java-ի միջոցով: Առանց լրացուցիչ ծրագրաշարի տեղադրման անհրաժեշտության, դուք կարող եք փոխարինել տեքստը DOCX-ում Java-ի միջոցով:...Redaction Product Family Կարգավորել...միջավայրը՝ օգտագործելու GroupDocs.Redaction for Java ՝ DOCX ֆայլերում...

    kb.groupdocs.com/hy/redaction/java/redact-text-...
  3. 在 C# 中编辑 PDF 和扫描的文档 | PDF 中的黑屏文本

    在 .NET 应用程序中使用 C# 编辑 PDF 和其他文档中的文本。编辑文档以遮蔽文本以及嵌入图像中的文本。...Redaction 提供了 document redaction .NET API ,允许在...Install-Package GroupDocs.Redaction 通过 NuGet 包管理器安装 # 使用 C# 编辑...

    blog.groupdocs.com/zh/redaction/redact-text-and...
  4. Save overwriting original file | Documentation

    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....Redaction Product Solution GroupDocs...GroupDocs.Redaction Product Family / GroupDocs.Redaction for Java...

    docs.groupdocs.com/redaction/java/save-overwrit...
  5. Remove Annotations from XLSX using Java

    Swiftly master the process of how to remove annotations from XLSX using Java. You'll also discover a code example demonstrating how to delete annotations in XLSX using Java....Redaction Product Family Remove Annotations...using Java by leveraging a redaction library. This guide will walk...

    kb.groupdocs.com/redaction/java/remove-annotati...
  6. Pre-rasterize | Documentation

    This article shows how to pre-rasterize a document using the Redaction API....Redaction Product Solution GroupDocs...GroupDocs.Redaction Product Family / GroupDocs.Redaction for Java...

    docs.groupdocs.com/redaction/java/pre-rasterize/
  7. Remove Annotations from RTF using Java

    Discover how to effectively remove annotations from RTF using Java. This guide provides code example that illustrates how to delete annotations in RTF using Java....Redaction Product Family Remove Annotations...final version. Using the redaction library makes it easy to remove...

    kb.groupdocs.com/redaction/java/remove-annotati...
  8. Temukan dan Ganti Kata dalam Dokumen Word mengg...

    Temukan, ganti, atau sembunyikan teks, kata, frasa dalam file Word DOC/DOCX menggunakan C#. Sunting dan lakukan pencarian teks, case-sensitive & RegEx dengan .NET Redaction API....NET Redaction API untuk Mengganti Teks #...# GroupDocs.Redaction for .NET adalah API redaksi dokumen yang...

    blog.groupdocs.com/id/redaction/find-and-replac...
  9. Пошук і заміна тексту в PDF за допомогою C# | З...

    Програмно знаходити певний текст, слова, фрази в PDF-документах з чутливістю до регістру та регулярним виразом за допомогою C#. Замініть або приховайте текст, щоб відредагувати PDF-файли....NET Redaction API для заміни тексту # GroupDocs...GroupDocs демонструє GroupDocs.Redaction for .NET, API для редагування...

    blog.groupdocs.com/uk/redaction/find-and-replac...
  10. Пошук і заміна слів у документах Word за допомо...

    Знайдіть, замініть або приховайте текст, слова, фрази у файлах Word DOC/DOCX за допомогою C#. Відредагуйте та виконайте текстовий пошук з урахуванням регістру та регулярних виразів за допомогою .NET Redaction API....NET Redaction API для заміни тексту # GroupDocs.Redaction for.../packages/groupdocs.redaction). PM> Install-Package GroupDocs.Redaction У цьому...

    blog.groupdocs.com/uk/redaction/find-and-replac...