Sort Score
Result 10 results
Languages All
Labels All
Results 341 - 350 of 978 for

replacement

(0.04 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. 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/
  3. 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...
  4. 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...
  5. 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...
  6. Render archives as HTML, PDF, and image files (...

    This topic describes how to use the GroupDocs.Viewer .NET API (C#) version before 24.10 to display a list of archive content in HTML, PDF, PNG, and JPEG formats and to extract arbitrary file from archive... // {0} is replaced with the current page number...subfolder in the archive. ' {0} is replaced with the current page number...

    docs.groupdocs.com/viewer/net/old-render-archiv...
  7. 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...
  8. 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...
  9. Render Visio documents as HTML, PDF, and image ...

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

    docs.groupdocs.com/viewer/net/render-visio-docu...
  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...