Sort Score
Result 10 results
Languages All
Labels All
Results 1,451 - 1,460 of 4,823 for

document security

(0.7 sec)
  1. Save in rasterized PDF | GroupDocs

    The following example demonstrates how to save the Document as a rasterized PDF file: final Redactor redactor = new Redactor(Constants.SAMPLE_DOCX); try { // Here we can use Document instance to perform redactions redactor.apply(new ExactPhraseRedaction("John Doe", new ReplacementOptions("[personal]"))); SaveOptions tmp0 = new SaveOptions(); tmp0.setAddSuffix(false); tmp0.setRasterizeToPDF(true); // Saving as rasterized PDF with no suffix in file name redactor.save(tmp0); } finally { redactor.close(); }...Us Contact Customers Legal Security Events Acquisition Ask AI...AI GroupDocs Documentation / GroupDocs.Redaction Product Family...

    docs.groupdocs.com/redaction/java/save-in-raste...
  2. Reorder pages | GroupDocs

    Reorder pages when rendering Documents to PDF with GroupDocs.Viewer for Java...Us Contact Customers Legal Security Events Acquisition Ask AI...AI GroupDocs Documentation / GroupDocs.Viewer Product Family /...

    docs.groupdocs.com/viewer/java/reorder-pages/
  3. Features Overview | GroupDocs

    Variety of features to manipulate graphics, watermarks and text annotations...Us Contact Customers Legal Security Events Acquisition Ask AI...AI GroupDocs Documentation / GroupDocs.Annotation Product Family...

    docs.groupdocs.com/annotation/java/features-ove...
  4. Features Overview | GroupDocs

    Variety of features to manipulate graphics, watermarks and text annotations...Us Contact Customers Legal Security Events Acquisition Ask AI...AI GroupDocs Documentation / GroupDocs.Annotation Product Family...

    docs.groupdocs.com/annotation/net/features-over...
  5. Load password-protected file | GroupDocs

    Learn how to load a password-protected file by using .NET redaction API...Legal Security Events Acquisition GroupDocs Documentation / GroupDocs...Advanced usage / Loading documents / Load password-protected...

    docs.groupdocs.com/redaction/python-net/load-pa...
  6. Save overwriting original file | GroupDocs

    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...
  7. Introducing GroupDocs.Signature for Python via ...

    Introduction to GroupDocs.Signature for Python via .NET - what is it and why to use...Legal Security Events Acquisition GroupDocs Documentation / GroupDocs...electronic signatures to documents in your Python applications...

    docs.groupdocs.com/signature/python-net/introdu...
  8. Load custom fonts | GroupDocs

    This article explains how to load custom fonts PDF, Word, Excel, PowerPoint Documents when using GroupDocs.Comparison for Python via .NET....Us Contact Customers Legal Security Events Acquisition Ask AI...AI GroupDocs Documentation / GroupDocs.Comparison Product Family...

    docs.groupdocs.com/comparison/python-net/load-c...
  9. Save a modified file to a specified location | ...

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

    docs.groupdocs.com/metadata/java/save-a-modifie...
  10. Extract text from HTML documents | GroupDocs

    Learn how to extract a text from HTML Documents getText() method is used. This method allows to extract a text from the entire Document. Pagination and raw mode is not supported for emails....Us Contact Customers Legal Security Events Acquisition Ask AI...AI GroupDocs Documentation / GroupDocs.Parser Product Family /...

    docs.groupdocs.com/parser/java/extract-text-fro...