Sort Score
Result 10 results
Languages All
Labels All
Results 1,961 - 1,970 of 5,513 for

replace text

(0.18 sec)
  1. Options When Converting to PDF|Aspose.Words for...

    Convert a document to PDF with advanced options using Node.js. Use PdfSaveOptions to change the result of saving a document to PDF format....fillable forms instead of a plain text. Use the preserveFormFields...later by adding or modifying the text. All fonts are included, hence...

    docs.aspose.com/words/nodejs-net/specify-render...
  2. Aspose.PDF retirement and latest API version - ...

    Hi, I’m reaching out to clarify the Aspose.PDF Cloud version retirement notice. We’ve recently migrated from v1.1 to v3.0, but in your email, it states that Aspose.PDF Cloud (v3.0) will be retired on 15 November 2025. …...Text.Json; using System.Threading...count: {result.Value}"); } } Replace YOUR_CLIENT_ID and YOUR_CLIENT_SECRET...

    forum.aspose.com/t/aspose-pdf-retirement-and-la...
  3. SVG Fonts Knowledge Base

    SVG font or WOFF, or maybe TTF? To know for sure if SVG font covers your use case, first learn about the font itself, its structure and pros and cons.... SVG document is a text file that describes images as...primitives: lines, curves, shapes, text, etc. Vector objects are constructed...

    docs.aspose.com/font/net/what-is-font/svg-font/
  4. FieldNoteRef | Aspose.Words for Java

    Implements the NOTEREF field in Java....footnote number label in the actual text. Assert.assertEquals(" NOTEREF...getDisplayResult() Gets the text that represents the displayed...

    reference.aspose.com/words/java/com.aspose.word...
  5. Aspose::Words::Saving namespace | Aspose.Words ...

    Aspose::Words::Saving namespace. The Aspose.Words.Saving namespace provides classes and enumerations that allow to specify additional options for saving or converting documents in C++....when document is exporting to Text format. To learn more, visit...when saving a document into the Text format. To learn more, visit...

    reference.aspose.com/words/cpp/aspose.words.sav...
  6. Licensing | Aspose.Note Documentation

    A free evaluation version of Aspose.Note for Java (a Java API to interact with Microsoft Office OneNote programmatically without the software being installed on the server) can be downloaded from the downloads section of Aspose’s web site.... Text elements are cutted to 500 characters...are replaced by evaluation message as an alternative text. Created...

    docs.aspose.com/note/java/licensing/
  7. Embed Fonts in Presentations with Python|Aspose...

    Embed TrueType fonts in PowerPoint and OpenDocument presentations with Aspose.Slides for Python via .NET, ensuring accurate rendering across all platforms....ones, embedding fonts prevents text and layout disruption. If you...(without embedded fonts), the texts or numbers on your slides, the...

    docs.aspose.com/slides/python-net/embedded-font/
  8. 请我如何给msword的每一页设置不同的页面(纸张方向) - Free Support For...

    我使用bulid进行了文档的嵌入 NodeCollection runs = mainDoc.getChildNodes(NodeType.PARAGRAPH, true); //获取所有节点 int dell = 0 ; for (int i = 0; i < runs.getCount(); i++) { Paragraph r = (Paragraph) runs.get(i); String Text = r.…...String text = r.getRange().getText();//获取段落文本 if(text.length()>=key...length()>=key.length() && text.indexOf(key)>=0) { //指定段落插入表格 Builder...

    forum.aspose.com/t/msword/310489
  9. HTML Telephone Input Generator – online tool an...

    Сreate HTML Telephone Input for your website using Aspose.HTML. Рreview the Telephone Input, copy and use generated HTML and C# code in your project!...type='tel' fall back to standard text input. Attributes With the input...as removing, appending and replacing HTML nodes. If you want to...

    products.aspose.com/html/net/generators/telephone/
  10. FieldFormText | Aspose.Words for Java

    Implements the FORMText field in Java.... Remarks: Inserts a text box style form field. Examples:...getDisplayResult() Gets the text that represents the displayed...

    reference.aspose.com/words/java/com.aspose.word...