Sort Score
Result 10 results
Languages All
Labels All
Results 651 - 660 of 984 for

replacement

(0.07 sec)
  1. Save overwriting original file | Documentation

    This article demonstrates that how to save the redacted document, replacing an original file...save the redacted document, replacing an original file: Python import...

    docs.groupdocs.com/redaction/python-net/save-ov...
  2. Indexing with stop words | Documentation

    Stop words are frequently used words that do not carry a semantic meaning and can be removed from an index to reduce its size. You can enable or disable the use of stop words by calling the setUseStopWords method of the IndexSettings class. The default value is true, meaning that stop words are filtered during indexing and not added to the index. A list of stop words to use during indexing can be specified in the stop word dictionary....stop words used can be easily replaced or supplemented and it is...

    docs.groupdocs.com/search/nodejs-java/indexing-...
  3. Specify rendering options for CAD files | Docum...

    This topic describes how to use the GroupDocs.Viewer .NET API (C#) to specify various options for rendering CAD files to HTML, PDF, PNG, and JPEG.... // {0} is replaced with the tile number in the...convert them to HTML. ' {0} is replaced with the tile number in the...

    docs.groupdocs.com/viewer/net/specify-cad-rende...
  4. 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
  5. 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...
  6. 編輯 Excel 電子表格 |線上編輯和程序化方法

    探索編輯 Excel 電子表格的有效方法。可以在線上編輯 XLS/XLSX 文件,也可以使用 C# 和 Java 以程式設計方式進行編輯。...Replace("Company Name", "New Company...editedSheetContent = allContent.replace("Old Company Name","New Company...

    blog.groupdocs.com/zh-hant/editor/edit-excel-sp...
  7. Chỉnh sửa tệp XML | Chỉnh sửa trực tuyến & Phươ...

    Khám phá những cách hiệu quả để chỉnh sửa tệp XML. Chỉnh sửa tệp XML trực tuyến hoặc thực hiện theo chương trình bằng C# & Java....Replace("John", "Samuel"); List<IHtmlResource>...updatedTextContent = originalTextContent.replace("John", "Samuel"); List<IHtmlResource>...

    blog.groupdocs.com/vi/editor/edit-xml-files/
  8. 140개 이상의 파일 형식을 위한 ASP.NET Core MVC에서 문서 뷰어 만들기

    온라인 문서 뷰어는 특히 콘텐츠 관리 시스템에서 디지털 문서의 사용이 증가하면서 인기를 얻었습니다. 이 인기의 이유는 전용 소프트웨어 프로그램을 구입하거나 설치하지 않고도 다양한 문서 형식을 볼 수 있기 때문입니다. 문서 뷰어의 중요성을 생각하면서 ASP.NET MVC에서 범용 문서 뷰어를 만드는 방법에 대한 기사를 작성하게 되었습니다. .NET Core 프레임워크. 백엔드에서 문서 렌더링을 위해 GroupDocs.Viewer for .NET API - 강력한 문서 뷰어 API를 사용합니다. PDF, Word, Excel, PowerPoint, Visio, CAD, Outlook 및 다른 많은 인기 있는 형식....replace(".", "_"); $("#content").empty();...Path.GetFileName(FileName).Replace(".", "_")); if (!Directory...

    blog.groupdocs.com/ko/viewer/document-viewer-in...
  9. Excel 스프레드시트 편집 | 온라인 편집 및 프로그래밍 방식 접근 방식

    Excel 스프레드시트를 편집하는 효율적인 방법을 알아보세요. XLS/XLSX 파일을 온라인으로 편집하거나 C# 및 Java를 사용하여 프로그래밍 방식으로 수행하십시오....Replace("Company Name", "New Company...editedSheetContent = allContent.replace("Old Company Name","New Company...

    blog.groupdocs.com/ko/editor/edit-excel-spreads...
  10. C#에서 프레젠테이션 편집 | .NET PPT/PPTX 편집

    PowerPoint 프레젠테이션 편집은 프레젠테이션 편집 API를 사용하여 .NET 응용 프로그램 내에서 PPT, PPTX, ODP 파일을 편집하기 위한 C# 예제와 함께 설명됩니다....Replace("documents", "presentation");...editedContent = originalContent.Replace("documents", "presentation");...

    blog.groupdocs.com/ko/editor/edit-ppt-pptx-pres...