Sort Score
Result 10 results
Languages All
Labels All
Results 871 - 880 of 22,167 for

font converter

(0.17 sec)
  1. Aspose.Cells Limitation for row parse - Free Su...

    We are evaluating Aspose.Cells Java for generating excel from Html We want to buy solution but while evaluation we found that it’s not able to convert file after certain number of cells is this limitation of software or…...found that it’s not able to convert file after certain number of...loss or layout issues when converting HTML tables to Excel, particularly...

    forum.aspose.com/t/aspose-cells-limitation-for-...
  2. FindReplaceOptions.applyFont property | Aspose....

    FindReplaceOptions.applyFont property. Text formatting applied to new content.... Font Examples Shows how to apply a different font to new...DocumentBuilder ( doc ); builder . font . name = "Arial" ; builder ...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  3. Change the format of a cell with Golang via C++...

    How to use Aspose.Cells library in C++ to change the formatting of cells, including Font, color, border, etc. By adjusting these properties, you have more control over how cells look and appear....you can change the font style, font size, font color, number format...various formatting options (e.g., font color, bold), and change the...

    docs.aspose.com/cells/go-cpp/how-to-change-form...
  4. 将 Type3 字体转换为 TrueType | C# .NET API 解决方案

    本文介绍了如何使用 Aspose.Page API 解决方案将 Type3 字体转换为 .NET 格式的 TTF 字体。其中包含代码片段。...Font Product Solution Aspose.TeX...Drawing Product Solution Aspose.Font Product Solution Aspose.TeX...

    docs.aspose.com/page/zh/net/type3-to-ttf/
  5. How specify page size settings to not affect on...

    I converting HTML to Image and insert result image in HTML document. How make content to fill all space on screen? Not A4, A5 or any other format. I need ignore Page size, or specify it like it new Size(100%, 100%); I…...March 27, 2023, 1:31am 1 I converting HTML to Image and insert...png (123.1 KB) But after converting html to image i receiving...

    forum.aspose.com/t/how-specify-page-size-settin...
  6. When converting docx to html using aspose .net ...

    using var stream = new MemoryStream(); HtmlSaveOptions options = new HtmlSaveOptions(SaveFormat.Html) { PrettyFormat = true, ExportHeadersFootersMode = ExportHeadersFootersMode.PerSection, ExportImagesAsBase…...When converting docx to html using aspose .net words tell me...me how to get the proper fonts as well with the html in response...

    forum.aspose.com/t/when-converting-docx-to-html...
  7. Word to PDF conversion issue when deployed on A...

    Hello Aspose Support Team, We are facing a Word to PDF conversion issue using Aspose.Words for .NET that occurs only when deployed on Azure App Service, while the exact same code and document work correctly in a local …... Scenario We are converting a DOCX file to PDF using...following: Font handling Bundled all required fonts with the application...

    forum.aspose.com/t/word-to-pdf-conversion-issue...
  8. Fill.Transparency | Aspose.Words for .NET

    Adjust the fill transparency from 0.0 (opaque) to 1.0 (clear) for customizable visual effects in your designs. Enhance your project's aesthetics today!... Examples Shows how to convert any of the fills back to solid...docx" ); // Get Fill object for Font of the first Run. Fill fill...

    reference.aspose.com/words/net/aspose.words.dra...
  9. Index Value Error while converting Words to PDF...

    While converting Word document to PDF Document using Aspose.words in SUSE Linux Environment, Facing Error like Below Expected a value between 0 and 0. Parameter name: index java.lang.IllegalArgumentException: Expected a…...Index Value Error while converting Words to PDF Aspose.Words...1, 2025, 11:44am 1 While converting Word document to PDF Document...

    forum.aspose.com/t/index-value-error-while-conv...
  10. Create Tables in NPOI|Aspose.Words for .NET

    Create a table in a document easily and fast instead of using NPOI in C#.... Font . Position = 100 ; builder . Font . Name = "Courier"...; builder . Font . Bold = true ; builder . Font . Underline =...

    docs.aspose.com/words/net/create-tables-in-npoi/