Sort Score
Result 10 results
Languages All
Labels All
Results 361 - 370 of 940 for

replacement

(0.12 sec)
  1. Render Visio documents as HTML, PDF, and image ...

    Convert Visio diagrams to HTML, PDF, PNG, or JPEG using GroupDocs.Viewer for Python via .NET 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-vis...
  2. 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...
  3. Using OCR to redact image documents | Documenta...

    GroupDocs.Redaction supports both types of image documents for Optical Character Recognition (OCR): image files, such as printed document scans (PNG, JPG, etc.) embedded images within office documents (PDF, DOCX, etc.) You have to implement IOcrConnector interface and pass the instance to RedactorSettings constructor. For more details, see OCR Usage Basics article. OCR usage limitations There are the following limitations of the OCR with GroupDocs.Redaction v21.3: textual Replacements are not supported, so you have to use color box Replacements to redact text in images....3: textual replacements are not supported, so you...you have to use color box replacements to redact text in images...

    docs.groupdocs.com/redaction/net/using-ocr/
  4. Render Visio documents as HTML, PDF, and image ...

    This topic describes how to use the GroupDocs.Viewer Java API to convert Visio diagrams 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-visio-doc...
  5. Render Word documents as HTML, PDF, and image f...

    This topic describes how to use the GroupDocs.Viewer Java API 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/java/render-word-docu...
  6. 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...
  7. Render Project documents as HTML, PDF, and imag...

    Convert Microsoft Project files 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 page number and resource...

    docs.groupdocs.com/viewer/python-net/render-ms-...
  8. Render to HTML | Documentation

    With GroupDocs.Viewer for Node.js you can render files to HTML format. As a simple usecase please see how easily you can convert Microsoft Word to clean html.... // {0} and {1} are replaced with the current page number...Create an HTML files. // {0} is replaced with the current page number...

    docs.groupdocs.com/viewer/nodejs-java/rendering...
  9. 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...
  10. Render PowerPoint presentations as HTML, PDF, a...

    This topic describes how to use the GroupDocs.Viewer .NET API (C#) to convert PowerPoint presentations to HTML, PDF, PNG, and JPEG formats.... // {0} is replaced with the current page number...file for each slide. ' {0} is replaced with the current page number...

    docs.groupdocs.com/viewer/net/render-presentati...