Sort Score
Result 10 results
Languages All
Labels All
Results 461 - 470 of 16,211 for

load font

(0.25 sec)
  1. PFA and PFB fonts Knowledge Base

    Discover PFA and PFB Fonts and how they impact typography and printing. Learn best practices for managing these Font formats effectively....Font Product Solution Aspose.TeX...Drawing Product Solution Aspose.Font Product Solution Aspose.TeX...

    docs.aspose.com/font/net/what-is-font/pfa-pfb-f...
  2. HtmlLoadOptions | Aspose.Words for Java

    Allows to specify additional options when Loading HTML document into a Document object in Java....specify additional options when loading HTML document into a Document...learn more, visit the Specify Load Options documentation article...

    reference.aspose.com/words/java/com.aspose.word...
  3. Aspose::Words::Saving::SaveOptions::get_AllowEm...

    Aspose::Words::Saving::SaveOptions::get_AllowEmbeddingPostScriptFonts method. Gets or sets a boolean value indicating whether to allow embedding Fonts with PostScript outlines when embedding TrueType Fonts in a document upon it is saved. The default value is false in C++....whether to allow embedding fonts with PostScript outlines when...when embedding TrueType fonts in a document upon it is saved. The...

    reference.aspose.com/words/cpp/aspose.words.sav...
  4. Aspose::Words::Fonts::TableSubstitutionRule::Lo...

    Aspose::Words::Fonts::TableSubstitutionRule::LoadLinuxSettings method. Loads predefined table substitution settings for Linux platform in C++....Aspose::Words::Fonts::TableSubstitutionRul::LoadLinuxSettings...::LoadLinuxSettings method Loads predefined table substitution...

    reference.aspose.com/words/cpp/aspose.words.fon...
  5. Get Warning Information while Saving Visio File...

    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....text that does not have a local font. In such case, Aspose.Diagram...call the diagram constructor to load diagram from a VSDX file Diagram...

    docs.aspose.com/diagram/net/get-warning-informa...
  6. NullReferenceException when saving PDF with spe...

    Hi, we are using using Aspose.PDF.Drawing 23.12.0 with a license, but the issue was also reproduced with the same code with the latest release (trial). The issue shows itself when running the .net core 8 application eit…...font..ctor(#=zjuhsxkwul6jhk3l0j8f=...Because we do no load any fonts. If loading a font from disk and...

    forum.aspose.com/t/nullreferenceexception-when-...
  7. 正在加载 Type-1 (PostScript) 字体 | .NET

    了解如何在 .NET 中使用 Aspose.Font 库加载 Type‑1(PostScript)字体,提供磁盘和内存来源的代码示例。...Font Product Solution Aspose.TeX...Drawing Product Solution Aspose.Font Product Solution Aspose.TeX...

    docs.aspose.com/font/zh/net/how-to-load-fonts/l...
  8. 使用 C++ 搜索 PDF | Aspose.PDF

    使用 Aspose.PDF for C++,使用 C++ 示例代码在不以编程方式打开 PDF 文档的情况下搜索 PDF 文档。... 搜索 PDF 文件-C++ // Load PDF document Document pdfDocument...()); System . out . println ( "Font - Name :- " + textFragment ...

    products.aspose.com/pdf/zh-hans/cpp/search/
  9. How to Imprve performance below below Aspose.wo...

    Below is the C# code which is taking longer time to execute public void CreatePDFFile() { try { var logger = log4net.LogManager.GetLogger(System.Reflection.MethodBase.GetCurrentMethod().DeclaringType); …...loadOptions); } // Map your local fonts folder (where ARIALUNI.TTF resides)...MapPath("~"), "fonts"); // Configure Aspose to load fonts from that...

    forum.aspose.com/t/how-to-imprve-performance-be...
  10. Convert Range to JSON - Free Support Forum - as...

    Hi, I want to convert a range I have in excel to a JSON and I want to capture the range as is along with all the formatting. The idea is that I want to use these JSON values to later set the range properties in another w…...public static void Run() { // Load the workbook Workbook workbook...Explanation: Load the Workbook : You need to load your Excel file...

    forum.aspose.com/t/convert-range-to-json/311994