Sort Score
Result 10 results
Languages All
Labels All
Results 3,821 - 3,830 of 7,621 for

document redaction

(0.61 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. Export annotations | GroupDocs

    The page describes how to export annotation using GroupDocs.Annotation for .NET API....Redaction Product Solution GroupDocs...Acquisition Ask AI GroupDocs Documentation / GroupDocs.Annotation Product...

    docs.groupdocs.com/annotation/net/export-annota...
  3. Save image by custom strategy | GroupDocs

    The listed articles below explain how to user control how images are saved when a Document is saved to Markdown format....Redaction Product Solution GroupDocs...Events Acquisition GroupDocs Documentation / GroupDocs.Markdown / GroupDocs...

    docs.groupdocs.com/markdown/net/custom-strategy/
  4. Loading files | GroupDocs

    GroupDocs.Metadata allows you to load password-protected Documents and load files from different sources. For more details please refer to the following guides:...Redaction Product Solution GroupDocs...Events Acquisition GroupDocs Documentation / GroupDocs.Metadata Product...

    docs.groupdocs.com/metadata/nodejs-java/loading...
  5. Getting Started | GroupDocs

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

    docs.groupdocs.com/search/java/getting-started/
  6. Reverse image search | GroupDocs

    This article gives knowledge about the reverse image search, which makes it possible to search for similar images in ZIP archives, various Documents, and individual files....Redaction Product Solution GroupDocs...Acquisition Ask AI GroupDocs Documentation / GroupDocs.Search Product...

    docs.groupdocs.com/search/net/reverse-image-sea...
  7. Sign Documents with PKCS#11 in .NET | GroupDocs

    Learn how to sign PDF and other Documents in .NET using PKCS#11 hardware tokens, USB dongles, or smart cards with GroupDocs.Signature. A free electronic signature API version is available for evaluation with limited features....Redaction Product Solution GroupDocs...Acquisition Ask AI GroupDocs Documentation / GroupDocs.Signature Product...

    docs.groupdocs.com/signature/net/signing-pdf-wi...
  8. GroupDocs.Parser Product Family

    Find answers about extracting text, images, and metadata of different files using code on any platform....Redaction Product Family GroupDocs.Parser...Extract Metadata from Word Document in C# How to Extract Images...

    kb.groupdocs.com/parser/page/4/
  9. Reverse image search | GroupDocs

    This article gives knowledge about the reverse image search, which makes it possible to search for similar images in ZIP archives, various Documents, and individual files....Redaction Product Solution GroupDocs...Events Acquisition GroupDocs Documentation / GroupDocs.Search Product...

    docs.groupdocs.com/search/nodejs-java/reverse-i...
  10. How to Sign XLSX with Image Signature using C#

    This article will provide help on how to sign XLSX with image signature using C#. Also, a code example will be provided to create image signature in XLSX using C#....Redaction Product Family How to Sign...a signature into an Excel document adds a personalized touch...

    kb.groupdocs.com/signature/net/how-to-sign-xlsx...