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

replacement

(0.06 sec)
  1. 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...
  2. 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...
  3. 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...
  4. 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-...
  5. 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...
  6. PDF to PNG conversion issue on CentOS 7 - Free ...

    Hi @Atir_Tahir, I have the same issue, below is the error log that I got from the openShift pod’s logger. ** (process:1): WARNING **: 01:41:03.983: Path conversion requested 8442880 bytes (1280 x 1649). Maximum size is…...aller fontconfig Should I replace the RUN apt-get update && apt-get...@teguhmargaretha Should I replace the RUN apt-get update && apt-get...

    forum.groupdocs.com/t/pdf-to-png-conversion-iss...
  7. دمج 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...
  8. שילוב AI של GroupDocs.Redaction עם .NET | מחיקו...

    השתמשו בבינה מלאכותית כדי לזהות ולמחוק טקסט, מילים או ביטויים במסמכי PDF באמצעות .NET. החליפו או הסירו תוכן כדי לעבד קבצי PDF בצורה מאובטחת....new ReplacementOptions( "[replaced]" ); optionsText.Filters =...Process_AI( string text, string replacement) { string prompt = "היי,...

    blog.groupdocs.com/he/redaction/custom-ai-redac...
  9. Интеграция ИИ GroupDocs.Redaction с .NET | Поль...

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

    blog.groupdocs.com/ru/redaction/custom-ai-redac...
  10. Developer Guide | GroupDocs

    The Developer Guide section explains all aspects of GroupDocs.Editor for Node.js via Java file editor features, provides code snippets, and examples of editing Microsoft Office formats programmatically in Node.js applications....HTML content // For example, replace a word const editedHtmlContent...editedHtmlContent = htmlContent . replace ( 'Old Word' , 'New Word' ); //...

    docs.groupdocs.com/editor/nodejs-java/developer...