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

replacement

(0.07 sec)
  1. 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...
  2. Integrasi AI GroupDocs.Redaction dengan .NET | ...

    Gunakan AI untuk mendeteksi dan meredaksi teks, kata, atau frasa dalam dokumen PDF menggunakan .NET. Ganti atau sembunyikan konten untuk memproses file PDF dengan aman....new ReplacementOptions( "[replaced]" ); optionsText.Filters =...Process_AI( string text, string replacement) { string prompt = "Hai,...

    blog.groupdocs.com/id/redaction/custom-ai-redac...
  3. 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...
  4. 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...
  5. 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...
  6. Render text documents as HTML, PDF, and image f...

    Convert text files to HTML, PDF, PNG, or JPEG using the GroupDocs.Viewer Python API. Learn how to render various file formats.... # {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-tex...
  7. 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...
  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/zh-hant/redaction/custom-ai-...
  9. Intégration AI de GroupDocs.Redaction avec .NET...

    Utilisez l'IA pour détecter et réduire du texte, des mots ou des phrases dans des documents PDF en utilisant .NET. Remplacez ou cachez du contenu pour traiter des fichiers PDF en toute sécurité....new ReplacementOptions( "[replaced]" ); optionsText.Filters =...Process_AI( string text, string replacement) { string prompt = "Hey,...

    blog.groupdocs.com/fr/redaction/custom-ai-redac...
  10. 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/