Sort Score
Result 10 results
Languages All
Labels All
Results 4,361 - 4,370 of 49,814 for

documents

(0.16 sec)
  1. 在 C# 中编辑演示文稿 | .NET PPT/PPTX 编辑

    通过 C# 示例解释了如何编辑 PowerPoint 演示文稿,以便使用演示文稿编辑 API 在 .NET 应用程序中编辑 PPT、PPTX、ODP 文件。...Replace("documents", "presentation"); } } 使用选项保存编辑后的...originalContent.Replace("documents", "presentation"); // 保存演示文稿...

    blog.groupdocs.com/zh/editor/edit-ppt-pptx-pres...
  2. Convert RTF to DOCX using Node.js

    Learn how to convert RTF to DOCX using Node.js with an effective approach. This guide helps you seamlessly export RTF to DOCX in Node.js while maintaining formatting....) is widely used for text documents, but converting it to DOCX...Node.js while maintaining the document’s structure and formatting...

    kb.groupdocs.com/conversion/nodejs/convert-rtf-...
  3. eSign Presentation with Metadata signature | Gr...

    This article explains how to add metadata signatures to Presentation document with GroupDocs.Signature...Acquisition Ask AI GroupDocs Documentation / GroupDocs.Signature Product...Presentation document files. Presentation document metadata is...

    docs.groupdocs.com/signature/net/esign-presenta...
  4. Convert PDF to GIF using Python

    Discover the process of how to convert PDF to GIF using Python. We will also provide the code example to export PDF to GIF using Python that works on every plateform....using Python , simplifying document sharing and presentation across...for those who need to embed documents in online projects, enhance...

    kb.groupdocs.com/conversion/python/convert-pdf-...
  5. How to Convert ODG to PDF using Java

    This tutorial provides step-by-step instructions to convert ODG to PDF using Java and a working sample code for ODG to PDF file converter in Java capability....tutorial uses one of the best document conversion libraries for performing...the transformation of the documents and guides you on how to configure...

    kb.groupdocs.com/conversion/java/how-to-convert...
  6. Use advanced rasterization options | GroupDocs

    Use advanced rasterization options In order to use the advanced rasterization options you have to pass one of the options to Save method. In this case the document will be rasterized to PDF, but the scan-like effects will be applied to its pages. The following example demonstrates how to apply the AdvancedRasterizationOptions with default settings. use_advanced_rasterization_options.py from groupdocs.redaction import Redactor from groupdocs.redaction.options import SaveOptions, AdvancedRasterizationOptions from groupdocs.redaction.redactions import ExactPhraseRedaction, ReplacementOptions def use_advanced_rasterization_options(): # Specify the redaction options repl_opt = ReplacementOptions("[personal]") ex_red = ExactPhraseRedaction("John Doe", repl_opt) # Load the document to be redacted with Redactor("....Events Acquisition GroupDocs Documentation / GroupDocs.Redaction Product.../ Advanced usage / Saving documents / Use advanced rasterization...

    docs.groupdocs.com/redaction/python-net/use-adv...
  7. Extract Text from RTF using C#

    This article offers a comprehensive guide on text extraction from RTF in C#. It features a code example to help you effectively extract text from RTF using C#....RTF ) files are a popular document format known for their flexibility...contexts, such as converting documents to other formats, analyzing...

    kb.groupdocs.com/parser/net/extract-text-from-r...
  8. Convert DOCX to DOC using Node.js

    Convert DOCX to DOC using Node.js while preserving formatting and structure. This guide explains how to export DOCX to DOC in Node.js with simple steps....js application to enable document conversion functionality Create...it allows users to maintain document compatibility without losing...

    kb.groupdocs.com/conversion/nodejs/convert-docx...
  9. Composing signature with solid brush background...

     This article explains how to fill signature background with solid brush...Acquisition Ask AI GroupDocs Documentation / GroupDocs.Signature Product...to add Text signature into document with GroupDocs.Signature:...

    docs.groupdocs.com/signature/java/composing-sig...
  10. How to Convert ODT to HTML using C#

    Let's learn how to convert ODT to HTML using C# without installing any extra software. Also, write code example to export ODT to HTML in C# using conversion library....age, the need to convert documents from one format to another...where you need to convert Open Document Text ( ODT ) files to HTML...

    kb.groupdocs.com/conversion/net/how-to-convert-...