Sort Score
Result 10 results
Languages All
Labels All
Results 4,251 - 4,260 of 8,385 for

document redaction

(0.57 sec)
  1. Save in original format | GroupDocs

    The following example demonstrates how to save file in its original format with current date as a suffix: final Redactor redactor = new Redactor("sample.docx"); try { // Here we can use Document instance to perform Redactions redactor.apply(new ExactPhraseRedaction("John Doe", new ReplacementOptions("[personal]"))); SaveOptions saveOptions = new SaveOptions(); saveOptions.setAddSuffix(true); saveOptions.setRasterizeToPDF(false); saveOptions.setRedactedFileSuffix(new SimpleDateFormat("dd-MM-yyyy").format(new Date())); // Saving in original format with date as DateTime.getNow().toShortDateString()a suffix redactor.save(saveOptions); } finally { redactor.close(); }...Redaction Product Solution GroupDocs...AI GroupDocs Documentation / GroupDocs.Redaction Product Family...

    docs.groupdocs.com/redaction/java/save-in-origi...
  2. How to Convert TIFF to PNG in Java

    Review the step-by-step guide to convert TIFF to PNG in Java. Learn how to develop Java TIFF to PNG converter capability and easily customize the converted PNG file....Redaction Product Family How to Convert...third-party software to convert documents. We will also create a working...

    kb.groupdocs.com/conversion/java/how-to-convert...
  3. Agents and LLM integration | GroupDocs

    GroupDocs.Markdown for Python via .NET is AI agent and LLM friendly — machine-readable Documentation, MCP server, AGENTS.md shipped in the package, and structured output for RAG pipelines....Redaction Product Solution GroupDocs...Events Acquisition GroupDocs Documentation / GroupDocs.Markdown / GroupDocs...

    docs.groupdocs.com/markdown/python-net/agents-a...
  4. Features Overview | GroupDocs

    Key features of GroupDocs.Metadata for Python via .NET — read, edit, remove, and export metadata; EXIF, IPTC, and XMP standards; ID3 audio tags; Document inspection; and AI-pipeline integration....Redaction Product Solution GroupDocs...Events Acquisition GroupDocs Documentation / GroupDocs.Metadata Product...

    docs.groupdocs.com/metadata/python-net/features...
  5. How to Extract Text from XML in C#

    Quickly extract Text from XML in C# using one of the popular Document parser APIs and learn how to develop the functionality to get Text from XML using C#....Redaction Product Family How to Extract...for extracting text from documents. Below you can take a look...

    kb.groupdocs.com/parser/net/how-to-extract-text...
  6. Render SVG as PDF using Java

    Effectively grasp the understanding to render SVG as PDF using Java. Furthermore, explore detailed step-by-step instructions and Java code for rendering SVG to PDF....Redaction Product Family Render SVG...using Java In the realm of document processing and dynamic visualizations...

    kb.groupdocs.com/viewer/java/render-svg-as-pdf-...
  7. Render HTML as PDF using Python

    If you want to laern how to render HTML as PDF using Python, this topic is for you. Learn how to convert HTML to PDF in Python for printing, sharing, or archiving....Redaction Product Family Render HTML...into printable and shareable documents with reliable formatting,...

    kb.groupdocs.com/viewer/python/render-html-as-p...
  8. Getting Started | GroupDocs

    Open Navigation Close Navigation Products GroupDocs.Total Product Family GroupDocs.Viewer Product Solution GroupDocs.......Redaction Product Solution GroupDocs...AI GroupDocs Documentation / GroupDocs.Redaction Product Family...

    docs.groupdocs.com/redaction/java/getting-started/
  9. How to Convert ODT to SVG using C#

    In this topic, you will learn how to convert ODT to SVG using C# without installing third-party software. Also, we will provide code to export ODT to SVG in C#....Redaction Product Family How to Convert...project or need to share documents across different platforms...

    kb.groupdocs.com/conversion/net/how-to-convert-...
  10. How to Convert MSG to JPG using Java

    This article aims to educate you how to convert MSG to JPG using Java. Additionally, we will furnish you with the relevant code example to export MSG to JPG in Java....Redaction Product Family How to Convert...To commence the process of document transformation, the initial...

    kb.groupdocs.com/conversion/java/how-to-convert...