Sort Score
Result 10 results
Languages All
Labels All
Results 1,051 - 1,060 of 15,526 for

load font

(0.14 sec)
  1. Embed Fonts in Presentations Using JavaScript|A...

    Embed TrueType Fonts in PowerPoint and OpenDocument presentations with Aspose.Slides for Node.js via Java, ensuring accurate rendering across all platforms....Embed Fonts in Presentations Using JavaScript Contents [ Hide...Hide ] Embedded fonts in PowerPoint are useful when you want your...

    docs.aspose.com/slides/nodejs-java/embedded-font/
  2. HTML with Node.js via C++|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....xlsx" ); // Load your source workbook const workbook...dataDir , "Book1.xlsx" ); // Load your source workbook const workbook...

    docs.aspose.com/cells/nodejs-cpp/convert-excel-...
  3. Format PowerPoint Text in JavaScript|Aspose.Sli...

    Format and style text in PowerPoint and OpenDocument presentations using JavaScript and Aspose.Slides for Node.js. Customize Fonts, colors, alignment, and more.... Pptx ); Manage Paragraph’s Font Properties Presentations usually...js via Java to configure the font properties of paragraphs of...

    docs.aspose.com/slides/nodejs-java/text-formatt...
  4. How to Convert TSV to Excel in Node.js

    This short topic explains how to convert TSV to Excel in Node.js. It covers all the required details like the configuration steps, step-wise process and a working sample code that changes TSV to XLSX in Node.js....Font Product Family Aspose.TeX Product...further customize the TSV file loading process as well as the saving...

    kb.aspose.com/cells/nodejs/how-to-convert-tsv-t...
  5. Format PowerPoint Text in PHP|Aspose.Slides for...

    Format and style text in PowerPoint and OpenDocument presentations using Aspose.Slides for PHP via Java. Customize Fonts, colors, alignment, and more....SaveFormat :: Pptx ); Manage Font Properties of a Paragraph Presentations...PHP via Java to configure the font properties of paragraphs of...

    docs.aspose.com/slides/php-java/text-formatting/
  6. Convert OFT to PCL in Python | products.aspose.com

    Save OFT to PCL in your Python applications without using Microsoft Outlook or Word...used to control the layout, font, and graphics of a printed page...a two step process, firstly load Email and render it into HTML...

    products.aspose.com/total/python-net/conversion...
  7. Change styles for complete document - Free Supp...

    Hi we are trying to change style of document, there are few issues that are seen and need support for resolving the issues we are using the below function to change the Font name and Font size def change_styles(self, f…...lf, font, target_font: str = None) -> None: target_font = target_font...target_font or self.target_font_name if self.is_protected_font(font):...

    forum.aspose.com/t/change-styles-for-complete-d...
  8. Working with GridJs Client Side|Documentation

    This article introduce the client javascript APIs or functions in GridJs...."gridjs-demo" >< /div> options : the load options for example the below...: true }) the parameters for load options: Parameter Description...

    docs.aspose.com/cells/java/aspose-cells-gridjs/...
  9. PDF sticky Annotations using C#|Aspose.PDF for ...

    Learn how to create sticky annotations, such as notes and highlights, in PDFs using Aspose.PDF in .NET....pdf" )) { // Load Page object to add Annotation...wa ); // Create TextState for Font settings var ts = new Aspose...

    docs.aspose.com/pdf/net/sticky-annotations/
  10. Insert text with html to a table cell PDF .net ...

    Hi, i am building a PDF document. i need to add text Dim s1 As String = "STAFF STATUS: "to a table cell. since it has html in it, i believe i have to do something different. here is part the code. Dim doc As Do…... // Load source PDF document Document...style='text-align:center;'><h3 style='font-family:Arial;'>QUOTATION</h3></div>");...

    forum.aspose.com/t/insert-text-with-html-to-a-t...