Sort Score
Result 10 results
Languages All
Labels All
Results 391 - 400 of 1,058 for

replacement

(0.04 sec)
  1. Render EBooks as HTML, PDF, and image files | D...

    This topic describes how to use the GroupDocs.Viewer Java API to convert EBooks to HTML, PDF, PNG, and JPEG formats.... // {0} is replaced with the current page number...resources. // {0} and {1} are replaced with the current page number...

    docs.groupdocs.com/viewer/java/render-ebooks/
  2. Render Word documents as HTML, PDF, and image f...

    This topic describes how to use the GroupDocs.Viewer and Node.js to convert Word documents to HTML, PDF, PNG, and JPEG formats.... // {0} is replaced with the current page number...resources. // {0} and {1} are replaced with the current page number...

    docs.groupdocs.com/viewer/nodejs-java/render-wo...
  3. 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-...
  4. 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...
  5. 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...
  6. GroupDocs.Conversion Product Family

    Document Automation APIs to enrich .NET and Java applications to view, edit, annotate, convert, compare, e-sign, parse, split, merge, redact, or classify documents of almost all the popular file formats....marked as obsolete and is replaced by SpreadsheetLoadOptio CellsSaveOptions...CellsSaveOptions is replaced by SpreadsheetSaveOptio HtmlSaveOptions...

    blog.groupdocs.com/categories/groupdocs.convers...
  7. 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...
  8. Updates to GroupDocs Privacy Policy – GroupDocs...

    Share this issue: Monthly NewsletterJune 2018 Documents Viewer APIs for .NET and Java Applications View over 50 Document & Image formats without External Viewer GroupDocs.Viewer product family offers powerful files viewer APIs for .NET and Java applications. It rasterizes documents and images both, renders text and converts them to SVG, HTML and CSS – thus offering a high-fidelity true-text, document rendering. Developers can work with all popular business and image file formats including: Microsoft Office, Visio, Project, Outlook, PDF, HTML, OpenDocument, AutoCad, Metafiles, JPEG, TIFF, GIF, BMP etc.... How to: Search and Replace Metadata using Regular Expression...Metadata APIs – now search and replace metadata using a regular expression...

    blog.groupdocs.com/total/updates-to-groupdocs-p...
  9. Edit Word Documents in Java | Build your own Ja...

    Editing Word documents is explained with Java examples to edit DOC, DOCX, ODT files within your applications using document editing Java API.... The above example replaces all the occurrences of the...- All the occurrences are replaced Conclusion # To sum up, we...

    blog.groupdocs.com/editor/edit-word-documents-i...
  10. Inserting edited worksheet into existing spread...

    This article describes how to insert an edited worksheet into an existing spreadsheet using GroupDocs.Editor for Node.js....that determines whether to replace an existing worksheet or insert...property determines whether to replace the worksheet at the specified...

    docs.groupdocs.com/editor/nodejs-java/inserting...