Sort Score
Result 10 results
Languages All
Labels All
Results 1,561 - 1,570 of 31,712 for

redact

(0.13 sec)
  1. ویرایش PDF و اسناد اسکن شده در Java | متن خاموش...

    متن را در PDF و سایر اسناد با استفاده از Java در برنامه های خود ویرایش کنید. اسناد را به متن و همچنین متن درون تصاویر جاسازی شده تبدیل کنید....Redaction [راه حل ویرایش برای ایمن سازی...groupdocs</groupId> <artifactId>groupdocs-redaction</artifactId> <version>21.6</version>...

    blog.groupdocs.com/fa/redaction/redact-text-and...
  2. Կարգավորել տեքստը PPTX-ում՝ օգտագործելով C#

    Այս ձեռնարկում դուք կսովորեք, թե ինչպես խմբագրել տեքստը PPTX-ում՝ օգտագործելով C#: Բացի այդ, ձեզ կտրամադրվի պարզ կոդի օրինակ՝ PPTX-ում տեքստը C#-ով փոխարինելու համար:...Redaction Product Family Կարգավորել...(IDE)՝ օգտագործելու GroupDocs.Redaction for .NET ՝ PPTX ֆայլերում...

    kb.groupdocs.com/hy/redaction/net/redact-text-i...
  3. GroupDocs.Annotation for .NET

    API này cho phép bạn chú thích kỹ thuật số bất kỳ loại định dạng tệp nào bằng ngôn ngữ .NET và C# trên bất kỳ nền tảng nào....Redaction Product Family GroupDocs.Annotation...bằng C# Cách thêm chú thích Redaction vào PDF bằng C# Cách thêm...

    kb.groupdocs.com/vi/annotation/net/
  4. Release 25.12 on GroupDocs Blog | Document Auto...

    Release 25.12 on GroupDocs Blog | Document Automation Solutions for .NET & Java Developers Recent content in Release 25.12 on GroupDocs Blog | Document Automation Solutions for .NET & Java Develope......Redaction สำหรับ Java 25.12 – ธันวาคม...สำรวจสิ่งใหม่ใน GroupDocs.Redaction สำหรับ Java 25.12. พร้อมให้ใช้แล้วบน...

    blog.groupdocs.com/th/tag/release-25.12/index.xml
  5. Remove Annotations from XLSX using C#

    Quickly learn how to remove annotations from XLSX using C#. Additionally, you will find a code example showing how to delete annotations in XLSX using C#....Redaction Product Family Remove Annotations...using C# with the help of redaction library. This article provides...

    kb.groupdocs.com/redaction/net/remove-annotatio...
  6. Extend supported extensions list | GroupDocs

    This article explains the method which can be used when for some reason files have non-standard extensions or if its format is supported, but not pre-configured....Redaction Product Solution GroupDocs...GroupDocs.Redaction Product Family / GroupDocs.Redaction for .NET...

    docs.groupdocs.com/redaction/net/extend-support...
  7. Developer Guide | GroupDocs

    Note This section describes some basic and advanced use cases of GroupDocs.Redaction for Python via .NET. Please refer to GitHub repository for more examples and samples....Redaction Product Solution GroupDocs...GroupDocs.Redaction Product Family / GroupDocs.Redaction for Python...

    docs.groupdocs.com/redaction/python-net/develop...
  8. Loading documents | GroupDocs

    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 Python...

    docs.groupdocs.com/redaction/python-net/loading...
  9. Developer Guide | GroupDocs

    Note This section describes some basic and advanced use cases of GroupDocs.Redaction for .NET. Please refer to GitHub repository for more examples and samples....Redaction Product Solution GroupDocs...GroupDocs.Redaction Product Family / GroupDocs.Redaction for .NET...

    docs.groupdocs.com/redaction/net/developer-guide/
  10. Save overwriting original file | GroupDocs

    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...