Sort Score
Result 10 results
Languages All
Labels All
Results 1,641 - 1,650 of 30,392 for

redaction

(0.11 sec)
  1. Zoek en vervang tekst in PDF in Java | Vervang ...

    Vind programmatisch bepaalde tekst, woorden, woordgroepen in PDF-documenten met hoofdlettergevoeligheid en RegEx in Java. Vervang of verberg de tekst om PDF-bestanden te redigeren....tekst met gekleurd vak Java Redaction API voor het vervangen van...groupdocs</groupId> <artifactId>groupdocs-redaction</artifactId> <version>21.12</version>...

    blog.groupdocs.com/nl/redaction/find-and-replac...
  2. Save to stream | Documentation

    You might need to save a document to any custom file at any location on the local disc or a even a Stream. The following example demonstrates how to save a document to any location. final Redactor redactor = new Redactor("Sample.docx"); try { // Here we can use document instance to perform Redactions RedactorChangeLog result = redactor.apply(new ExactPhraseRedaction("John Doe", new ReplacementOptions(java.awt.Color.RED))); if (result.getStatus() != RedactionStatus.Failed) { // Save the document to a custom location and convert its pages to images final FileOutputStream fileStream = new FileOutputStream("C:\\\\Temp\\\\sample_output_file....Redaction Product Solution GroupDocs...GroupDocs.Redaction Product Family / GroupDocs.Redaction for Java...

    docs.groupdocs.com/redaction/java/save-to-stream/
  3. 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-...
  4. Get document page preview | Documentation

    This article shows the implementation of Redactor class which supports the rendering of the document preview in JPEG, PNG and BMP....Redaction Product Solution GroupDocs...GroupDocs.Redaction Product Family / GroupDocs.Redaction for .NET...

    docs.groupdocs.com/redaction/net/get-document-p...
  5. Tags

    Document Automation APIs to enrich .NET and Java applications to view, edit, annotate, convert, compare, e-sign, parse, split, merge, redact, or classify documents of almost all the popular file formats....5 Adjust Gamma 5 AI Text Redaction 1 annotate PDF 5 Annotate...in PDF 5 C# 4 C# AI Text Redaction 1 C# document merging 1 c#...

    blog.groupdocs.com/it/tags/
  6. Tags

    Document Automation APIs to enrich .NET and Java applications to view, edit, annotate, convert, compare, e-sign, parse, split, merge, redact, or classify documents of almost all the popular file formats....5 Adjust Gamma 5 AI Text Redaction 1 annotate PDF 5 Annotate...in PDF 5 C# 4 C# AI Text Redaction 1 C# document merging 1 c#...

    blog.groupdocs.com/pl/tags/
  7. Tags

    Document Automation APIs to enrich .NET and Java applications to view, edit, annotate, convert, compare, e-sign, parse, split, merge, redact, or classify documents of almost all the popular file formats....5 Adjust Gamma 5 AI Text Redaction 1 annotate PDF 5 Annotate...in PDF 5 C# 4 C# AI Text Redaction 1 C# document merging 1 c#...

    blog.groupdocs.com/id/tags/
  8. ค้นหาและแทนที่ข้อความใน PDF โดยใช้ C# | แทนที่ห...

    ค้นหาข้อความ คำ วลีในเอกสาร PDF โดยทางโปรแกรมโดยคำนึงถึงตัวพิมพ์เล็กและใหญ่และ RegEx โดยใช้ C# แทนที่หรือซ่อนข้อความเพื่อแก้ไขไฟล์ PDF...NET Redaction API สำหรับการแทนที่ข้อความ...GroupDocs แสดง GroupDocs.Redaction for .NET ซึ่งเป็น API สำหรับตรวจทาน...

    blog.groupdocs.com/th/redaction/find-and-replac...
  9. מצא והחלף טקסט ב-PDF באמצעות C# | החלף או הסתר ...

    מצא באופן פרוגרמטי טקסט, מילים, ביטויים מסוימים במסמכי PDF עם רגישות רישיות ו-RegEx באמצעות C#. החלף או הסתר את הטקסט כדי לבטל קבצי PDF....NET Redaction API להחלפת טקסט # GroupDocs...GroupDocs מציגה את GroupDocs.Redaction עבור .NET, ה-API לעיבוד, הסתרה...

    blog.groupdocs.com/he/redaction/find-and-replac...
  10. עריכת PDF ומסמכים סרוקים ב-C# | Blackout טקסט ב...

    צור טקסט ב-PDF ובמסמכים אחרים באמצעות C# ביישומי NET שלך. ערכו מסמכים להאפלת טקסט וגם את הטקסט בתוך התמונות המוטבעות....Redaction מספק את document redaction .NET API המאפשר...Install-Package GroupDocs.Redaction התקן דרך NuGet Package Manager...

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