Sort Score
Result 10 results
Languages All
Labels All
Results 641 - 650 of 978 for

replacement

(0.16 sec)
  1. New Features and Extended Support of File Forma...

    Another month, another version. Today we are releasing version 17.8.0 of GroupDocs.Viewer for .NET. This version resolves a number of bugs that were found in prior releases. Furthermore, we have added the support of more file formats as well as introduced new features in this monthly release. Please continue to find out more about version 17.8.0. Rendering Documents with Comments From version 17.8.0, we have extended the support of rendering document comments....marked as obsolete and has been replaced by IgnorePrefixInResour which...

    blog.groupdocs.com/viewer/releasing-groupdocs-v...
  2. Show gap lines instead of changes | Documentation

    This article explains how to adjust the display of the output document so that the changed content is replaced with empty lines in GroupDocs.Comparison for Java....document, which allows to replace changed content with empty...

    docs.groupdocs.com/comparison/java/show-gap-lines/
  3. Wildcard search in DOCX online

    Wildcard search in DOCX. Perform wildcard search of words and phrases online....characters in the string are replaced with special characters representing...

    products.groupdocs.app/search/wildcard/docx
  4. Text is cropped when using GroupDocs.Viewer to ...

    I am using the GroupDocs.Viewer.24.6.0 package in my project. I use the following code to convert PDF and other documents to HTML: using (Viewer viewer = new Viewer(stream, loadOptions)) { HtmlViewOptions viewOption…...true; Fix inline styles by replacing text "overflow:hidden;" in...

    forum.groupdocs.com/t/text-is-cropped-when-usin...
  5. 编辑 XML 文件 |在线编辑和程序化方法

    探索编辑 XML 文件的有效方法。可以在线编辑 XML 文件,也可以使用 C# 和 Java 以编程方式进行编辑。...Replace("John", "Samuel"); List<IHtmlResource>...updatedTextContent = originalTextContent.replace("John", "Samuel"); List<IHtmlResource>...

    blog.groupdocs.com/zh/editor/edit-xml-files/
  6. Criar visualizador de documentos no ASP.NET Cor...

    Os visualizadores de documentos online tornaram-se populares após o crescente uso de documentos digitais, especialmente nos sistemas de gerenciamento de conteúdo. A razão por trás dessa popularidade é que você pode visualizar uma variedade de formatos de documentos sem comprar ou instalar programas de software dedicados. Considerando a importância dos visualizadores de documentos, pensei em escrever um artigo sobre como criar um visualizador de documentos universal em ASP.NET MVC. Vamos criar um aplicativo visualizador de documentos ASP....replace(".", "_"); $("#content").empty();...Path.GetFileName(FileName).Replace(".", "_")); if (!Directory...

    blog.groupdocs.com/pt/viewer/document-viewer-in...
  7. Migrating to GroupDocs.Assembly 18.9 or Higher ...

    Note This document describes the changes to the GroupDocs.Assembly API from version 18.7 to 18.9 or greater that may be of interest to module/application developers. It includes not only new and updated public methods, added & removed classes etc., but also a description of any changes in the behaviour behind the scenes in GroupDocs.Assembly. Breaking changes Removed members of DocumentAssembler were replaced with new ones. Removed members were not marked as obsolete (deprecated) before removal as usual, because this would complicate migration to new members of DocumentAssembler in Java....of DocumentAssembler were replaced with new ones. Removed members...of DocumentAssembler were replaced with new ones. Removed members...

    docs.groupdocs.com/assembly/java/migrating-to-g...
  8. Use redaction callback | Documentation

    In order to reject specific changes during redaction process or to keep a full log of changes in the document, you need to set Redactor.RedactionCallback property, to a class implementing IRedactionCallback interface. The interface contains only one method, AcceptRedaction, which receives detailed information about proposed redaction and returns Boolean value, accepted or not. Below, we create a callback class, dumping changes to system console: public class RedactionDump implements IRedactionCallback { public RedactionDump() { } public boolean acceptRedaction(RedactionDescription description) { System....getOriginalText () + " is replaced with " + description . getReplacement...

    docs.groupdocs.com/redaction/java/use-redaction...
  9. Render Outlook data files as HTML, PDF, and ima...

    This topic describes how to use the GroupDocs.Viewer Node.js API to convert Outlook data files (PST and OST) to HTML, PDF, PNG, and JPEG formats.... // {0} is replaced with the page numbers in the...PST file to JPG. // {0} is replaced with the page numbers in the...

    docs.groupdocs.com/viewer/nodejs-java/render-ou...
  10. GroupDocs.Viewer 2.0 - Enhancements and New Fea...

    Greetings! We’re pleased to announce a major update of the GroupDocs.Viewer for .NET library: version 2.0. This version of the document viewer has a lot of new features, improvements and bug fixes. You’ll find a complete list of updates and the new library itself here. In this and the next article, I’d like to take a closer look at the updates that I think you’ll be the most interested. So here we go:...of the viewer, you had to replace the default HTTP-handlers with...following article: How to Replace HTTP Handlers to Set up User...

    blog.groupdocs.com/viewer/enhancements-and-new-...