Sort Score
Result 10 results
Languages All
Labels All
Results 181 - 190 of 28,484 for

groupdocs.redaction

(0.1 sec)
  1. GroupDocs.Comparison for .NET

    查找有关使用 C# .NET 平台比较类似文档的答案。...Merger Product Family GroupDocs.Redaction Product Family GroupDocs...

    kb.groupdocs.com/zh/comparison/net/
  2. GroupDocs.Metadata for .NET

    Այս API-ն թույլ է տալիս ավելացնել, հեռացնել և թարմացնել ցանկացած տեսակի ֆայլի ձևաչափի մետատվյալներ՝ օգտագործելով C# .NET լեզուն ցանկացած հարթակում:...Merger Product Family GroupDocs.Redaction Product Family GroupDocs...

    kb.groupdocs.com/hy/metadata/net/
  3. Redact Text in PPTX using C#

    In this tutorial, you'll learn how to redact text in PPTX using C#. Also, you'll be provided with a straightforward code example to replace text in PPTX using C#....Merger Product Family GroupDocs.Redaction Product Family Redact...Environment (IDE) to utilize GroupDocs.Redaction for .NET in order to...

    kb.groupdocs.com/redaction/net/redact-text-in-p...
  4. Save in original format | Documentation

    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(); }...Merger Product Solution GroupDocs.Redaction Product Solution GroupDocs...GroupDocs Documentation / GroupDocs.Redaction Product Family / GroupDocs...

    docs.groupdocs.com/redaction/java/save-in-origi...
  5. Select specific pages for rasterized PDF | Docu...

    This article demonstrates that how you can specify starting page index (zero based) and the number of pages from this index to save a rasterized PDF...Merger Product Solution GroupDocs.Redaction Product Solution GroupDocs...GroupDocs Documentation / GroupDocs.Redaction Product Family / GroupDocs...

    docs.groupdocs.com/redaction/python-net/select-...
  6. Redact Text in XLSX using C#

    In this tutorial, you'll learn how to redact text in XLSX using C#. Also, you'll be provided with a straightforward code example to replace text in XLSX using C#....Merger Product Family GroupDocs.Redaction Product Family Redact...coding program to use GroupDocs.Redaction for .NET to redact text...

    kb.groupdocs.com/redaction/net/redact-text-in-x...
  7. Remove Metadata from PPTX using C#

    Quickly gain an understanding of how to remove metadata from PPTX using C#. Additionally, you'll receive a code showcasing how to clean metadata from PPTX in C#....Merger Product Family GroupDocs.Redaction Product Family Remove...coding environment to use GroupDocs.Redaction for .NET for removing...

    kb.groupdocs.com/redaction/net/remove-metadata-...
  8. Remove Annotations from XLSX using Java

    Swiftly master the process of how to remove annotations from XLSX using Java. You'll also discover a code example demonstrating how to delete annotations in XLSX using Java....Merger Product Family GroupDocs.Redaction Product Family Remove...environment to incorporate GroupDocs.Redaction for Java to eliminate...

    kb.groupdocs.com/redaction/java/remove-annotati...
  9. Use redaction callback | Documentation

    Learn about redaction API methods to reject or approve specific changes during redaction process...Merger Product Solution GroupDocs.Redaction Product Solution GroupDocs...GroupDocs Documentation / GroupDocs.Redaction Product Family / GroupDocs...

    docs.groupdocs.com/redaction/net/use-redaction-...
  10. Image redactions | Documentation

    This article shows that how to redact data of sensitive nature from images of various formats like JPG, PNG, TIFF and others....Merger Product Solution GroupDocs.Redaction Product Solution GroupDocs...GroupDocs Documentation / GroupDocs.Redaction Product Family / GroupDocs...

    docs.groupdocs.com/redaction/net/image-redactions/