Sort Score
Result 10 results
Languages All
Labels All
Results 731 - 740 of 1,058 for

replacement

(0.04 sec)
  1. Unable to print all pages of large documents - ...

    Hi, We use GroupDocs Viewer for .NET with asp.net core 8 application. Viewer type jpg has been set. When I render pdf document, it correctly renders as images per page. However for some pdfs clicking on print button, o…... I tried replacing in “main.js” file looks like...print() so effectively I tried replacing and it appear to work. printFrame(e){try{e...

    forum.groupdocs.com/t/unable-to-print-all-pages...
  2. Chỉnh sửa bài thuyết trình bằng Java | Chỉnh sử...

    Chỉnh sửa bản trình bày PowerPoint được giải thích bằng ví dụ Java để chỉnh sửa các tệp PPT, PPTX, ODP trong ứng dụng của bạn bằng API chỉnh sửa bản trình bày....replace("document", "presentation");...editedContent = originalContent.replace("document", "presentation");...

    blog.groupdocs.com/vi/editor/edit-ppt-pptx-pres...
  3. 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/java/indexing-with-st...
  4. Features overview | Documentation

    GroupDocs.Watermark for .NET API presents a wide range of features like creating a watermark, removing watermark, adding watermark to photos, removing watermark from photo and more....Change Text Formatting While Replacing Existing Text Watermark Align...

    docs.groupdocs.com/watermark/python-net/feature...
  5. Edit Excel Files in C# | Build your own Online ...

    Editing Excel files is explained with C# examples to edit XLS, XLSX, ODS files within your .NET application using spreadsheet and document editing API.... Now we are going to replace all the occurrences of “Old...

    blog.groupdocs.com/editor/edit-excel-files-in-c...
  6. Edit Excel Files in Java | Build your Online Ja...

    Edit Excel files (XLS, XLSX, ODS) with your Java application. Examples to edit spreadsheets using spreadsheet and document editing Java API.... The above example replaces all the occurrences of “Old...

    blog.groupdocs.com/editor/edit-excel-files-in-j...
  7. Skip Unreadable Characters During Watermark Sea...

    We are delighted to announce the release of version 18.8 of GroupDocs.Watermark for .NET. The latest version allows skipping unreadable characters during text watermark search. Furthermore, we have also added a new feature to strengthen protection of text watermark in presentation documents. Please continue to read more about the new features, enhancements and bug fixes added in version 18.8. Features Introduced Skipping Unreadable Characters During Text Watermark Search This feature allows finding text watermark even if it contains unreadable characters between the letters....modification using Find and Replace dialog. The following code...

    blog.groupdocs.com/watermark/skip-unreadable-ch...
  8. Inserting edited slide into existing presentati...

    This article describes how to insert edited presentation slide into existing PowerPoint presentation....should be inserted: should it replace the existing slide, that is...the SlideNumber ) will be replaced onto new one. If property...

    docs.groupdocs.com/editor/java/inserting-edited...
  9. Java로 프레젠테이션 편집 | PPT/PPTX 편집

    PowerPoint 프레젠테이션 편집은 프레젠테이션 편집 API를 사용하여 애플리케이션 내에서 PPT, PPTX, ODP 파일을 편집하는 Java 예제와 함께 설명됩니다....replace("document", "presentation");...editedContent = originalContent.replace("document", "presentation");...

    blog.groupdocs.com/ko/editor/edit-ppt-pptx-pres...
  10. Word 文書を編集する |オンライン編集とプログラムによるアプローチ

    Word 文書を編集する効率的な方法を発見します。 DOC/DOCX ファイルをオンラインで編集するか、C# と Java を使用してプログラムで編集します。...Replace("document", "edited document");...allEmbeddedInsideStr = allEmbeddedInsideStr.replace("document", "edited document");...

    blog.groupdocs.com/ja/editor/edit-word-documents/