Sort Score
Result 10 results
Languages All
Labels All
Results 331 - 340 of 1,016 for

replacement

(0.03 sec)
  1. Redact Classified Content from Documents using ...

    We are continuing the journey of revamping our products to bring a more simplified and easy to use interfaces for you. We have done it for many of our document manipulation APIs and recently, we have released all-new GroupDocs.Redaction for .NET API for you as v19.9. With this release, we have made it even easier for you to programmatically remove or mask classified information from text, metadata, and the annotations in MS Word, Excel, PowerPoint, and PDF documents as well as images....The Document class has been replaced with the Redactor class as..._Document _class have been replaced with similar _ Apply() _methods...

    blog.groupdocs.com/redaction/hide-or-remove-cla...
  2. Render PDF documents as HTML and image files | ...

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

    docs.groupdocs.com/viewer/net/render-pdf-docume...
  3. GroupDocs Editor: Images are not loading - Free...

    Images are not loading when I am using Groupdocs Editor for word document with TinyMCE sharing my code, Document as well as screenshot for your reference. public ActionResult Index() { License lic = new License(); …...Replace(image.FilenameWithExtensio...editedHtmlContent = editedHtmlContent.Replace("src=\"/images/", $"src=\"{Path...

    forum.groupdocs.com/t/groupdocs-editor-images-a...
  4. Render PDF documents as HTML and image files | ...

    Convert PDF files to HTML, PNG, or JPEG using the GroupDocs.Viewer Python API. Learn basic rendering techniques.... # {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-pdf...
  5. 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/
  6. 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...
  7. 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/
  8. 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...
  9. Edit Presentations in C# | .NET PPT/PPTX Editing

    Editing PowerPoint presentations is explained with C# examples to edit PPT, PPTX, ODP files within your .NET application using presentation editing API.... Here I am replacing all the occurrences of word...editedContent = originalContent.Replace("documents", "presentation");...

    blog.groupdocs.com/editor/edit-ppt-pptx-present...
  10. 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-...