Sort Score
Result 10 results
Languages All
Labels All
Results 51 - 60 of 4,446 for

groupdocs.redaction,

(0.11 sec)
  1. Developer Guide | Documentation

    Note This section describes some basic and advanced use cases of GroupDocs.Redaction for Python via .NET. Please refer to GitHub repository for more examples and samples....Note This section describes some basic and advanced use cases of GroupDocs.Redaction for Python via .NET. Please refer to GitHub repository for more examples and samples.

    docs.groupdocs.com/redaction/python-net/develop...
  2. Loading documents | Documentation

    This article show how to enable you to load password-protected documents and load documents from different sources...This article show how to enable you to load password-protected documents and load documents from different sources

    docs.groupdocs.com/redaction/python-net/loading...
  3. Saving documents | Documentation

    The articles explain that how to save documents in different ways after making redactions....The articles explain that how to save documents in different ways after making redactions.

    docs.groupdocs.com/redaction/python-net/saving-...
  4. Developer Guide | Documentation

    Note This section describes some basic and advanced use cases of GroupDocs.Redaction for .NET. Please refer to GitHub repository for more examples and samples....Note This section describes some basic and advanced use cases of GroupDocs.Redaction for .NET. Please refer to GitHub repository for more examples and samples.

    docs.groupdocs.com/redaction/net/developer-guide/
  5. Spreadsheet redactions | Documentation

    This article shows that how C# redaction API allows to redact data of sensitive or private nature from your XLS, XLSX, ODS spreadsheet document formats and others....This article shows that how C# redaction API allows to redact data of sensitive or private nature from your XLS, XLSX, ODS spreadsheet document formats and others.

    docs.groupdocs.com/redaction/python-net/spreads...
  6. Evaluation Limitations and Licensing | Document...

    free trial api version for redaction is available to evaluate the API which will be similar as licensed but with few limitations....free trial api version for redaction is available to evaluate the API which will be similar as licensed but with few limitations.

    docs.groupdocs.com/redaction/net/evaluation-lim...
  7. Get document page preview | Documentation

    This article shows the implementation of Redactor class which supports the rendering of the document preview in JPEG, PNG and BMP....preview Leave feedback In GroupDocs.Redaction, class supports rendering...

    docs.groupdocs.com/redaction/net/get-document-p...
  8. Create PDF with Image Redaction | Documentation

    This article shows how to redact the pages of a document as images, redacting entire areas of the page instead or in addition to a specific text....This article shows how to redact the pages of a document as images, redacting entire areas of the page instead or in addition to a specific text.

    docs.groupdocs.com/redaction/python-net/create-...
  9. Using redaction filters | Documentation

    GroupDocs.Redaction allows you to set the page-based scope for your redaction of two types: page range, a given number of pages at certain offset from the beginning or the end of the page; page area (on each page), which is a top-left based rectangle. All filters inherit from RedactionFilter and as an array are set to Filters property of the ReplacementOptions. You can combine these filters in one set in order to set the scope of redaction to an area on a specific page....GroupDocs.Redaction allows you to set the page-based scope for your redaction of two types: page range, a given number of pages at certain offset from the beginning or the end of the page; page area (on each page), which is a top-left based rectangle. All filters inherit from RedactionFilter and as an array are set to Filters property of the ReplacementOptions. You can combine these filters in one set in order to set the scope of redaction to an area on a specific page.

    docs.groupdocs.com/redaction/python-net/redacti...
  10. Migration Notes | Documentation

    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....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.

    docs.groupdocs.com/redaction/net/migration-notes/