Sort Score
Result 10 results
Languages All
Labels All
Results 6,841 - 6,850 of 11,044 for

document assembly

(0.05 sec)
  1. GroupDocs.Redaction for .NET 20.7 Release Notes...

    Note This page contains release notes for GroupDocs.Redaction for .NET 20.7 Major Features There are the following improvements in this release: Ability to redact embedded images in PDF, textual and presentation Documents Full List of Issues Covering all Changes in this Release Key Summary Category REDACTIONNET-279 Allow ImageAreaRedaction to be applied to rasterized PDF Improvement REDACTIONNET-285 Add support for embedded image redaction with Aspose.Words Improvement REDACTIONNET-286 Add support for embedded image redaction with Aspose....Assembly Product Solution GroupDocs...Events Acquisition GroupDocs Documentation / GroupDocs.Redaction Product...

    docs.groupdocs.com/redaction/net/groupdocs-reda...
  2. Get supported file formats | Documentation

    This article shows that how to get the list of all supported file formats of GroupDocs.Redaction by using C#....Assembly Product Solution GroupDocs...Events Acquisition GroupDocs Documentation / GroupDocs.Redaction Product...

    docs.groupdocs.com/redaction/net/get-supported-...
  3. Convert N consecutive pages | Documentation

    This article demonstrates how to convert consecutive Document pages using GroupDocs.Conversion for Java API....Assembly Product Solution GroupDocs...Events Acquisition GroupDocs Documentation / GroupDocs.Conversion Product...

    docs.groupdocs.com/conversion/java/convert-n-co...
  4. Migration Notes | Documentation

    Why to migrate? Here are the key reasons to use the new updated API provided by GroupDocs.Annotation for .NET since version 19.8: The Annotator class introduced as a single entry point to manage the Document annotating process to any supported file format (instead of AnnotationImageHandler class in previous versions). The overall rendering speed improved dramatically by saving rendered page as soon as it was rendered, not when all pages list were rendered....Assembly Product Solution GroupDocs...Events Acquisition GroupDocs Documentation / GroupDocs.Annotation Product...

    docs.groupdocs.com/annotation/net/migration-notes/
  5. How to compare json files applying or rejecting...

    The article describes how to compare json files applying or rejecting changes using GroupDocs.Comparison...Assembly Product Solution GroupDocs...Events Acquisition GroupDocs Documentation / GroupDocs.Comparison Product...

    docs.groupdocs.com/comparison/java/how-to-compa...
  6. Updating multiple signatures of different types...

     This article explains how to provide advanced options when updating different multiple electronic signatures with GroupDocs.Signature API....Assembly Product Solution GroupDocs...Events Acquisition GroupDocs Documentation / GroupDocs.Signature Product...

    docs.groupdocs.com/signature/net/updating-multi...
  7. Deleting multiple signatures of different types...

    This article shows how to delete multiple electronic signatures different ways with GroupDocs.Signature API....Assembly Product Solution GroupDocs...Events Acquisition GroupDocs Documentation / GroupDocs.Signature Product...

    docs.groupdocs.com/signature/net/deleting-multi...
  8. Extend supported extensions list | Documentation

    This article explains the method which can be used when for some reason files have non-standard extensions or if its format is supported, but not pre-configured....Assembly Product Solution GroupDocs...Events Acquisition GroupDocs Documentation / GroupDocs.Redaction Product...

    docs.groupdocs.com/redaction/net/extend-support...
  9. GroupDocs.Editor for .NET 20.5 Release Notes | ...

    Note This page contains release notes for GroupDocs.Editor for .NET 20.5 Major Features GroupDocs.Editor for .NET version 20.5 contains different bug fixes and improvements, that are described below. There are no changes or new members in a public API. New HTML structure for WordProcessing Documents in paged mode Starting from version 20.5, GroupDocs.Editor generates new structure of HTML elements, when opening WordProcessing Documents in paged mode. This was done in order to improve handling and quality of roundtrip of internal WordProcessing structure: sections, page headers/footers, footnotes area etc....Assembly Product Solution GroupDocs...Events Acquisition GroupDocs Documentation / GroupDocs.Editor Product...

    docs.groupdocs.com/editor/net/groupdocs-editor-...
  10. Use advanced rasterization options | Documentation

    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. final Redactor redactor = new Redactor("Sample.docx"); try { // Save the Document with advanced options (convert pages into images, and save PDF with scan-like pages) SaveOptions so = new SaveOptions(); so....Assembly Product Solution GroupDocs...Events Acquisition GroupDocs Documentation / GroupDocs.Redaction Product...

    docs.groupdocs.com/redaction/java/use-advanced-...