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

document redaction

(0.09 sec)
  1. Supported File Formats | GroupDocs

    This topic lists file formats supported by GroupDocs.Total for Python via .NET....Redaction Product Solution GroupDocs...Events Acquisition GroupDocs Documentation / GroupDocs.Total Product...

    docs.groupdocs.com/total/python-net/supported-d...
  2. How to Add Point Annotation in PDF using Java

    This article provides step-by-step guide on how to add point annotation in PDF using Java. It also includes code example to insert point annotation to PDF in Java....Redaction Product Family How to Add...usability and clarity of your PDF documents. We will provide a step-by-step...

    kb.groupdocs.com/annotation/java/how-to-add-poi...
  3. 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...
  4. 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/
  5. 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/
  6. 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...
  7. 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
  8. 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...
  9. How to run examples | GroupDocs

    How to run examples....Redaction Product Solution GroupDocs...Acquisition GroupDocs Documentation / GroupDocs.Redaction Product Family...

    docs.groupdocs.com/redaction/python-net/how-to-...
  10. GroupDocs.Redaction for .NET | GroupDocs

    A .NET 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 using c#...Redaction Product Solution GroupDocs...AI GroupDocs Documentation / GroupDocs.Redaction Product Family...

    docs.groupdocs.com/redaction/net/