Sort Score
Result 10 results
Languages All
Labels All
Results 1,461 - 1,470 of 30,393 for

redact

(0.05 sec)
  1. 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...
  2. 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...
  3. Supported Document Formats | Documentation

    It supports DOCX, DOCM, DOC, DOT, DOTM, XLS, XLSX, PDF, PPT, JPG, PNG, HTML, EML and many more....Redaction Product Solution GroupDocs...GroupDocs.Redaction Product Family / GroupDocs.Redaction for Java...

    docs.groupdocs.com/redaction/java/supported-doc...
  4. խմբագրել տեքստը PDF-ում Java-ի միջոցով

    Այս ձեռնարկում դուք կսովորեք, թե ինչպես խմբագրել տեքստը PDF-ով Java-ի միջոցով: Բացի այդ, ձեզ կտրամադրվի պարզ կոդ՝ Java-ի միջոցով PDF տեքստը փոխարինելու համար:...Redaction Product Family խմբագրել տեքստը...ձեր նախագծին ավելացրել եք Redaction գրադարանը, որը կարող է իրականացվել...

    kb.groupdocs.com/hy/redaction/java/redact-text-...
  5. խմբագրել տեքստը PDF-ում՝ օգտագործելով C#

    Այս ձեռնարկում դուք կբացահայտեք, թե ինչպես կարելի է խմբագրել տեքստը PDF-ում՝ օգտագործելով C#: Բացի այդ, դուք կստանաք պարզ կոդի օրինակ՝ PDF-ում տեքստը C#-ով փոխարինելու համար:...Redaction Product Family խմբագրել տեքստը...նաև ձեր նախագծում տեղադրված Redaction գրադարանը, որը կարող է ավելացվել...

    kb.groupdocs.com/hy/redaction/net/redact-text-i...
  6. Trova e sostituisci testo in PDF usando C# | So...

    Trova a livello di codice determinati testi, parole, frasi nei documenti PDF con distinzione tra maiuscole e minuscole e RegEx usando C#. Sostituisci o nascondi il testo per oscurare i file PDF....Redaction for .NET, l’API per oscurare...Install-Package GroupDocs.Redaction Non è necessario installare...

    blog.groupdocs.com/it/redaction/find-and-replac...
  7. Remove Annotations from PPTX using C#

    Gain a clear understanding of how to remove annotations from PPTX using C#. Additionally, you'll find a code example on how to delete annotations in PPTX using C#....Redaction Product Family Remove Annotations...powerful features of the redaction library. To delete annotations...

    kb.groupdocs.com/redaction/net/remove-annotatio...
  8. 使用 Java 从 PDF 中删除元数据

    了解如何使用 Java 快速删除 PDF 中的元数据。此外,获取使用 Java 清除 PDF 中元数据的代码示例,所有这些都无需安装其他软件。...Redaction Product Family 使用 Java 从 PDF...Java 从 PDF 中删除元数据的过程,重点介绍了 Redaction 库的功能。 PDF 文档通常包含作者身份、创建时间...

    kb.groupdocs.com/zh/redaction/java/remove-metad...
  9. Redigir PDF e documentos digitalizados em C# | ...

    Redija texto em PDF e outros documentos usando C# em seus aplicativos .NET. Redija documentos para ocultar o texto e também o texto nas imagens incorporadas....Redaction fornece a document redaction .NET API que...Install-Package GroupDocs.Redaction Instalar via Gerenciador de...

    blog.groupdocs.com/pt/redaction/redact-text-and...
  10. Schwärzen Sie PDF- und gescannte Dokumente in C...

    Schwärzen Sie Text in PDF- und anderen Dokumenten mit C# in Ihren .NET-Anwendungen. Schwärzen Sie Dokumente, um Text und auch den Text in den eingebetteten Bildern zu schwärzen....Redaction stellt die Document Redaction .NET API bereit...Install-Package GroupDocs.Redaction Installation über NuGet Package...

    blog.groupdocs.com/de/redaction/redact-text-and...