Sort Score
Result 10 results
Languages All
Labels All
Results 1,041 - 1,050 of 29,871 for

redact

(0.04 sec)
  1. Trova e sostituisci parole nei documenti di Wor...

    Trova, sostituisci o nascondi testo, parole, frasi nei file Word DOC/DOCX usando C#. Redigere ed eseguire ricerche di testo, case-sensitive e RegEx con .NET Redaction API....Redaction for .NET è l’API di redazione...Install-Package GroupDocs.Redaction Non è necessario installare...

    blog.groupdocs.com/it/redaction/find-and-replac...
  2. Get supported file formats | Documentation

    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. Save in rasterized PDF | Documentation

    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...
  4. Basic usage | Documentation

    Quick Start section for GroupDocs.Redaction API Perform Redactions for your documents easily with our intuitive and powerful API just with a few lines of code. Let’s review common usage scenarios when source document “sample.docx” is stored at a local drive and you want to apply Redactions to it....Redaction Product Solution GroupDocs...GroupDocs.Redaction Product Family / GroupDocs.Redaction for Python...

    docs.groupdocs.com/redaction/python-net/basic-u...
  5. Use advanced rasterization options | Documentation

    Use advanced rasterization options In order to use the advanced rasterization options you have to pass one of the options to Save method. In this case the document will be rasterized to PDF, but the scan-like effects will be applied to its pages. The following example demonstrates how to apply the AdvancedRasterizationOptions with default settings. Python import groupdocs.Redaction as gr import groupdocs.Redaction.options as gro import groupdocs.Redaction.Redactions as grr def run(): # Specify the Redaction options repl_opt = grr....Redaction Product Solution GroupDocs...GroupDocs.Redaction Product Family / GroupDocs.Redaction for Python...

    docs.groupdocs.com/redaction/python-net/use-adv...
  6. Basic usage | Documentation

    Quick Start section for GroupDocs.Redaction API Perform Redactions for your documents easily with our intuitive and powerful API just with a few lines of code. Let’s review common usage scenarios when source document “sample.docx” is stored at a local drive and you want to apply Redactions to it....Redaction Product Solution GroupDocs...GroupDocs.Redaction Product Family / GroupDocs.Redaction for .NET...

    docs.groupdocs.com/redaction/net/basic-usage/
  7. Редактировать PDF и отсканированные документы в...

    Редактируйте текст в PDF и других документах с помощью C# в своих приложениях .NET. Редактируйте документы, чтобы затемнить текст, а также текст во встроенных изображениях....Redaction предоставляет API для редактирования...Install-Package GroupDocs.Redaction Установить через диспетчер...

    blog.groupdocs.com/ru/redaction/redact-text-and...
  8. Licensing and evaluation | Documentation

    GroupDocs.Redaction for Python via .NET offers flexible licensing options, including a Free Trial and a 30-day Temporary License for evaluation purposes....Redaction Product Solution GroupDocs...GroupDocs.Redaction Product Family / GroupDocs.Redaction for Python...

    docs.groupdocs.com/redaction/python-net/licensi...
  9. 使用 C# 在 Word 文檔中查找和替換單詞 |文本編輯

    使用 C# 在 Word DOC/DOCX 文件中查找、替換或隱藏文本、單詞、短語。使用 .NET Redaction API 編輯和執行文本、區分大小寫和 RegEx 搜索。...Redaction for .NET 是文檔編輯 API,它允許從各種.../packages/groupdocs.redaction)。 PM> Install-Package GroupDocs.Redaction 在此過程中無需安裝...

    blog.groupdocs.com/zh-hant/redaction/find-and-r...
  10. Save to Stream | Documentation

    This article demonstrates that how to save a document to any custom file at any location on the local disc or a even a Stream...Redaction Product Solution GroupDocs...GroupDocs.Redaction Product Family / GroupDocs.Redaction for Python...

    docs.groupdocs.com/redaction/python-net/save-to...