Sort Score
Result 10 results
Languages All
Labels All
Results 1,001 - 1,010 of 3,638 for

document security

(0.07 sec)
  1. Load from local disk | Documentation

    This article explains how to load from local disk while using GroupDocs. Watermarks API....Us Contact Customers Legal Security Events Acquisition Ask AI...AI GroupDocs Documentation / GroupDocs.Watermark Product Family...

    docs.groupdocs.com/watermark/net/load-from-loca...
  2. Plain text | Documentation

    This article explains that how to extract plain formatted text from Document page in Java....Us Contact Customers Legal Security Events Acquisition Ask AI...AI GroupDocs Documentation / GroupDocs.Parser Product Family /...

    docs.groupdocs.com/parser/java/plain-text/
  3. Convert to Presentation with advanced options |...

    Follow this guide and learn how Documents convert to powerpoint presentations of PPT, PPTX formats with height, width, DPI, margins and other customizations using GroupDocs.Conversion for .NET....Us Contact Customers Legal Security Events Acquisition Ask AI...AI GroupDocs Documentation / GroupDocs.Conversion Product Family...

    docs.groupdocs.com/conversion/net/convert-to-pr...
  4. Convert to Presentation with advanced options |...

    Follow this guide and learn how to convert Documents to PowerPoint presentations of PPT, PPTX formats with height, width, DPI, margins and other customizations using GroupDocs.Conversion for Node.js via Java....Us Contact Customers Legal Security Events Acquisition Ask AI...AI GroupDocs Documentation / GroupDocs.Conversion Product Family...

    docs.groupdocs.com/conversion/nodejs-java/conve...
  5. Save overwriting original file | Documentation

    The following example demonstrates how to save the redacted Document, replacing an original file: // Make a copy of sample file Files.copy(new File("Sample.docx").toPath(), new File("OverwrittenSample.docx").toPath(), StandardCopyOption.REPLACE_EXISTING); // Apply redaction final Redactor redactor = new Redactor("OverwrittenSample.docx"); try { RedactorChangeLog result = redactor.apply(new ExactPhraseRedaction("John Doe", new ReplacementOptions(java.awt.Color.RED))); if (result.getStatus() != RedactionStatus.Failed) { SaveOptions options = new SaveOptions(); options.setAddSuffix(false); options.setRasterizeToPDF(false); // Save the Document in original format overwriting original file redactor.save(options); } } finally { redactor....Us Contact Customers Legal Security Events Acquisition Ask AI...AI GroupDocs Documentation / GroupDocs.Redaction Product Family...

    docs.groupdocs.com/redaction/java/save-overwrit...
  6. Save a modified file to a specified location | ...

    This article shows how to save a Document to a specified location on a local disk...Us Contact Customers Legal Security Events Acquisition Ask AI...AI GroupDocs Documentation / GroupDocs.Metadata Product Family...

    docs.groupdocs.com/metadata/net/save-a-modified...
  7. Render documents | Documentation

    Convert Documents to HTML, PDF, or images with GroupDocs.Viewer for Python....Us Contact Customers Legal Security Events Acquisition Ask AI...AI GroupDocs Documentation / GroupDocs.Viewer Product Family /...

    docs.groupdocs.com/viewer/python-net/rendering-...
  8. Load from local disc | Documentation

    This article shows how the redaction API is used to load file from disk....Legal Security Events Acquisition GroupDocs Documentation / GroupDocs...Advanced usage / Loading documents / Load from local disc Load...

    docs.groupdocs.com/redaction/python-net/load-fr...
  9. Introducing GroupDocs.Signature for Java | Docu...

    Introduction to GroupDocs.Signature for Java - what is it and why to use...Us Contact Customers Legal Security Events Acquisition Ask AI...AI GroupDocs Documentation / GroupDocs.Signature Product Family...

    docs.groupdocs.com/signature/java/introducing-g...
  10. Protecting Word documents | Documentation

    This article explains how to protect as well as unprotect the Word Documents in Java....Us Contact Customers Legal Security Events Acquisition Ask AI...AI GroupDocs Documentation / GroupDocs.Watermark Product Family...

    docs.groupdocs.com/watermark/java/protecting-wo...