Sort Score
Result 10 results
Languages All
Labels All
Results 791 - 800 of 6,102 for

replace text

(0.12 sec)
  1. Working with PDF/A or PDF/UA|Aspose.Words for P...

    Convert to PDF/A-1, PDF/A-2, PDF/A-4 and PDF/UA using Python. There are a few problems when converting to PDF/A documents, and Aspose.Words for Python solves them....output PDF: Also, you can switch text in a header from the artifact...requirement PDF/A-1a PDF/A-2a PDF/UA-1 Text language is specified in Microsoft...

    docs.aspose.com/words/python-net/working-with-p...
  2. 使用合并文档时想要让字体保持一致但是不生效 - Free Support Forum - as...

    您好 我使用如下的代码进行文档的合并 关于字体的尝试我试了很多但是并不生效 public static Document addDocument(String key,Document mainDoc,Document addDoc,Boolean isPortrait) { try{ FontSettings fontSettings = new FontSettings(); fontSe…...String text = r.getRange().getText();//获取段落文本 if(text.length()>=key...length()>=key.length() && text.indexOf(key)>=0) { //指定段落插入表格 Builder...

    forum.aspose.com/t/topic/312049
  3. Integrating Aspose.Slides with Google Slides|As...

    Connect Aspose.Slides with Google Slides to import, sync, and convert presentations, automate workflows, and keep PowerPoint and OpenDocument in one pipeline.... Text = "Hello from Google Drive!"...example demonstrates how to replace a file and update its name...

    docs.aspose.com/slides/net/integrating-aspose-s...
  4. Memory Requirements|Aspose.Words for .NET

    How much memory does Aspose.Words for .NET require to work with documents? Learn the details....So any paragraph or formatted text (even it consists of one character)...MB size (2 thousand pages), text only DOCX “B” document – 0.35...

    docs.aspose.com/words/net/memory-requirements/
  5. Mail Merge Mustache Syntax|Aspose.Words for Pyt...

    Create templates with Mustache syntax using Python. Mustache syntax is the only option to use with templates that do not contain fields (HTML or TXT). With Word templates, you have two options: fields or Mustache syntax.... You could replace the recipient’s first name...Gender } = MALE “true text” “false text” } { IF “{{ GENDER }}”...

    docs.aspose.com/words/python-net/mail-merge-tem...
  6. Working with DICOM Data Elements Using Aspose.M...

    Class Libraries & REST APIs for the developers to manipulate & process Files from Word, Excel, PowerPoint, Visio, PDF, CAD & several other categories in Web, Desktop or Mobile apps. Develop & deploy on Windows, Linux, MacOS & Android platforms.... updating, removing, and replacing data for DICOM data elements...String (LO) VR LongText - Long Text (LT) VR OtherByte - Other Byte...

    docs.aspose.com/medical/net/developer-guide/dat...
  7. Integrating Aspose.Slides with Google Slides|As...

    Learn how to integrate Aspose.Slides with Google Slides and Google Drive for seamless presentation processing. Use Google API via OAuth 2.0 or Service Accounts to convert, edit, upload, and download presentations programmatically in .NET.... Text = "Hello from Google Drive!"...example demonstrates how to replace a file and update its name...

    docs.aspose.com/slides/net/slides-on-cloud-plat...
  8. 查找与外部数据连接相关的查询表和列表对象,通过JavaScript与C++|Documenta...

    学习如何使用Aspose.Cells for JavaScript通过C++查找与外部数据连接相关的查询表和列表对象。...></ script > < script type = "text/javascript" > const { Workbook...= qt . name . replace ( /\+/g , '_' ). replace ( /=/g , '_' );...

    docs.aspose.com/cells/zh/javascript-cpp/find-qu...
  9. Support for REGEXTEST() function - Free Support...

    Hi, Newer versions of Excel have introduced the REGEXTEST() function: https://support.microsoft.com/en-us/office/regextest-function-7d38200b-5e5c-4196-b4e6-9bff73afbd31 This is a very useful and versatile function, al…...Apply a workaround – replace REGEXTEST(text, pattern) with a formula...example: =ISNUMBER(SEARCH(pattern, text)) Adjust the pattern to a simple...

    forum.aspose.com/t/support-for-regextest-functi...
  10. Edit Macro in Word using Python

    Follow this article to edit macro in Word using Python. It has details to set the IDE, a list of steps, and a sample code to change macro using Python using various options....vba_project Define the replacement VBA macro text as a multi-line string...vba_project, define your new macro text, then find the right module—either...

    kb.aspose.com/words/python/edit-macro-in-word-u...