Sort Score
Result 10 results
Languages All
Labels All
Results 401 - 410 of 1,062 for

replacement

(0.06 sec)
  1. Redact Text in XLSX using C#

    In this tutorial, you'll learn how to redact text in XLSX using C#. Also, you'll be provided with a straightforward code example to replace text in XLSX using C#....the key steps to show how to replace text in XLSX using C# . Steps...phrase to redact and how to replace it using the ExactPhraseRedaction...

    kb.groupdocs.com/redaction/net/redact-text-in-x...
  2. Save overwriting original file | Documentation

    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....save the redacted document, replacing an original file: // Make...toPath (), StandardCopyOption . REPLACE_EXISTING ); // Apply redaction...

    docs.groupdocs.com/redaction/java/save-overwrit...
  3. Text redaction character trimming - Free Suppor...

    I am trying text redaction in one of my document, I want to replace phrase “Test” with → “Performance Incentive Agreement (“PIA”): To be executed between Supplier and Consumer. Ensures that Supplier gets incentivi…...of my document, I want to replace phrase “Test” with → “Performance...“Performance Incentive Agr” getting replaced. Professionalize.Discourse...

    forum.groupdocs.com/t/text-redaction-character-...
  4. Using OCR to redact image documents | Documenta...

    GroupDocs.Redaction supports both types of image documents for Optical Character Recognition (OCR): image files, such as printed document scans (PNG, JPG, etc.) embedded images within office documents (PDF, DOCX, etc.) You have to implement IOcrConnector interface and pass the instance to RedactorSettings constructor. For more details, see OCR Usage Basics article. OCR usage limitations There are the following limitations of the OCR with GroupDocs.Redaction for Java v21.6: textual Replacements are not supported, so you have to use color box Replacements to redact text in images....6: textual replacements are not supported, so you...you have to use color box replacements to redact text in images...

    docs.groupdocs.com/redaction/java/using-ocr/
  5. Search Text in Folders by Indexing using C# | U...

    Search text by parts, text indexing, specify the number of search threads, and get search time to get search results in C# using GroupDocs Search API for .NET Developers....Find and Replace Text in PDF using C# Find and Replace Words in...

    blog.groupdocs.com/search/search-text-by-indexi...
  6. Edit Word Documents in Java | Build your own Ja...

    Editing Word documents is explained with Java examples to edit DOC, DOCX, ODT files within your applications using document editing Java API.... The above example replaces all the occurrences of the...- All the occurrences are replaced Conclusion # To sum up, we...

    blog.groupdocs.com/editor/edit-word-documents-i...
  7. Inserting edited worksheet into existing spread...

    This article describes how to insert an edited worksheet into an existing spreadsheet using GroupDocs.Editor for Node.js....that determines whether to replace an existing worksheet or insert...property determines whether to replace the worksheet at the specified...

    docs.groupdocs.com/editor/nodejs-java/inserting...
  8. Інтеграція GroupDocs.Redaction AI з .NET | Нест...

    Використовуйте AI для виявлення та редагування тексту, слів або фраз у PDF-документах за допомогою .NET. Замініть або приховайте вміст для безпечної обробки PDF-файлів....new ReplacementOptions( "[replaced]" ); optionsText.Filters =...Process_AI( string text, string replacement) { string prompt = "Привіт...

    blog.groupdocs.com/uk/redaction/custom-ai-redac...
  9. Integracja AI GroupDocs.Redaction z .NET | Nies...

    Użyj AI do wykrywania i redagowania tekstu, słów lub fraz w dokumentach PDF za pomocą .NET. Zastąp lub ukryj zawartość, aby bezpiecznie przetwarzać pliki PDF....new ReplacementOptions( "[replaced]" ); optionsText.Filters =...Process_AI( string text, string replacement) { string prompt = "Cześć...

    blog.groupdocs.com/pl/redaction/custom-ai-redac...
  10. Render Visio documents as HTML, PDF, and image ...

    This topic describes how to use the GroupDocs.Viewer Node.js API to convert Visio diagrams to HTML, PDF, PNG, and JPEG formats.... // {0} is replaced with the current page number...resources. // {0} and {1} are replaced with the current page number...

    docs.groupdocs.com/viewer/nodejs-java/render-vi...