Sort Score
Result 10 results
Languages All
Labels All
Results 1,091 - 1,100 of 3,683 for

document security

(0.04 sec)
  1. Save a modified file to the original source | D...

    This article shows how to save the modified content to the underlying source....Us Contact Customers Legal Security Events Acquisition Ask AI...AI GroupDocs Documentation / GroupDocs.Metadata Product Family...

    docs.groupdocs.com/metadata/net/save-a-modified...
  2. Calculate Formula while Assembling Spreadsheet ...

    Calculate Formula The Recipe Set up source Document template path Set up destination report path Instantiate DocumentAssembler class Set options, DocumentAssemblyOptions.UPDATE_FIELDS_AND_FORMULAS Generate report Download Template Get the template from here. Update formula.xlsx The Code...Us Contact Customers Legal Security Events Acquisition Ask AI...AI GroupDocs Documentation / GroupDocs.Assembly Product Family...

    docs.groupdocs.com/assembly/java/calculate-form...
  3. Save in rasterized PDF | Documentation

    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...
  4. Zero-Footprint, Cross-Platform Java PDF Viewer ...

    GroupDocs.Viewer for Java is a lightweight library that allows developers to display PDF (as well as Microsoft Word, Excel, PowerPoint and over 50 other types of Documents) within their Java apps. The Java PDF viewer provides cross-platform compatibility, allowing end users to view PDF Documents from any web-enabled device, including mobiles and tablets. The viewer works with all modern browsers: IE8+, Chrome, FireFox, Safari 5+, Opera and their mobile versions....and over 50 other types of documents) within their Java apps. The...allowing end users to view PDF documents from any web-enabled device...

    blog.groupdocs.com/viewer/zero-footprint-cross-...
  5. 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...
  6. Render specific pages | Documentation

    This article explains how to view specific pages when processing Documents with GroupDocs.Viewer within your Java applications....Us Contact Customers Legal Security Events Acquisition Ask AI...AI GroupDocs Documentation / GroupDocs.Viewer Product Family /...

    docs.groupdocs.com/viewer/java/view-specific-pa...
  7. 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...
  8. Loading files | Documentation

    GroupDocs.Metadata allows you to load password-protected Documents and load files from different sources. For more details please refer to the following guides:...Us Contact Customers Legal Security Events Acquisition Ask AI...AI GroupDocs Documentation / GroupDocs.Metadata Product Family...

    docs.groupdocs.com/metadata/java/loading-files/
  9. Basic usage | Documentation

    Quick Start section for GroupDocs.Redaction API Perform redactions for your Documents easily with our intuitive and powerful API just with a few lines of code. Let’s review common usage scenarios when source Document “sample.docx” is stored at a local drive and you want to apply redactions to it....Legal Security Events Acquisition GroupDocs Documentation / GroupDocs...Perform redactions for your documents easily with our intuitive...

    docs.groupdocs.com/redaction/python-net/basic-u...
  10. Tags on GroupDocs Blog | Document Automation So...

    Tags on GroupDocs Blog | Document Automation Solutions for .NET & Java Developers Recent content in Tags on GroupDocs Blog | Document Automation Solutions for .NET & Java Developers .NET watermark ......Tags on GroupDocs Blog | Document Automation Solutions for .NET...in Tags on GroupDocs Blog | Document Automation Solutions for ...

    blog.groupdocs.com/de/tags/index.xml