Sort Score
Result 10 results
Languages All
Labels All
Results 1,611 - 1,620 of 31,659 for

redaction

(0.14 sec)
  1. Save in rasterized PDF | GroupDocs

    The following example demonstrates how to save the document as a rasterized PDF file: final Redactor redactor = new Redactor(Constants.SAMPLE_DOCX); try { // Here we can use document instance to perform Redactions redactor.apply(new ExactPhraseRedaction("John Doe", new ReplacementOptions("[personal]"))); SaveOptions tmp0 = new SaveOptions(); tmp0.setAddSuffix(false); tmp0.setRasterizeToPDF(true); // Saving as rasterized PDF with no suffix in file name redactor.save(tmp0); } finally { redactor.close(); }...Redaction Product Solution GroupDocs...GroupDocs.Redaction Product Family / GroupDocs.Redaction for Java...

    docs.groupdocs.com/redaction/java/save-in-raste...
  2. Get supported file formats | GroupDocs

    This article shows that how to get the list of all supported file formats of GroupDocs.Redaction by using Java....Redaction Product Solution GroupDocs...GroupDocs.Redaction Product Family / GroupDocs.Redaction for Java...

    docs.groupdocs.com/redaction/java/get-supported...
  3. How to Run Examples | GroupDocs

    Learn how to run C# examples which contain many examples of data Redaction. You can learn redact in word, how to redact information in pdf or images and many more....Redaction Product Solution GroupDocs...GroupDocs.Redaction Product Family / GroupDocs.Redaction for .NET...

    docs.groupdocs.com/redaction/net/how-to-run-exa...
  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 für Java 25.12 – Dezember...Explore what’s new in GroupDocs.Redaction for Java 25.12. Available...

    blog.groupdocs.com/de/tag/release-25.12/index.xml
  5. GroupDocs.Annotation for .NET

    API นี้ทำให้คุณสามารถใส่คำอธิบายประกอบแบบดิจิทัลในรูปแบบไฟล์ใดก็ได้โดยใช้ภาษา .NET และ C# บนแพลตฟอร์มใดก็ได้...Redaction Product Family GroupDocs.Annotation...วิธีเพิ่มคำอธิบายประกอบ Text Redaction ใน PDF โดยใช้ C# วิธีเพิ่มคำอธิบายประกอบ...

    kb.groupdocs.com/th/annotation/net/
  6. Get Credit Consumption Information for Your Met...

    Hello everyone! I am back with another release announcement of GroupDocs.Redaction for .NET 19.5. This release has brought a quite useful feature for the developers who are using GroupDocs.Redaction with our Metered Licence. For those who are unaware of the Metered Licence, let me give you a brief introduction. Afterward, I will talk about the new feature and its usage. Metered License is a type of license that allows you to pay for what you have used....Redaction for .NET 19.5 . This release...developers who are using GroupDocs.Redaction with our Metered Licence....

    blog.groupdocs.com/redaction/get-credit-consump...
  7. Znajdź i zamień tekst w formacie PDF przy użyci...

    Programowo znajdź określony tekst, słowa, frazy w dokumentach PDF z rozróżnianiem wielkości liter i RegEx za pomocą C#. Zastąp lub ukryj tekst, aby zredagować pliki PDF....Redaction for .NET, interfejs API do.../packages/groupdocs.redaction). PM> Install-Package GroupDocs.Redaction Nie ma...

    blog.groupdocs.com/pl/redaction/find-and-replac...
  8. Save with default options | GroupDocs

    The simplest way to save the document is it provide no parameters to Save method. In this case the document will be rasterized to PDF and will have the same name as the original one except its extension (.PDF). The PDF file will be overwritten. The following example demonstrates usage of Save() method with default options. final Redactor redactor = new Redactor("sample.docx"); try { // Here we can use document instance to perform Redactions redactor....Redaction Product Solution GroupDocs...GroupDocs.Redaction Product Family / GroupDocs.Redaction for Java...

    docs.groupdocs.com/redaction/java/save-with-def...
  9. Remove Metadata from DOCX using Java

    In this tutorial, you'll learn how to remove metadata from DOCX using Java. You'll also get straightforward code to show you how to clean metadata from DOCX in Java....Redaction Product Family Remove Metadata...environment to use GroupDocs.Redaction for Java for removing metadata...

    kb.groupdocs.com/redaction/java/remove-metadata...
  10. 在 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...