Sort Score
Result 10 results
Languages All
Labels All
Results 421 - 430 of 642 for

find and replace text

(0.04 sec)
  1. How to Optimize SVG – Aspose.SVG for .NET

    You will learn how to optimize SVG And reduce the size of SVG files using Aspose.SVG for .NET....rendering, empty containers, empty text elements, line indents and breaks.../> 3 </svg> – Removes empty ‘Text’ elements Original SVG Copy...

    docs.aspose.com/svg/net/how-to-optimize-svg/
  2. Convert MHTML to PNG – C# code and Online Conve...

    Convert MHTML to PNG in C#. Save MHTML page as PNG image using Aspose.HTML for .NET API. Try online MHTML to PNG Converter for free!... In the article, you will find information on how to Convert...message/rfc822 which are plain text email related specifications...

    products.aspose.com/html/net/conversion/mhtml-t...
  3. Feature Overview|Documentation

    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....format implementation you can find. SpreadsheetML (XLSX, XML) Aspose...Plain text (TXT) Easily extract text by saving in plain text format...

    docs.aspose.com/cells/net/feature-overview/
  4. Why Not Open XML SDK|Aspose.Slides Documentation

    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.... We find it easy to answer this question...(extensive control) and managing the text formatting on TextFrames, Paragraphs...

    docs.aspose.com/slides/net/why-not-open-xml-sdk/
  5. SVGZ to SVG – Single-file and batch conversion ...

    Convert SVGZ to SVG using Aspose.SVG for .NET. Supports single-file And batch conversion in C#....cannot be opened directly in a text editor for debugging or editing...standard defined in . You will find it everywhere, from compressed...

    docs.aspose.com/svg/net/convert-svgz-to-svg/
  6. 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....MimeType}" ); } Another way to find the file ID is to open the presentation... 200 ); shape . TextFrame . Text = "Hello from Google Drive!"...

    docs.aspose.com/slides/net/slides-on-cloud-plat...
  7. Working with Styles in C++|Aspose.Words for C++

    Enhanced Microsoft Word formatting features, working with styles And themes using C++....count paragraphs and runs of text formatted with a specific style...The solution for retrieving text formatted with specific styles...

    docs.aspose.com/words/cpp/working-with-styles-a...
  8. How to Remove All Page Breaks in Word using C#

    This article guides on how to remove all page breaks in Word using C#. It has information about the IDE settings, a list of steps, And a runnable program to eliminate page breaks in Word using C#....Find Answers by API Aspose.Total Product Family Aspose.Words...runs in each paragraph and replace all the page breaks with an...

    kb.aspose.com/words/net/how-to-remove-all-page-...
  9. Aspose.Words for Android via Java Features|Aspo...

    This section provides a comparison of availability of features between Aspose.Words for Java And Aspose.Words for Android via Java....format implementation you can find. WordprocessingML (DOCX, XML)...and also Word 2003 XML. Rich Text Format (RTF) Comprehensive support...

    docs.aspose.com/words/java/aspose-words-for-and...
  10. 使用合并文档时想要让字体保持一致但是不生效 - 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