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

secure

(0.98 sec)
  1. How to Run Examples | GroupDocs

    This article describes how to run Java digital signature API code examples. We offer multiple solutions on how you can run GroupDocs.Signature examples, by building your own or using our back-end or front-end examples out-of-the-box....Us Contact Customers Legal Security Events Acquisition Ask AI...

    docs.groupdocs.com/signature/java/how-to-run-ex...
  2. 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-...
  3. How to Sign PDF with Text Signature using C#

    This tutorial aims to guide you how to sign PDF with text signature using C#. Also, we will furnish you with a code example to add text signature in PDF using C#....workflow and strengthen the security of your digital files. This...

    kb.groupdocs.com/signature/net/how-to-sign-pdf-...
  4. 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...
  5. Optimizing shards | GroupDocs

    This page contains information about optimizing shards in the search network....Us Contact Customers Legal Security Events Acquisition Ask AI...

    docs.groupdocs.com/search/java/optimizing-shards/
  6. Load password-protected file | GroupDocs

    Learn how to load a password-protected file by using .NET redaction API...Us Contact Customers Legal Security Events Acquisition GroupDocs...

    docs.groupdocs.com/redaction/python-net/load-pa...
  7. Load from local disc | GroupDocs

    This article shows how the redaction API is used to load file from disk....Us Contact Customers Legal Security Events Acquisition Ask AI...

    docs.groupdocs.com/redaction/net/load-from-loca...
  8. Save to stream | GroupDocs

    You might need to save a document to any custom file at any location on the local disc or a even a Stream. The following example demonstrates how to save a document to any location. final Redactor redactor = new Redactor("Sample.docx"); try { // Here we can use document instance to perform redactions RedactorChangeLog result = redactor.apply(new ExactPhraseRedaction("John Doe", new ReplacementOptions(java.awt.Color.RED))); if (result.getStatus() != RedactionStatus.Failed) { // Save the document to a custom location and convert its pages to images final FileOutputStream fileStream = new FileOutputStream("C:\\\\Temp\\\\sample_output_file....Us Contact Customers Legal Security Events Acquisition Ask AI...

    docs.groupdocs.com/redaction/java/save-to-stream/
  9. How to Run Examples | GroupDocs

    Download from GitHub The complete examples package of GroupDocs.Parser is hosted on GitHub. You can either download the ZIP file from here or clone the repository of GitHub using your favorite GitHub client. In case you download the ZIP file, extract the folders on your local disk. The extracted files and folders will look like following image: Open IntelliJ Idea and import the project to get started with it. Archived project file can also be imported....Us Contact Customers Legal Security Events Acquisition Ask AI...

    docs.groupdocs.com/parser/java/how-to-run-examp...
  10. Rotate pages | GroupDocs

    This article explains how to rotate PDF, HTML or Image pages when rendering documents with GroupDocs.Viewer within your Java applications....Us Contact Customers Legal Security Events Acquisition Ask AI...

    docs.groupdocs.com/viewer/java/flip-or-rotate-p...