Sort Score
Result 10 results
Languages All
Labels All
Results 1,551 - 1,560 of 30,367 for

redaction

(0.04 sec)
  1. Redige PDF e documenti scansionati in Java | Te...

    Redigere testo in PDF e altri documenti utilizzando Java nelle applicazioni. Redigere i documenti per oscurare il testo e anche il testo all'interno delle immagini incorporate....Redaction fornisce la soluzione di redazione...groupdocs</groupId> <artifactId>groupdocs-redaction</artifactId> <version>21.6</version>...

    blog.groupdocs.com/it/redaction/redact-text-and...
  2. 在 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...
  3. Zoek en vervang tekst in PDF met C# | Vervang o...

    Vind programmatisch bepaalde tekst, woorden, woordgroepen in PDF-documenten met hoofdlettergevoeligheid en RegEx met behulp van C#. Vervang of verberg de tekst om PDF-bestanden te redigeren....NET Redaction API voor het vervangen van...GroupDocs toont GroupDocs.Redaction for .NET, de API om inhoud...

    blog.groupdocs.com/nl/redaction/find-and-replac...
  4. Supported Platforms | Documentation

    Overview GroupDocs.Redaction for Java does not require any external software or third party tool to be installed. Just follow one of the way as described in Installation section. Supported Operating Systems GroupDocs.Redaction for Java supports any 32-bit or 64-bit operating system that runs the Java runtime including, but not limited: Windows Microsoft Windows 2003 Server ( x64, x86) Microsoft Windows 2008 Server ( x64, x86) Microsoft Windows 2012 Server ( x64, x86) Microsoft Windows 2012 R2 Server ( x64, x86) Microsoft Windows 2016 Server ( x64, x86) Microsoft Windows 2019 Server ( x64, x86) Microsoft Windows Vista ( x64, x86) Microsoft Windows XP ( x64, x86) Microsoft Windows 7 ( x64, x86) Microsoft Windows 8, 8....Redaction Product Solution GroupDocs...GroupDocs.Redaction Product Family / GroupDocs.Redaction for Java...

    docs.groupdocs.com/redaction/java/system-requir...
  5. Redigir PDF e documentos digitalizados em Java ...

    Edite texto em PDF e outros documentos usando Java em seus aplicativos. Redija documentos para ocultar o texto e também o texto nas imagens incorporadas....Redaction fornece a solução de redação...groupdocs</groupId> <artifactId>groupdocs-redaction</artifactId> <version>21.6</version>...

    blog.groupdocs.com/pt/redaction/redact-text-and...
  6. מצא והחלף טקסט ב-PDF ב-Java | החלף או הסתר טקסט...

    מצא באופן פרוגרמטי טקסט, מילים, ביטויים מסוימים במסמכי PDF עם רגישות רישיות ו-RegEx ב-Java. החלף או הסתר את הטקסט כדי לבטל קבצי PDF....טקסט עם תיבה צבעונית Java Redaction API להחלפת טקסט # GroupDocs...groupdocs</groupId> <artifactId>groupdocs-redaction</artifactId> <version>21.12</version>...

    blog.groupdocs.com/he/redaction/find-and-replac...
  7. 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...
  8. Remove Metadata from DOCX using C#

    In this tutorial, you'll learn how to remove metadata from DOCX using C#. Also, you'll be provided with a simple code example to clean metadata from DOCX in C#....Redaction Product Family Remove Metadata...environment to utilize GroupDocs.Redaction for .NET for removing metadata...

    kb.groupdocs.com/redaction/net/remove-metadata-...
  9. Use advanced logging | Documentation

    You can implement ILogger interface from com.groupdocs.Redaction.options package. This interface requires to implement three methods: import com.groupdocs.Redaction.options.ILogger; import java.util.ArrayList; /** *

    * This is an example of ILogger implementation, tracking count of error messages. *

    */ public class CustomLogger implements ILogger { private ArrayList _errors; private ArrayList _traces; private ArrayList _warnings; public boolean hasErrors() { return _errors.size() > 0; } public CustomLogger() { _errors = new ArrayList(); _traces = new ArrayList(); _warnings = new ArrayList(); } public void error(String message) { _errors....Redaction Product Solution GroupDocs...GroupDocs.Redaction Product Family / GroupDocs.Redaction for Java...

    docs.groupdocs.com/redaction/java/use-advanced-...
  10. Categories

    Find Answers by API GroupDocs.Total Product Family GroupDocs.Conversion Product Family GroupDocs.Annotation Product F......Redaction Product Family Answers from...Latest Answers Redact Text in PPTX using Java Redact Text in PDF...

    kb.groupdocs.com/categories/page/17/