Sort Score
Result 10 results
Languages All
Labels All
Results 371 - 380 of 986 for

replacement

(0.03 sec)
  1. Render archives as HTML, PDF, and image files |...

    This topic describes how to use the GroupDocs.Viewer Node.js API to convert archive files to HTML, PDF, PNG, and JPEG formats.... // {0} is replaced with the current page number...in the archive. // {0} is replaced with the current page number...

    docs.groupdocs.com/viewer/nodejs-java/render-ar...
  2. Issue with Text Redaction - Free Support Forum ...

    I am doing text Redaction on my word and ppt documents, but the problem is I’m not able to retain the font property. For e.g. I’m replacing a text which has its own font property/formatting but after the text Redaction …... I’m replacing a text which has its own font...Niteen_Jadhav: For e.g. I’m replacing a text which has its own font...

    forum.groupdocs.com/t/issue-with-text-redaction...
  3. GroupDocs Newsletter May 2018 – Document Manipu...

    Share this issue: Monthly Newsletter May 2018 Professional APIs for Creating Document Management Applications Manipulate 100+ Business File Formats in .NET and Java Apps GroupDocs offers feature-rich document manipulation APIs for .NET and Java developers to build web, mobile or desktop apps with the capability to view, annotate, convert, e-sign, compare, assemble, and watermark document formats. You can also extract text, retrieve metadata information and manipulate documents using HTML....Watermark Objects in PDF and Replace Text and Images for Found Watermarks...GroupDocs.Watermark now allows replacing text and image for found watermarks...

    blog.groupdocs.com/total/groupdocs-newsletter-m...
  4. Redact Text in XLSX using Java

    In this tutorial, you will learn how to redact text in XLSX using Java. Additionally, you will get a simple code example to replace text in XLSX using Java....Here are the main steps to replace text in XLSX using Java . Steps...and specify how it should be replaced by using the ExactPhraseRedaction...

    kb.groupdocs.com/redaction/java/redact-text-in-...
  5. Redact Text in PPTX using Java

    In this guide, you'll discover how to redact text in PPTX using Java. Moreover, you'll receive a simple code example to replace text in PPTX using Java....Below are the main steps to replace text in PPTX using Java . Steps...ReplacementOptions object for replacing the matched text Call the...

    kb.groupdocs.com/redaction/java/redact-text-in-...
  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#....the key steps to show how to replace text in XLSX using C# . Steps...phrase to redact and how to replace it using the ExactPhraseRedaction...

    kb.groupdocs.com/redaction/net/redact-text-in-x...
  7. Save overwriting original file | Documentation

    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....save the redacted document, replacing an original file: // Make...toPath (), StandardCopyOption . REPLACE_EXISTING ); // Apply redaction...

    docs.groupdocs.com/redaction/java/save-overwrit...
  8. Render PowerPoint presentations as HTML, PDF, a...

    Convert PowerPoint presentations to HTML, PDF, PNG, or JPEG using the GroupDocs.Viewer Python API.... # {0} is replaced with the current page number...resources. # {0} and {1} are replaced with the current page number...

    docs.groupdocs.com/viewer/python-net/render-pre...
  9. Redact Content in Apple's Numbers Spreadsheet u...

    The technology is growing at a huge pace and to stand strong through this storm you need to improve every day. Accordingly, to make you enhance your applications and take them to the next level, we keep trying to meet your emerging requirements by introducing new features and improving the existing ones. This is the reason we have introduced an optimized and simplified version of our Java document sanitization and text redaction API - GroupDocs....of the _Document _class are replaced with similar apply() methods...redact, hide, or find and replace text, metadata, and annotations...

    blog.groupdocs.com/redaction/redact-apple-numbe...
  10. Text redaction character trimming - Free Suppor...

    I am trying text redaction in one of my document, I want to replace phrase “Test” with → “Performance Incentive Agreement (“PIA”): To be executed between Supplier and Consumer. Ensures that Supplier gets incentivi…...of my document, I want to replace phrase “Test” with → “Performance...“Performance Incentive Agr” getting replaced. Professionalize.Discourse...

    forum.groupdocs.com/t/text-redaction-character-...