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

pdf color redaction

(0.17 sec)
  1. Modifying found watermark properties | GroupDocs

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

    docs.groupdocs.com/watermark/net/modifing-found...
  2. Modifying found watermark properties | GroupDocs

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

    docs.groupdocs.com/watermark/java/modifying-fou...
  3. Convert images with optical character recogniti...

    In this article, you will learn how to convert an image file to text or Pdf using OCR with GroupDocs.Conversion for .NET....Redaction Product Solution GroupDocs...pixel is a representation of color in terms of a number of bits...

    docs.groupdocs.com/conversion/net/convert/image...
  4. Features Overview | GroupDocs

    GroupDocs.Assembly for Python via .NET is an API that allows you to generate documents in popular microsoft office and email file formats based upon template documents and data obtained from various sources including databases, XML, JSON, OData, objects of custom .NET types, external documents, and more. The following is the list of salient features which are offered by the GroupDocs.Assembly API: Multiple data formats support Use formulae & perform sequential data operations Apply upper, lower, capital, firstcap formatting to strings in template syntax Template syntax support formatting of ordinal, cardinal, alphabetic numeric nature Support template documents with custom variables & text comments within template syntax tags Dynamically insert out document content in report Dynamically configure background Color of html documents & generate barcode in reports Dynamically insert hyperlinks in reports & apply attributes to email message body Dynamically attach email attachments Support of next field analogue of Microsoft Word Update fields during word processing document assembly Apply formula during spreadsheet assembly Template formatting for numeric, text, image, date-time, chart elements Conditional formatting of template text elements Linq-based template syntax Change format of assembled file using explicit specifications or file extension Auto-removal of empty paragraphs Generate various report types, e....Redaction Product Solution GroupDocs...Dynamically configure background color of html documents & generate...

    docs.groupdocs.com/assembly/python-net/features...
  5. Features overview | GroupDocs

    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...
  6. Features Overview | GroupDocs

    GroupDocs.Assembly for .NET is an API that allows you to generate documents in popular microsoft office and email file formats based upon template documents and data obtained from various sources including databases, XML, JSON, OData, objects of custom .NET types, external documents, and more. The following is the list of salient features which are offered by the GroupDocs.Assembly API: Multiple data formats support Use formulae & perform sequential data operations Apply upper, lower, capital, firstcap formatting to strings in template syntax Template syntax support formatting of ordinal, cardinal, alphabetic numeric nature Support template documents with custom variables & text comments within template syntax tags Dynamically insert out document content in report Dynamically configure background Color of html documents & generate barcode in reports Dynamically insert hyperlinks in reports & apply attributes to email message body Dynamically attach email attachments Support of next field analogue of Microsoft Word Update fields during word processing document assembly Apply formula during spreadsheet assembly Template formatting for numeric, text, image, date-time, chart elements Conditional formatting of template text elements Linq-based template syntax Change format of assembled file using explicit specifications or file extension Auto-removal of empty paragraphs Generate various report types, e....Redaction Product Solution GroupDocs...Dynamically configure background color of html documents & generate...

    docs.groupdocs.com/assembly/net/features-overview/
  7. Highlighting search results | GroupDocs

    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...
  8. Highlighting search results | GroupDocs

    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...
  9. Create custom format handler | GroupDocs

    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...
  10. Save to stream | GroupDocs

    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/