Sort Score
Result 10 results
Languages All
Labels All
Results 171 - 180 of 364 for

pdf color redaction

(0.37 sec)
  1. Features overview | Documentation

    Salient features of file conversion API using Java are described in this article...Redaction Product Solution GroupDocs...choose its desired dimensions, color and font size. Document information...

    docs.groupdocs.com/conversion/java/features-ove...
  2. Create custom format handler | Documentation

    This article shows how to implement one or several interfaces for the document's features and required Redaction....Redaction Product Solution GroupDocs...GroupDocs.Redaction Product Family / GroupDocs.Redaction for Java...

    docs.groupdocs.com/redaction/java/create-custom...
  3. Highlighting search results | Documentation

    This article gives knowledge on how to highlight search results in the text of a document....Redaction Product Solution GroupDocs...occurrences. method sets a color used to highlight occurrences...

    docs.groupdocs.com/search/java/highlighting-sea...
  4. Highlighting search results | Documentation

    This article gives knowledge on how to highlight search results in the text of a document....Redaction Product Solution GroupDocs...highlight occurrences. is a color used to highlight occurrences...

    docs.groupdocs.com/search/net/highlighting-sear...
  5. Save to stream | Documentation

    You might need to save a document to any custom file at any location on the local disc or a even a Stream. The following example demonstrates how to save a document to any location. final Redactor redactor = new Redactor("Sample.docx"); try { // Here we can use document instance to perform Redactions RedactorChangeLog result = redactor.apply(new ExactPhraseRedaction("John Doe", new ReplacementOptions(java.awt.Color.RED))); if (result.getStatus() != RedactionStatus.Failed) { // Save the document to a custom location and convert its pages to images final FileOutputStream fileStream = new FileOutputStream("C:\\\\Temp\\\\sample_output_file....Redaction Product Solution GroupDocs...GroupDocs.Redaction Product Family / GroupDocs.Redaction for Java...

    docs.groupdocs.com/redaction/java/save-to-stream/
  6. Adding repeated watermarks | Documentation

    The GroupDocs.Watermark allows to add repeated or tiled watermarks to documents...Redaction Product Solution GroupDocs...= new Watermarker ( "sample.pdf" )) { // Initialize the font...

    docs.groupdocs.com/watermark/net/adding-repeate...
  7. Searching watermarks | Documentation

    This article explains how to search watermarks while using GroupDocs. Watermarks API....Redaction Product Solution GroupDocs...document. Ex: @"C:\Docs\document.pdf" using ( Watermarker watermarker...

    docs.groupdocs.com/watermark/net/searching-wate...
  8. Searching watermarks | Documentation

    This article explains how to search watermarks while using GroupDocs. Watermarks Java API....Redaction Product Solution GroupDocs...document. Ex: "C:\\Docs\\document.pdf" Watermarker watermarker = new...

    docs.groupdocs.com/watermark/java/searching-wat...
  9. Migration notes | Documentation

    Why to migrate Here are the key reasons to use the new updated API provided by GroupDocs.Watermark for .NET since version 19.5: The Watermarker class is introduced as a single entry point to manage watermarks in the document (instead of Document class from previous versions). Adding watermarks was unified for all supported document formats. Product architecture was redesigned from scratch in order to simplify passing options to manage watermarks. Document information and preview generation procedures were simplified....Redaction Product Solution GroupDocs...watermark . ForegroundColor = Color . Red ; watermark . HorizontalAlignment...

    docs.groupdocs.com/watermark/net/migration-notes/
  10. Add checkbox component | Documentation

    The page describes how to add checkbox component to a document using GroupDocs.Annotation for .NET....Redaction Product Solution GroupDocs...position defines the frame color To add a checkbox component...

    docs.groupdocs.com/annotation/net/add-checkbox-...