Sort Score
Result 10 results
Languages All
Labels All
Results 2,671 - 2,680 of 7,018 for

document redaction

(0.19 sec)
  1. Using OCR to redact image documents | Documenta...

    GroupDocs.Redaction supports both types of image Documents for Optical Character Recognition (OCR): image files, such as printed Document scans (PNG, JPG, etc.) embedded images within office Documents (PDF, DOCX, etc.) You have to implement IOcrConnector interface and pass the instance to RedactorSettings constructor. For more details, see OCR Usage Basics article. OCR usage limitations There are the following limitations of the OCR with GroupDocs.Redaction for Java v21.6: textual replacements are not supported, so you have to use color box replacements to redact text in images....Redaction Product Solution GroupDocs...AI GroupDocs Documentation / GroupDocs.Redaction Product Family...

    docs.groupdocs.com/redaction/java/using-ocr/
  2. Pre-rasterize | Documentation

    This article shows how to pre-rasterize a Document using the Redaction API....Redaction Product Solution GroupDocs...AI GroupDocs Documentation / GroupDocs.Redaction Product Family...

    docs.groupdocs.com/redaction/java/pre-rasterize/
  3. GroupDocs.Comparison for .NET | Documentation

    GroupDocs.Compairson for .NET developer Documentation. Learn how to diff docx, pptx, and compare pdf files using C#....Redaction Product Solution GroupDocs...Acquisition Ask AI GroupDocs Documentation / GroupDocs.Comparison Product...

    docs.groupdocs.com/comparison/net/
  4. Licensing and evaluation | Documentation

    Free watermark API version is available to evaluate the API which will be similar as licensed but with a few limitations....Redaction Product Solution GroupDocs...Acquisition Ask AI GroupDocs Documentation / GroupDocs.Watermark Product...

    docs.groupdocs.com/watermark/net/evaluation-lim...
  5. Get the PDF output file information | Documenta...

    This article explains how to get the PDF output file information using .NET / C# with GroupDocs.Viewer for .NET....Redaction Product Solution GroupDocs...Acquisition Ask AI GroupDocs Documentation / GroupDocs.Viewer Product...

    docs.groupdocs.com/viewer/net/get-pdf-output-fi...
  6. Get Indexed Documents using C#

    Learn how to get indexed Documents using C# with our step-by-step guide. Discover how to retrieve indexed Documents in C# efficiently for improved Document management....Redaction Product Family Get Indexed Documents using C#...Efficiently managing and retrieving documents is crucial in applications...

    kb.groupdocs.com/search/net/get-indexed-documen...
  7. Extract data from Microsoft Office PowerPoint p...

    GroupDocs.Parser provides the functionality to extract data from Microsoft Office PowerPoint presentations. Both classic (ppt, pot) and Open XML (pptx, potx) formats are supported. Also LibreOffice Impress (OpenOffice.org Impress) formats are supported. The following table provides the list of supported formats: Format Description PPT Microsoft Office PowerPoint Presentation PPS Microsoft Office PowerPoint Slideshow POT Microsoft Office PowerPoint Template PPTX Microsoft Office Open XML Presentation PPTM Microsoft Office Open XML Macro-Enabled Presentation POTX Microsoft Office Open XML Presentation Template POTM Microsoft Office Open XML Macro-Enabled Presentation Template PPSX Microsoft Office Open XML Presentation Slideshow PPSM Microsoft Office Open XML Macro-Enabled Presentation Slideshow ODP Open Document Presentation OTP Open Document Presentation Template More resources GitHub examples You may easily run the code above and see the feature in action in our GitHub examples:...Redaction Product Solution GroupDocs...Acquisition Ask AI GroupDocs Documentation / GroupDocs.Parser Product...

    docs.groupdocs.com/parser/net/extract-data-from...
  8. Update watermarks | Documentation

    This article shows how to update existing text or image watermarks....Redaction Product Solution GroupDocs...Acquisition Ask AI GroupDocs Documentation / GroupDocs.Watermark Product...

    docs.groupdocs.com/watermark/net/basic-usage/up...
  9. How to Convert Excel to PDF in C#

    Let's look at how to convert Excel to PDF in C# and how to use the C# Excel to PDF sample code to convert a workbook, selected sheets, or any cell range to PDF....Redaction Product Family How to Convert...widely used document formats for sharing documents. This tutorial...

    kb.groupdocs.com/conversion/net/how-to-convert-...
  10. Save in rasterized PDF | Documentation

    The following example demonstrates how to save the Document as a rasterized PDF file: final Redactor redactor = new Redactor(Constants.SAMPLE_DOCX); try { // Here we can use Document instance to perform Redactions redactor.apply(new ExactPhraseRedaction("John Doe", new ReplacementOptions("[personal]"))); SaveOptions tmp0 = new SaveOptions(); tmp0.setAddSuffix(false); tmp0.setRasterizeToPDF(true); // Saving as rasterized PDF with no suffix in file name redactor.save(tmp0); } finally { redactor.close(); }...Redaction Product Solution GroupDocs...AI GroupDocs Documentation / GroupDocs.Redaction Product Family...

    docs.groupdocs.com/redaction/java/save-in-raste...