Sort Score
Result 10 results
Languages All
Labels All
Results 321 - 330 of 940 for

replacement

(0.34 sec)
  1. GroupDocs editor Example for pptx and xlsx - Fr...

    Hello Team, few months back I requested for the Editor Example for Word file and I get the code like below [HttpPost] [Route("api/GroupDocsApi/CreateEmptyWordFile")] //To create empty word doc public async Task<SPRespo…...Replace(image.FilenameWithExtensio...editedHtmlContent = editedHtmlContent.Replace($"src=\"{request.AppDirectory}"...

    forum.groupdocs.com/t/groupdocs-editor-example-...
  2. Redaction Basics | Documentation

    This article shows that how Java 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...ExactPhraseRedaction , RegexRedaction Replace metadata values with empty...

    docs.groupdocs.com/redaction/java/redaction-bas...
  3. Render text documents as HTML, PDF, and image f...

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

    docs.groupdocs.com/viewer/net/render-text-files/
  4. 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/
  5. Render Excel and Apple Numbers spreadsheets as ...

    This topic describes how to use the GroupDocs.Viewer Java API to convert Excel workbooks and Apple Numbers spreadsheets to HTML, PDF, PNG, and JPEG formats.... // {0} is replaced with the current page number...spreadsheet to HTML. // {0} is replaced with the current page number...

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

    Convert Word documents to HTML, PDF, PNG, or JPEG using GroupDocs.Viewer and Python. Learn the basics of document rendering.... # {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-wor...
  7. 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...
  8. Render Word documents as HTML, PDF, and image f...

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

    docs.groupdocs.com/viewer/net/render-word-docum...
  9. 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...
  10. 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...