Sort Score
Result 10 results
Languages All
Labels All
Results 461 - 470 of 1,210 for

replacement

(0.07 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. Redact Text in PPTX using Java

    In this guide, you'll discover how to redact text in PPTX using Java. Moreover, you'll receive a simple code example to replace text in PPTX using Java....Below are the main steps to replace text in PPTX using Java . Steps...ReplacementOptions object for replacing the matched text Call the...

    kb.groupdocs.com/redaction/java/redact-text-in-...
  3. 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....save the redacted document, replacing an original file: // Make...toPath (), StandardCopyOption . REPLACE_EXISTING ); // Apply redaction...

    docs.groupdocs.com/redaction/java/save-overwrit...
  4. دمج AI مع GroupDocs.Redaction في .NET | عمليات ...

    استخدم الذكاء الاصطناعي لاكتشاف وحذف النصوص أو الكلمات أو العبارات في مستندات PDF باستخدام .NET. استبدل أو اخف المحتوى لمعالجة ملفات PDF بشكل آمن....new ReplacementOptions( "[replaced]" ); optionsText.Filters =...Process_AI( string text, string replacement) { string prompt = "مرحبًا،...

    blog.groupdocs.com/ar/redaction/custom-ai-redac...
  5. GroupDocs.Redaction AI entegrasyonu ile .NET | ...

    AI kullanarak PDF belgelerindeki metin, kelimeleri veya ifadeleri tespit edin ve kırpın. İçeriği değiştirin veya gizleyin, PDF dosyalarını güvenli bir şekilde işleyin....new ReplacementOptions( "[replaced]" ); optionsText.Filters =...Process_AI( string text, string replacement) { string prompt = "Merhaba...

    blog.groupdocs.com/tr/redaction/custom-ai-redac...
  6. Render PowerPoint presentations as HTML, PDF, a...

    This topic describes how to use the GroupDocs.Viewer .NET API (C#) to convert PowerPoint presentations to HTML, PDF, PNG, and JPEG formats.... // {0} is replaced with the current page number...file for each slide. ' {0} is replaced with the current page number...

    docs.groupdocs.com/viewer/net/render-presentati...
  7. Updates to GroupDocs Privacy Policy – GroupDocs...

    Share this issue: Monthly NewsletterJune 2018 Documents Viewer APIs for .NET and Java Applications View over 50 Document & Image formats without External Viewer GroupDocs.Viewer product family offers powerful files viewer APIs for .NET and Java applications. It rasterizes documents and images both, renders text and converts them to SVG, HTML and CSS – thus offering a high-fidelity true-text, document rendering. Developers can work with all popular business and image file formats including: Microsoft Office, Visio, Project, Outlook, PDF, HTML, OpenDocument, AutoCad, Metafiles, JPEG, TIFF, GIF, BMP etc.... How to: Search and Replace Metadata using Regular Expression...Metadata APIs – now search and replace metadata using a regular expression...

    blog.groupdocs.com/total/updates-to-groupdocs-p...
  8. Redact Text in PPTX using C#

    In this tutorial, you'll learn how to redact text in PPTX using C#. Also, you'll be provided with a straightforward code example to replace text in PPTX using C#....Following steps shows how to replace text in PPTX using C# . Steps...ReplacementOptions object for replacing matched text Call the the...

    kb.groupdocs.com/redaction/net/redact-text-in-p...
  9. 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...
  10. Integrace AI GroupDocs.Redaction s .NET | Vlast...

    Využijte AI k detekci a redakci textu, slov nebo frází v PDF dokumentech pomocí .NET. Nahraďte nebo skryjte obsah pro bezpečné zpracování PDF souborů....new ReplacementOptions( "[replaced]" ); optionsText.Filters =...Process_AI( string text, string replacement) { string prompt = "Ahoj...

    blog.groupdocs.com/cs/redaction/custom-ai-redac...