Sort Score
Result 10 results
Languages All
Labels All
Results 721 - 730 of 1,061 for

replacement

(0.06 sec)
  1. Tags on GroupDocs Blog | Document Automation So...

    Tags on GroupDocs Blog | Document Automation Solutions for .NET & Java Developers Recent content in Tags on GroupDocs Blog | Document Automation Solutions for .NET & Java Developers .NET filigran k......Custom Redaction Find and Replace Text in PDF Find Text in PDF...find and replace Find and Replace in Word Find and replace text Redact...

    blog.groupdocs.com/tr/tags/index.xml
  2. 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...
  3. 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/
  4. 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...
  5. 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...
  6. 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...
  7. 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...
  8. Render email messages as HTML, PDF, PNG, and JP...

    This topic describes how to use the GroupDocs.Viewer Node.js API to convert email messages to HTML, PDF, PNG, and JPEG formats.... // {0} is replaced with the resource name in...external resources. // {0} is replaced with the resource name in...

    docs.groupdocs.com/viewer/nodejs-java/render-em...
  9. 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...
  10. 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...