Sort Score
Result 10 results
Languages All
Labels All
Results 341 - 350 of 29,165 for

redaction

(0.04 sec)
  1. GroupDocs.Annotation for .NET Can Now Be Easily...

    Good news for Orchard developers and site owners – after a successful release of the module that integrates GroupDocs.Viewer for .NET into Orchard CMS, we’re pleased to inform you that we’ve recently released yet another module - this time for integrating the .NET version of the GroupDocs.Annotation library. Like GroupDocs.Viewer, the GroupDocs.Annotation for .NET library supports all common business document formats, provides cross-platform compatibility and doesn’t require any installations on the client side....underline and strikethrough, redaction, watermarks, ruler, etc.)...

    blog.groupdocs.com/annotation/groupdocs-annotat...
  2. 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....Redaction Product Solution GroupDocs...GroupDocs.Redaction Product Family / GroupDocs.Redaction for Java...

    docs.groupdocs.com/redaction/java/save-overwrit...
  3. Save in rasterized PDF | Documentation

    This article demonstrates that how to save the document as a rasterized PDF file...Redaction Product Solution GroupDocs...GroupDocs.Redaction Product Family / GroupDocs.Redaction for .NET...

    docs.groupdocs.com/redaction/net/save-in-raster...
  4. Opacity and Fixed SVG Path Properties Introduce...

    GroupDocs team is excited to announce one more monthly release of document annotation API, where new properties are introduced, these properties are included on users demand to facilitate them as our users always expects something new and extra features form our APIs compare to other available prodcts. The latest GroupDocs.Annotation for .NET 17.7.0 API now provides support to set Opacity and SVG Path for all major document formats like, PDF, Diagram, Slide and Words file formats etc....import from Diagram Area Redaction import annotation from diagram...

    blog.groupdocs.com/annotation/opacity-and-fixed...
  5. Save in original format | Documentation

    This article demonstrates that how to save file in its original format with current date as a suffix...Redaction Product Solution GroupDocs...GroupDocs.Redaction Product Family / GroupDocs.Redaction for .NET...

    docs.groupdocs.com/redaction/net/save-in-origin...
  6. Licensing and evaluation | Documentation

    GroupDocs.Redaction for Python via .NET offers flexible licensing options, including a Free Trial and a 30-day Temporary License for evaluation purposes....Redaction Product Solution GroupDocs...GroupDocs.Redaction Product Family / GroupDocs.Redaction for Python...

    docs.groupdocs.com/redaction/python-net/licensi...
  7. Load from Stream | Documentation

    This article shows that how to load file from stream using Redaction API...Redaction Product Solution GroupDocs...GroupDocs.Redaction Product Family / GroupDocs.Redaction for .NET...

    docs.groupdocs.com/redaction/net/load-from-stream/
  8. Load password-protected file | Documentation

    Learn how to load a password-protected file by using .NET Redaction API...Redaction Product Solution GroupDocs...GroupDocs.Redaction Product Family / GroupDocs.Redaction for .NET...

    docs.groupdocs.com/redaction/net/load-password-...
  9. Save overwriting original file | Documentation

    This article demonstrates that how to save the redacted document, replacing an original file...Redaction Product Solution GroupDocs...GroupDocs.Redaction Product Family / GroupDocs.Redaction for .NET...

    docs.groupdocs.com/redaction/net/save-overwriti...
  10. Import & Export Introduced in GroupDocs.Annotat...

    At GroupDocs we always tries to improve our products and introduce new feature to provide quality and unique products to our valuable users. By maintaining our tradition we are pleased to announce monthly release of GroupDocs.Annotation for .NET 3.2.1 API. The latest release of our Document Annotation API provides new features, Improvement’s and fixes for existing features. GroupDocs.Annotation 3.2.1 included support to import annotations for word and PDF document format for all major annotation types (Highlight Text, Area Annotation, and Strikeout etc) also introducing export of different annotations for Word and PDF document format with all major supported annotations....Documents Implement Text-redaction annotation import from Word...

    blog.groupdocs.com/annotation/import-export-int...