Sort Score
Result 10 results
Languages All
Labels All
Results 411 - 420 of 30,124 for

redaction

(0.04 sec)
  1. Working with annotation replies | Documentation

    The page describes how to manage replies for different document types using GroupDocs.Annotation for .NET API....Redaction Product Solution GroupDocs...during document review and redaction. Different software vendors...

    docs.groupdocs.com/annotation/net/working-with-...
  2. GroupDocs.Annotation Product Family

    Find answers about annotating digital documents and images of various types using code on any platform....Redaction Product Family GroupDocs.Annotation...in PDF using C# How to Add Redaction Annotation to PDF using C#...

    kb.groupdocs.com/annotation/page/2/
  3. Annotate VSS and VSD Diagram formats using Grou...

    GroupDocs team is glad to announce another monthly release of document annotation API, where new file formats are introduced in supporting document format list and also new features are introduced . The latest GroupDocs.Annotation for .NET 17.6.0 API now provides support to annotate VSD and VSS Diagram file formats along with Improvements and Fixes. We recommend our user to download the latest API release to use new exciting features and enhance their application with GroupDocs....Annotation for Diagrams Resource Redaction Annotation for Diagram format...

    blog.groupdocs.com/annotation/annotate-vss-vsd-...
  4. Import Comments in Diagram using .NET Annotatio...

    Today, we are pleased to announce another monthly release of Document Annotation API for .NET v17.11. This release came up with multitude new features, the main feature introduced in this release is ability to import comments in Diagram. Moreover, major fixes and improvements are also introduced in this release. We recommend our user to download the latest API release to use new exciting features and enhance their application with GroupDocs....annotation types: Arrow Resource redaction Polyline Aarea Document Annotation...

    blog.groupdocs.com/annotation/documents-annotat...
  5. Image file Annotation with GroupDocs.Annotation...

    GroupDocs team is excited to announce another amazing monthly release where new document format is added in supported format list, Now Image file Annotation is also introduced. The latest GroupDocs.Annotation for .NET provides support all major annotation types like (Text, Area, Point, Watermark, Strikeout Annotations etc) for Image file along with improvements and fixes. We recommend that download the latest API release to add new exciting features and enhance your application with GroupDocs....Area Annotation Resource Redaction Annotation TextField Annotation...

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

    docs.groupdocs.com/redaction/java/save-overwrit...
  8. 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...
  9. 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...
  10. 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...