Sort Score
Result 10 results
Languages All
Labels All
Results 421 - 430 of 7,193 for

document redaction

(0.04 sec)
  1. Save overwriting original file | Documentation

    This article demonstrates that how to save the redacted Document, replacing an original file...Redaction Product Solution GroupDocs...AI GroupDocs Documentation / GroupDocs.Redaction Product Family...

    docs.groupdocs.com/redaction/net/save-overwriti...
  2. 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...
  3. 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...
  4. Add or Remove Annotations | Annotate PDF files ...

    Programmatically annotate PDF files in C#. Add or remove annotations like arrows, rectangle, ellipse, highlight, watermark annotations using .NET API....threads about the content of the document(s). You can use annotations...annotations to markup documents with personalized messages and their replies...

    blog.groupdocs.com/annotation/annotate-pdf-file...
  5. 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/
  6. GroupDocs.Redaction for Java | Documentation

    A Java API for Redaction of sensitive and classified information from the Documents. You can redact in adobe pdf, redact in excel or in many of different file formats....Redaction Product Solution GroupDocs...AI GroupDocs Documentation / GroupDocs.Redaction Product Family...

    docs.groupdocs.com/redaction/java/
  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...AI GroupDocs Documentation / GroupDocs.Redaction Product Family...

    docs.groupdocs.com/redaction/java/save-overwrit...
  8. Online PDF QR Code Reader

    Free online QR code parser from PDF. Secure and easy to use QR code parser and reader...other parser features: PDF Document Data Parser PDF Text Extractor...easy PDF document barcode parser Parse PDF documents from anywhere...

    products.groupdocs.app/parser/read-qr-code/pdf
  9. Online PDF Barcode Reader

    Free online Barcode parser from PDF. Secure and easy to use Barcode parser and reader...other parser features: PDF Document Data Parser PDF Text Extractor...easy PDF document barcode parser Parse PDF documents from anywhere...

    products.groupdocs.app/parser/read-barcode/pdf
  10. Save with default options | Documentation

    This article demonstrates the simplest way to save the Document...Redaction Product Solution GroupDocs...AI GroupDocs Documentation / GroupDocs.Redaction Product Family...

    docs.groupdocs.com/redaction/net/save-with-defa...