Sort Score
Result 10 results
Languages All
Labels All
Results 1,301 - 1,310 of 28,790 for

redaction

(0.13 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. 在 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. Sắp xếp lại PDF và Tài liệu được quét trong Jav...

    Soạn thảo văn bản trong PDF và các tài liệu khác bằng cách sử dụng Java trong các ứng dụng của bạn. Sắp xếp lại các tài liệu để bôi đen văn bản và cả văn bản trong các hình ảnh được nhúng....Redaction cung cấp giải pháp biên tập...groupdocs</groupId> <artifactId>groupdocs-redaction</artifactId> <version>21.6</version>...

    blog.groupdocs.com/vi/redaction/redact-text-and...
  4. מצא והחלף טקסט ב-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...
  5. Load password-protected file | Documentation

    Load password-protected file In order to open password-protected documents, you have to pass your password to LoadOptions class constructor or assign it to its Password property of an instance of LoadOptions class: LoadOptions loadOptions = new LoadOptions("mypassword"); final Redactor redactor = new Redactor("protected_sample.docx", loadOptions); try { // Here we can use document instance to perform Redactions redactor.apply(new ExactPhraseRedaction("John Doe", new ReplacementOptions("[personal]"))); redactor.save(); } finally { redactor.close(); }...Redaction Product Solution GroupDocs...GroupDocs.Redaction Product Family / GroupDocs.Redaction for Java...

    docs.groupdocs.com/redaction/java/load-password...
  6. ویرایش PDF و اسناد اسکن شده در C# | متن خاموش د...

    متن را در PDF و سایر اسناد با استفاده از C# در برنامه های NET خود ویرایش کنید. اسناد را به متن و همچنین متن درون تصاویر جاسازی شده تبدیل کنید....Redaction [API .NET. ویرایش سند 6 را...Install-Package GroupDocs.Redaction از طریق NuGet Package Manager...

    blog.groupdocs.com/fa/redaction/redact-text-and...
  7. Loading documents | Documentation

    This article show how to enable you to load password-protected documents and load documents from different sources...Redaction Product Solution GroupDocs...GroupDocs.Redaction Product Family / GroupDocs.Redaction for .NET...

    docs.groupdocs.com/redaction/net/loading-docume...
  8. Loading documents | Documentation

    GroupDocs.Redaction allows you to load password-protected documents and load documents from different sources. For more details please refer to the following guides:...Redaction Product Solution GroupDocs...GroupDocs.Redaction Product Family / GroupDocs.Redaction for Java...

    docs.groupdocs.com/redaction/java/loading-docum...
  9. Get file info | Documentation

    This article explains the ability of the GroupDocs.Redaction API to get the general document information, which includes FileType, PageCount and FileSize....Redaction Product Solution GroupDocs...GroupDocs.Redaction Product Family / GroupDocs.Redaction for Java...

    docs.groupdocs.com/redaction/java/get-file-info/
  10. Редагувати PDF і відскановані документи в Java ...

    Відредагуйте текст у PDF та інших документах за допомогою Java у своїх програмах. Відредагуйте документи на затемнений текст, а також текст у вбудованих зображеннях....Redaction надає рішення редагування...groupdocs</groupId> <artifactId>groupdocs-redaction</artifactId> <version>21.6</version>...

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