Sort Score
Result 10 results
Languages All
Labels All
Results 421 - 430 of 31,549 for

groupdocs.redaction

(2.59 sec)
  1. Remove Annotations from PPTX using C#

    Gain a clear understanding of how to remove annotations from PPTX using C#. Additionally, you'll find a code example on how to delete annotations in PPTX using C#....Merger Product Family GroupDocs.Redaction Product Family Remove...document redaction. GroupDocs.Redaction for .NET is an excellent...

    kb.groupdocs.com/redaction/net/remove-annotatio...
  2. Use PDF redaction filters | GroupDocs

    This article explains that how to set page-level scope to PDF redactions....Merger Product Solution GroupDocs.Redaction Product Solution GroupDocs...GroupDocs Documentation / GroupDocs.Redaction Product Family / GroupDocs...

    docs.groupdocs.com/redaction/python-net/use-pdf...
  3. Select specific pages for rasterized PDF | Grou...

    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/net/select-specifi...
  4. Supported file formats | GroupDocs

    This topic lists file formats supported by GroupDocs.Total for Java....Merger Product Solution GroupDocs.Redaction Product Solution GroupDocs...supported file formats GroupDocs.Redaction for Java supported file...

    docs.groupdocs.com/total/java/supported-documen...
  5. Tags

    Pronađite odgovore pomoću API-ja GroupDocs.Total Product Family GroupDocs.Conversion Product Family GroupDocs.Annotat......Merger Product Family GroupDocs.Redaction Product Family Tags Najnoviji...

    kb.groupdocs.com/hy/tags/
  6. PyPI on GroupDocs Blog | Document Automation So...

    PyPI on GroupDocs Blog | Document Automation Solutions for .NET & Java Developers Recent content in PyPI on GroupDocs Blog | Document Automation Solutions for .NET & Java Developers GroupDocs.Water...... GroupDocs.Redaction for Python 26.6 – ไฮ...2026 เวอร์ชัน 26.6 ของ GroupDocs.Redaction for Python แนะนำการรีเฟรช...

    blog.groupdocs.com/th/tag/pypi/index.xml
  7. Save in rasterized PDF | GroupDocs

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

    docs.groupdocs.com/redaction/java/save-in-raste...
  8. Save overwriting original file | GroupDocs

    The following example demonstrates how to save the redacted document, replacing an original file: // Make a copy of sample file Files.copy(new File("Sample.docx").toPath(), new File("OverwrittenSample.docx").toPath(), StandardCopyOption.REPLACE_EXISTING); // Apply redaction final Redactor redactor = new Redactor("OverwrittenSample.docx"); try { RedactorChangeLog result = redactor.apply(new ExactPhraseRedaction("John Doe", new ReplacementOptions(java.awt.Color.RED))); if (result.getStatus() != RedactionStatus.Failed) { SaveOptions options = new SaveOptions(); options.setAddSuffix(false); options.setRasterizeToPDF(false); // Save the document in original format overwriting original file redactor.save(options); } } finally { redactor....Merger Product Solution GroupDocs.Redaction Product Solution GroupDocs...GroupDocs Documentation / GroupDocs.Redaction Product Family / GroupDocs...

    docs.groupdocs.com/redaction/java/save-overwrit...
  9. Metadata redactions | GroupDocs

    This article shows that how Python redaction API allows you to replace or remove metadata using filters or search by regular expression....Merger Product Solution GroupDocs.Redaction Product Solution GroupDocs...GroupDocs Documentation / GroupDocs.Redaction Product Family / GroupDocs...

    docs.groupdocs.com/redaction/python-net/metadat...
  10. PyPI on GroupDocs Blog | Document Automation So...

    PyPI on GroupDocs Blog | Document Automation Solutions for .NET & Java Developers Recent content in PyPI on GroupDocs Blog | Document Automation Solutions for .NET & Java Developers GroupDocs.Water...... GroupDocs.Redaction for Python 26.6 – 2026年6月...2026年6月 發行亮點 GroupDocs.Redaction for Python 版本 26.6 引入了更新的相依性、引擎升級,以及一個自包含的...

    blog.groupdocs.com/zh-hant/tag/pypi/index.xml