Sort Score
Result 10 results
Languages All
Labels All
Results 1,721 - 1,730 of 4,440 for

secure

(0.25 sec)
  1. Using OCR to redact image documents | GroupDocs

    GroupDocs.Redaction supports both types of image documents for Optical Character Recognition (OCR): image files, such as printed document scans (PNG, JPG, etc.) embedded images within office documents (PDF, DOCX, etc.) You have to implement IOcrConnector interface and pass the instance to RedactorSettings constructor. For more details, see OCR Usage Basics article. OCR usage limitations There are the following limitations of the OCR with GroupDocs.Redaction v21.3: textual replacements are not supported, so you have to use color box replacements to redact text in images....Us Contact Customers Legal Security Events Acquisition Ask AI...

    docs.groupdocs.com/redaction/net/using-ocr/
  2. Save in original format | GroupDocs

    The following example demonstrates how to save file in its original format with current date as a suffix: final Redactor redactor = new Redactor("sample.docx"); try { // Here we can use document instance to perform redactions redactor.apply(new ExactPhraseRedaction("John Doe", new ReplacementOptions("[personal]"))); SaveOptions saveOptions = new SaveOptions(); saveOptions.setAddSuffix(true); saveOptions.setRasterizeToPDF(false); saveOptions.setRedactedFileSuffix(new SimpleDateFormat("dd-MM-yyyy").format(new Date())); // Saving in original format with date as DateTime.getNow().toShortDateString()a suffix redactor.save(saveOptions); } finally { redactor.close(); }...Us Contact Customers Legal Security Events Acquisition Ask AI...

    docs.groupdocs.com/redaction/java/save-in-origi...
  3. System Requirements | GroupDocs

    On this page, you will find system requirements supported platforms, development environments. GroupDocs.Comparison for Java does not require any external software or third party tool to be installed....Us Contact Customers Legal Security Events Acquisition Ask AI...

    docs.groupdocs.com/comparison/java/system-requi...
  4. Adjust the JPEG image quality | GroupDocs

    Following this guide you will learn how to adjust JPG images quality when rendering documents with Image Viewer by GroupDocs....Us Contact Customers Legal Security Events Acquisition Ask AI...

    docs.groupdocs.com/viewer/java/image-viewer-adj...
  5. Optimize the output PDF file | GroupDocs

    This topic describes how to optimize PDF file in the GroupDocs.Viewer Java API for web browser or to reduce size....Us Contact Customers Legal Security Events Acquisition Ask AI...

    docs.groupdocs.com/viewer/java/optimization-pdf...
  6. Adjust the image size | GroupDocs

    Check this guide to learn how to adjust PNG and JPG images size when rendering documents with Image Viewer by GroupDocs for Java....Us Contact Customers Legal Security Events Acquisition Ask AI...

    docs.groupdocs.com/viewer/java/image-viewer-adj...
  7. Optimize the output PDF file | GroupDocs

    This topic describes how to optimize PDF file in the GroupDocs.Viewer .NET API (C#) for web browser or to reduce size....Us Contact Customers Legal Security Events Acquisition Ask AI...

    docs.groupdocs.com/viewer/net/optimization-pdf-...
  8. Render PPTX as HTML using Python

    Let's learn how to render PPTX as HTML using Python in few steps. This tutorial explains how to convert PPTX to HTML in Python for web-friendly presentation sharing....rendering Open the PPTX file securely by using the Viewer class...

    kb.groupdocs.com/viewer/python/render-pptx-as-h...
  9. GroupDocs.Metadata cho .NET 25.10 – Các bản cập...

    Khám phá những tính năng mới trong GroupDocs.Metadata cho .NET 25.10. Hiện đã có sẵn trên NuGet và trang web GroupDocs....release # [Improvement] Internal security hardening – runtime bây giờ...

    blog.groupdocs.com/vi/metadata/groupdocs-metada...
  10. How to Add Text Signature to DOCX using C#

    In this tutorial, we will provide you guide on how to add text signature to DOCX using C#. We will also provide a code example to insert text signature to DOCX in C#....documents adds an extra layer of security and authenticity. We have...

    kb.groupdocs.com/signature/net/how-to-add-text-...