Sort Score
Result 10 results
Languages All
Labels All
Results 361 - 370 of 1,057 for

replacement

(0.32 sec)
  1. Redaction basics | Documentation

    This article shows that how C# developers can apply metadata, image, annotation and text redaction in their documents. Wide range of document formats is supported, such as, PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX and others....types: Type Description Classes Replaces or hides with color block...text within document body , Replace metadata values with empty...

    docs.groupdocs.com/redaction/net/redaction-basics/
  2. Redact Text in DOCX using Java

    This topic will provide guidance on how to redact text in DOCX using Java. Without need of additional software installation, you can replace text in DOCX using Java.... This is usually done by replacing sensitive text with placeholders...code will show you how to replace text in DOCX using Java . Steps...

    kb.groupdocs.com/redaction/java/redact-text-in-...
  3. Redact Text in PDF using C#

    In this tutorial, you will discover how to redact text in PDF using C#. Additionally, you will receive a simple code example to replace text in PDF using C#....the code example of how to replace text in PDF using C# . The...ReplacementOptions object for replacing matched text Call Redactor...

    kb.groupdocs.com/redaction/net/redact-text-in-p...
  4. Edit Word Documents in C# | Build your own .NET...

    Editing Word documents is explained with C# examples to edit DOC, DOCX, ODT files within your .NET application using document editing API.... Here I am replacing all the occurrences of word...editedContent = originalContent.Replace("document", "edited document");...

    blog.groupdocs.com/editor/edit-word-documents-i...
  5. Shapes in spreadsheet document | Documentation

    Extracting information about all shapes in an Excel document Search() method searches watermarks of all mentioned types, but in some cases, it’s necessary to analyze only one class of Excel objects. Following code sample shows how to get information about all the shapes in an Excel document. advanced_usage.add_watermarks_to_spreadsheets.SpreadsheetGetShapesInformation SpreadsheetLoadOptions loadOptions = new SpreadsheetLoadOptions(); // Specify an absolute or relative path to your document. Ex: @"C:\Docs\spreadsheet.xlsx" Watermarker watermarker = new Watermarker("spreadsheet.... close (); Removing/replacing hyperlink associated with...Java, you can also remove/replace hyperlink associated with a...

    docs.groupdocs.com/watermark/java/shapes-in-spr...
  6. Existing objects in Word document | Documentation

    This article explains how to remove shape of any type from any level of document structure while using GroupDocs watermarking Java API... close (); Removing or replacing hyperlink associated with...Java, you can also remove or replace associated with a particular...

    docs.groupdocs.com/watermark/java/existing-obje...
  7. Working with Metadata using Regular Expression ...

    A new update for Java users! We are announcing a number of enhancements in the monthly release of GroupDocs.Metadata for Java 18.5. The latest version allows you to search and replace metadata using a regular expression, read DublinCore metadata using a unified approach, and edit ZIP archive comments. Furthermore, memory consumption is now reduced for ZIP, torrent, and EPUB file formats. We recommend you to install the latest version of API for a better experience....version allows you to search and replace metadata using a regular expression.... # Ability to search and replace metadata using regular expressions...

    blog.groupdocs.com/metadata/working-with-regula...
  8. Render web documents as PDF, PNG, and JPEG file...

    This topic describes how to use the GroupDocs.Viewer .NET API (C#) to convert web documents to PDF, PNG, and JPEG formats.... // {0} is replaced with the page numbers in the...web file to PNG. ' {0} is replaced with the page numbers in the...

    docs.groupdocs.com/viewer/net/render-web-docume...
  9. Edit Presentations in Java | PPT/PPTX Editing

    Editing PowerPoint presentations is explained with Java example to edit PPT, PPTX, ODP files within your application using presentation editing API....following Java code, I’m replacing occurrences of the word “documents”...editedContent = originalContent.replace("document", "presentation");...

    blog.groupdocs.com/editor/edit-ppt-pptx-present...
  10. Render Project documents as HTML, PDF, and imag...

    This topic describes how to use the GroupDocs.Viewer .NET API (C#) to convert Microsoft Project files to HTML, PDF, PNG, and JPEG formats.... // {0} is replaced with the current page number...active view as HTML. ' {0} is replaced with the current page number...

    docs.groupdocs.com/viewer/net/render-ms-project...