Sort Score
Result 10 results
Languages All
Labels All
Results 491 - 500 of 1,208 for

replacement

(0.05 sec)
  1. Render archives as HTML, PDF, and image files |...

    This topic describes how to use the GroupDocs.Viewer Node.js API to convert archive files to HTML, PDF, PNG, and JPEG formats.... // {0} is replaced with the current page number...in the archive. // {0} is replaced with the current page number...

    docs.groupdocs.com/viewer/nodejs-java/render-ar...
  2. Existing objects in diagrams | GroupDocs

    Find, remove, and modify shapes and headers/footers in Visio documents using Python via .NET....vsdx" ) Replacing text for particular shapes... save ( "diagram.vsdx" ) Replacing text for particular shapes...

    docs.groupdocs.com/watermark/python-net/existin...
  3. Render PowerPoint presentations as HTML, PDF, a...

    Convert PowerPoint presentations to HTML, PDF, PNG, or JPEG using the GroupDocs.Viewer Python API.... # {0} is replaced with the current page number...resources. # {0} and {1} are replaced with the current page number...

    docs.groupdocs.com/viewer/python-net/render-pre...
  4. GroupDocs.Redaction AI 与 .NET 集成 | 自定义删减

    使用 AI 来检测并删减 PDF 文档中的文本、单词或短语,使用 .NET 安全处理 PDF 文件,更换或隐藏内容。...new ReplacementOptions( "[replaced]" ); optionsText.Filters =...Process_AI( string text, string replacement) { string prompt = "嘿,我这里有一份文档。...

    blog.groupdocs.com/zh/redaction/custom-ai-redac...
  5. GroupDocs.Redaction AI整合與.NET | 自訂編輯

    使用AI檢測和編輯PDF文檔中的文字、單詞或短語,透過.NET安全地處理PDF檔案。替換或隱藏內容。...new ReplacementOptions( "[replaced]" ); optionsText.Filters =...Process_AI( string text, string replacement) { string prompt = "嘿,我這裡有一份文檔。...

    blog.groupdocs.com/zh-hant/redaction/custom-ai-...
  6. GroupDocs.Redaction pro Java 25.12 – Nejnovější...

    Prozkoumejte, co je nového v GroupDocs.Redaction pro Java 25.12. K dispozici nyní na NuGet a na webu GroupDocs....define text to redact and replacement string String textToRedact...redactWith = "****" ; // Create replacement options and exact phrase...

    blog.groupdocs.com/cs/redaction/groupdocs-redac...
  7. GroupDocs.Redaction для Java 25.12 – последние ...

    Ознакомьтесь с новыми возможностями GroupDocs.Redaction для Java 25.12. Доступно сейчас на NuGet и на веб‑сайте GroupDocs....define text to redact and replacement string String textToRedact...redactWith = "****" ; // Create replacement options and exact phrase...

    blog.groupdocs.com/ru/redaction/groupdocs-redac...
  8. Migration Notes | GroupDocs

    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/
  9. Migration Notes | GroupDocs

    Why To Migrate? Here are the key reasons to use the new updated API provided by GroupDocs.Redaction for Java since version 19.6: 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(OutputStream, SaveOptions) was replaced with Redactor.save(OutputStream, RasterizationOptions). Constructor LoadOptions(DocumentFormatConfiguration) was removed....of the Document class were replaced with similar apply() methods...save(OutputStream, SaveOptions) was replaced with Redactor.save(OutputStream...

    docs.groupdocs.com/redaction/java/migration-notes/
  10. Render to HTML | GroupDocs

    With GroupDocs.Viewer for Java you can render files to HTML format. As a simple usecase please see how easily you can convert Microsoft 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/java/rendering-to-html/