Sort Score
Result 10 results
Languages All
Labels All
Results 411 - 420 of 1,016 for

replacement

(0.03 sec)
  1. Render web documents as PDF, PNG, and JPEG file...

    This topic describes how to use the GroupDocs.Viewer Java API to convert web documents to PDF, PNG, and JPEG formats.... // {0} is replaced with the page numbers in the...each drawing page. // {0} is replaced with the current page number...

    docs.groupdocs.com/viewer/java/render-web-docum...
  2. Integrazione AI di GroupDocs.Redaction con .NET...

    Utilizza l'AI per rilevare e redigere testo, parole o frasi in documenti PDF utilizzando .NET. Sostituisci o nascondi contenuti per elaborare in modo sicuro file PDF....new ReplacementOptions( "[replaced]" ); optionsText.Filters =...Process_AI( string text, string replacement) { string prompt = "Ciao...

    blog.groupdocs.com/it/redaction/custom-ai-redac...
  3. Render Lotus Notes database files as HTML, PDF,...

    This topic describes how to use the GroupDocs.Viewer .NET API (C#) to convert Lotus Notes database files (NSF) to HTML, PDF, PNG, and JPEG formats.... // {0} is replaced with the page numbers in the...NSF file to PNG. ' {0} is replaced with the page numbers in the...

    docs.groupdocs.com/viewer/net/render-lotus-note...
  4. Developer Guide | Documentation

    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...
  5. שילוב 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...
  6. Интеграция ИИ 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...
  7. Search Special Characters in Documents using Java

    Effortlessly learn how to search special characters in documents using Java. Improve the accuracy and relevance of text search with special characters in Java....“rock&roll-music,” you need to replace separators with space characters...can be used to escape and replace special characters appropriately...

    kb.groupdocs.com/search/java/search-special-cha...
  8. Search Special Characters in Documents using C#

    Easily search special characters in documents using C#. Enhance accuracy and relevance in text search with special characters in C# across multiple platforms....“rock&roll-music,” you must replace separators with space characters...special characters are properly replaced and escaped. Utilize the Search...

    kb.groupdocs.com/search/net/search-special-char...
  9. Render to HTML | Documentation

    Render files to HTML with GroupDocs.Viewer for Python. Easily convert documents like Word to clean HTML.... # {0} and {1} are replaced with the current page number...Create an HTML files. # {0} is replaced with the current page number...

    docs.groupdocs.com/viewer/python-net/rendering-...
  10. Migration Notes | Documentation

    Why To Migrate? Here are the key reasons to use the new updated API provided by GroupDocs.Redaction for .NET since version 19.9: Redactor class introduced as a single entry point to manage the document redaction process (instead of Documentclass from previous versions). Methods RedactWith() of the Document class were replaced with similar Apply() methods in Redactor class. Method Document.Save(Stream, SaveOptions) was replaced with Redactor.Save(Stream, RasterizationOptions). Constructor LoadOptions(DocumentFormatConfiguration) was removed....of the Document class were replaced with similar Apply() methods...Save(Stream, SaveOptions) was replaced with Redactor.Save(Stream...

    docs.groupdocs.com/redaction/net/migration-notes/