Sort Score
Result 10 results
Languages All
Labels All
Results 421 - 430 of 30,360 for

redaction

(0.04 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....import from Diagram Area Redaction import annotation from diagram...

    blog.groupdocs.com/annotation/opacity-and-fixed...
  2. 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...GroupDocs.Redaction Product Family / GroupDocs.Redaction for Java...

    docs.groupdocs.com/redaction/java/save-overwrit...
  3. Save overwriting original file | Documentation

    This article demonstrates that how to save the redacted document, replacing an original file...Redaction Product Solution GroupDocs...GroupDocs.Redaction Product Family / GroupDocs.Redaction for .NET...

    docs.groupdocs.com/redaction/net/save-overwriti...
  4. Use PageAreaRedaction | Documentation

    This article explains that how to use PageAreaRedaction....Redaction Product Solution GroupDocs...GroupDocs.Redaction Product Family / GroupDocs.Redaction for Java...

    docs.groupdocs.com/redaction/java/use-page-area...
  5. 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....Replacement Resource Redaction Text Redaction Add Arrow Annotation...

    blog.groupdocs.com/annotation/annotate-word-doc...
  6. Online PDF QR Code Reader

    Free online QR code parser from PDF. Secure and easy to use QR code parser and reader...Parser Watermark Editor Merger Redaction Classification Splitter Translation...

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

    Free online Barcode parser from PDF. Secure and easy to use Barcode parser and reader...Parser Watermark Editor Merger Redaction Classification Splitter Translation...

    products.groupdocs.app/parser/read-barcode/pdf
  8. Online DOCX Barcode Reader

    Free online Barcode parser from DOCX. Secure and easy to use Barcode parser and reader...Parser Watermark Editor Merger Redaction Classification Splitter Translation...

    products.groupdocs.app/parser/read-barcode/docx
  9. DOCX ፓርሰር ከሰነዶች ኦንላይን ዳታ ማውጣት

    ነጻ የኢንተርኔት ሰነድ መረጃ ፓርሰር. አስተማማኝ እና ለመጠቀም ቀላል DOCX መረጃ ፓርሰር እና extractor...Parser Watermark Editor Merger Redaction Classification Splitter Translation...

    products.groupdocs.app/am/parser/docx
  10. Load password-protected file | Documentation

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

    docs.groupdocs.com/redaction/net/load-password-...