Sort Score
Result 10 results
Languages All
Labels All
Results 3,061 - 3,070 of 9,602 for

document merger

(0.12 sec)
  1. Annotation redactions | GroupDocs

    This article shows the implementation of annotation redaction for Documents of different formats like PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX and others....Merger Product Solution GroupDocs...Acquisition Ask AI GroupDocs Documentation / GroupDocs.Redaction Product...

    docs.groupdocs.com/redaction/net/annotation-red...
  2. 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("....Merger Product Solution GroupDocs...Events Acquisition GroupDocs Documentation / GroupDocs.Redaction Product...

    docs.groupdocs.com/redaction/python-net/use-adv...
  3. How to Convert TeX to Word using C#

    Let's take a look at the guideline to convert TeX to Word using C# and learn how to use them for writing the code to develop ability for TeX to Word converter in C#....Merger Product Family GroupDocs.Redaction...consuming one of the popular document conversion library and sharing...

    kb.groupdocs.com/conversion/net/how-to-convert-...
  4. Render SVG as PDF using Python

    In this topic, you will learn how to render SVG as PDF using Python. Also, you will get code and steps to convert SVG to PDF in Python for sharing vector graphics....Merger Product Family GroupDocs.Redaction...illustrations for technical documentation, exporting vector icons...

    kb.groupdocs.com/viewer/python/render-svg-as-pd...
  5. Logging | GroupDocs

    Logging when converting Documents with GroupDocs.Conversion for .NET...Merger Product Solution GroupDocs...Acquisition Ask AI GroupDocs Documentation / GroupDocs.Conversion Product...

    docs.groupdocs.com/conversion/net/logging/
  6. Add Text Watermark to XLSX using C#

    This guide demonstrates the process of how to add text watermark to XLSX using C#. Additionally, you'll get a code example to insert text watermark to XLSX in C#....Merger Product Family GroupDocs.Redaction...semi-transparent overlay of text on a document. It’s purposefully included...

    kb.groupdocs.com/watermark/net/add-text-waterma...
  7. Convert DOCX to RTF using Python

    Learn how to convert DOCX to RTF using Python with simple code. Easily export DOCX to RTF using Python for cross-platform, editable Document output....Merger Product Family GroupDocs.Redaction...RTF using Python In today’s document-driven applications, converting...

    kb.groupdocs.com/conversion/python/convert-docx...
  8. Adding watermarks | GroupDocs

    GroupDocs.Watermark for Java supports the following watermark types. TextWatermark ImageWatermark Adding watermark to any supported Document format using GroupDocs.Watermark consists of some easy steps. Following are the steps to add a watermark to a Document. Load the Document Create and initialize watermark object Set watermark properties Add a watermark to the Document Save the Document For more details please refer to the following guides:...Merger Product Solution GroupDocs...Acquisition Ask AI GroupDocs Documentation / GroupDocs.Watermark Product...

    docs.groupdocs.com/watermark/java/adding-waterm...
  9. Render PDF documents as HTML and image files | ...

    This topic describes how to use the GroupDocs.Viewer .NET API (C#) to convert PDF files to HTML, PNG, and JPEG formats....Merger Product Solution GroupDocs...Acquisition Ask AI GroupDocs Documentation / GroupDocs.Viewer Product...

    docs.groupdocs.com/viewer/net/render-pdf-docume...
  10. Working with metadata in ProjectManagement form...

    GroupDocs.Metadata for .NET provides functionality that allows working with MPP files created by different versions of Microsoft Project. Please see the code samples below for more information. Reading built-In metadata properties To access built-in metadata of a ProjectManagement Document, please use the DocumentProperties property defined in the DocumentRootPackage class. The following code snippet extracts built-in metadata properties and displays them on the screen. AdvancedUsage.ManagingMetadataForSpecificFormats.Document.ProjectManagement.ProjectManagementReadBuiltInProperties using (Metadata metadata = new Metadata(Constants.InputMpp)) { var root = metadata....Merger Product Solution GroupDocs...Acquisition Ask AI GroupDocs Documentation / GroupDocs.Metadata Product...

    docs.groupdocs.com/metadata/net/working-with-me...