Sort Score
Result 10 results
Languages All
Labels All
Results 451 - 460 of 7,619 for

document redaction

(0.45 sec)
  1. 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...
  2. 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...
  3. 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...
  4. Save overwriting original file | GroupDocs

    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...
  5. GroupDocs.Annotation 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....of the API to enhance your document annotation experience. We...of the API to enhance your document annotation experience. We...

    blog.groupdocs.com/categories/groupdocs.annotat...
  6. 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...
  7. 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....another monthly release of document annotation API, where new...are introduced in supporting document format list and also new features...

    blog.groupdocs.com/annotation/annotate-vss-vsd-...
  8. GroupDocs.Redaction for Python via .NET | Group...

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

    docs.groupdocs.com/redaction/python-net/
  9. Load password-protected file | GroupDocs

    Learn how to load a password-protected file by using .NET Redaction API...Redaction Product Solution GroupDocs...AI GroupDocs Documentation / GroupDocs.Redaction Product Family...

    docs.groupdocs.com/redaction/net/load-password-...
  10. Save with default options | GroupDocs

    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...