Sort Score
Result 10 results
Languages All
Labels All
Results 341 - 350 of 6,816 for

document redaction

(0.03 sec)
  1. 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....another monthly release of Document Annotation API for .NET v17...Arrow Resource redaction Polyline Aarea Document Annotation API...

    blog.groupdocs.com/annotation/documents-annotat...
  2. 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....one more monthly release of document annotation API, where new...and SVG Path for all major document formats like, PDF, Diagram...

    blog.groupdocs.com/annotation/opacity-and-fixed...
  3. Save in rasterized PDF | Documentation

    This article demonstrates that how to save the Document as a rasterized PDF file...Redaction Product Solution GroupDocs...AI GroupDocs Documentation / GroupDocs.Redaction Product Family...

    docs.groupdocs.com/redaction/net/save-in-raster...
  4. 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...AI GroupDocs Documentation / GroupDocs.Redaction Product Family...

    docs.groupdocs.com/redaction/net/save-in-origin...
  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....monthly release where new document format is added in supported...Area Annotation Resource Redaction Annotation TextField Annotation...

    blog.groupdocs.com/annotation/groupdocs.annotat...
  6. Add or Remove Annotations in C# | Annotate Word...

    Programmatically add and remove annotations from Word DOC/DOCX files in C#. Add arrow, rectangle, ellipse, watermark annotations using .NET Annotation API....中文 中國傳統的 Forget to discuss documents’ content and feedback in long...use annotations to markup documents with messages and replies...

    blog.groupdocs.com/annotation/annotate-word-doc...
  7. Import Annotations for Presentation format now ...

    GroupDocs team is announcing another exciting monthly release. The latest GroupDocs.Annotation for .NET 16.11.0 API provides support for Import Annotations and new types (TextStrikeout , TextUndreline and TextHighlight ) for Presentation file format along with improvements and fixes. We recommend that download the latest API release to add new exciting features and enhance your application with GroupDocs.Annotation for .NET API. New Features Introduced - GroupDocs.Annoation for .NETIn this monthly release new annotation types like (TextStrikeout , TextUndreline and TextHighlight ) and import functionality introduced for Presentation file format....Annotation Support Resource Redaction Annotation Import Text Field...Import Improvements & Fixes - Document Annotation API # Arrow annotation...

    blog.groupdocs.com/annotation/groupdocs-annotat...
  8. 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....The latest release of our Document Annotation API provides new...annotations for word and PDF document format for all major annotation...

    blog.groupdocs.com/annotation/import-export-int...
  9. Load from Stream | Documentation

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

    docs.groupdocs.com/redaction/net/load-from-stream/
  10. 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...AI GroupDocs Documentation / GroupDocs.Redaction Product Family...

    docs.groupdocs.com/redaction/java/save-overwrit...