Sort Score
Result 10 results
Languages All
Labels All
Results 441 - 450 of 7,664 for

document redaction

(0.08 sec)
  1. GroupDocs Blog

    GroupDocs Blog - GroupDocs Blog | Document Automation Solutions for .NET & Java Developers...Redaction API for Java platform very...the .NET version, GroupDocs.Redaction for Java would be a backend...

    blog.groupdocs.com/groupdocs.blog/page/45/
  2. GroupDocs.Redaction for Java | GroupDocs

    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/
  3. Basic Usage | GroupDocs

    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....Redaction Product Solution GroupDocs...AI GroupDocs Documentation / GroupDocs.Redaction Product Family...

    docs.groupdocs.com/redaction/java/basic-usage/
  4. GroupDocs.Redaction Product Family

    Document Automation APIs to enrich .NET and Java applications to view, edit, annotate, convert, compare, e-sign, parse, split, merge, redact, or classify Documents of almost all the popular file formats....sensitive text in business documents is a common task. This article...replace text and words in PDF documents using AI and C# . Learn how...

    blog.groupdocs.com/categories/groupdocs.redacti...
  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. Free Support Policies - Free Support Forum - gr...

    Free Support Since we are developers ourselves, we understand how frustrating it is when a technical issue or a quirk in the software stops you from doing what you need to do. We’re here to solve problems, not create t…...转化中文乱码 Regarding GroupDocs Java Document Viewer Extraction of email...license of GroupDocs.Search PDF Document Watermarking is not working...

    forum.groupdocs.com/t/free-support-policies/6034
  7. Load from Stream | GroupDocs

    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/
  8. 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...
  9. Save overwriting original file | GroupDocs

    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...
  10. GroupDocs Blog

    GroupDocs Blog - GroupDocs Blog | Document Automation Solutions for .NET & Java Developers...introduces Docker deployment documentation. GroupDocs.Total for .NET...25.12 release of GroupDocs.Redaction adds a critical fix for PowerPoint...

    blog.groupdocs.com/groupdocs.blog/