Sort Score
Result 10 results
Languages All
Labels All
Results 511 - 520 of 10,126 for

ttf

(2.51 sec)
  1. What is XPS an file? | Knowledge Base

    XPS as one of the PDLs languages is explained in this article. Along with it this page briefly answers the question "what is an XPS document?"...TTF extension for TrueType fonts...format combining TrueType Font (TTF) and Compact Font (CFF) formats...

    docs.aspose.com/page/net/what-is-xps-file/
  2. Aspose.Cells - Font becomes bold during Excel t...

    Hi, I’m using Aspose Cells to convert an Excel spreadsheet file into a PDF file and the original font in the spreadsheet (Helvetica regular) becomes bold in the output PDF. I checked that the font is installed and is loc…...ttf) files (e.g., Helvetica) used...The font file “HELVETICA-BOLD.TTF” is expected to be Bold style...

    forum.aspose.com/t/aspose-cells-font-becomes-bo...
  3. HtmlFixedSaveOptions Class | Aspose.Words for .NET

    Discover Aspose.Words.Saving.HtmlFixedSaveOptions to enhance your document saving experience. Customize settings for optimal HtmlFixed format output....ttf" : case ".woff" : { // By default...

    reference.aspose.com/words/net/aspose.words.sav...
  4. 加载 Web-Open-Font (WOFF) 文件 | .NET

    有关如何使用 Aspose.Font 库在 .NET 中加载、检查和转换 Web-Open-Font (WOFF) 文件的分步指南,涵盖文件系统、字节数组和流源。...现在您可以渲染文本、检查字形度量或将其转换为其他格式(TTF、SVG 等)。 加载 WOFF 字体的替代方法 从 字节数组...在转换为适当的子类或使用通用 API 后调用 font.Save("output.ttf"); 。 子集/合并 – 将多种字体合并到一个集合中。 提取许可信息...

    docs.aspose.com/font/zh/net/how-to-load-fonts/l...
  5. Aspose.Slides Throws an Exception When Attempti...

    Hi, I’m getting the following error when running an application using Aspose.Slides in a Alpine linux container. I’ve tried upgrading to 25.10, but the issue still persists. It occurs when the code attempts to clone a sl…...--no-cache libgdiplus fontconfig ttf-dejavu # Ensure the loader can...

    forum.aspose.com/t/aspose-slides-throws-an-exce...
  6. Convert Project Data to HTML in C++ | Aspose.Ta...

    Learn how to convert Microsoft Project (MPP/XML) projects to HTML using Aspose.Tasks for C++....set_FontFaceTypes(Aspose::Tasks::FontFaceType::Ttf); tmp_0 -> set_ExportCss(Asp...

    docs.aspose.com/tasks/cpp/convert-project-data-...
  7. Segmentation Fault with Aspose.Slides.NET6.Cros...

    Hello, We investigated multiple options to enable PPT/PPTX to PDF conversion on AWS Lambda .NET 8 Linux, using Aspose.Slides. Main findings Aspose.Slides.NET6.CrossPlatform loads the managed Aspose.Slides.dll correct…...<dir>/opt/usr/share/X11/fonts/TTF</dir> <dir>/opt/usr/local/share/fonts</dir>...

    forum.aspose.com/t/segmentation-fault-with-aspo...
  8. File Format APIs for .NET Core, Java, Python, C...

    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....font formats including CFF, TTF, TrueType, OpenType, SVG, EOT...

    products.aspose.com/
  9. docx转PDF,创建Document程序卡死 - Free Support Forum - ...

    版本:23.8 编程语言:java 现象: 在客户的阿里云云服务器(windows操作系统), 执行以下代码时(Document doc = new Document(new ByteArrayInputStream(bytes));),进程卡死 异常文件: 龙华站合同终止_通知函_20251125 补充非电 -1126 Clean.docx (37.7 KB) jstack命令输出结果:...setFontsFolder("C:/MyFonts", true); // 将所有需要的 TTF/OTF 放到此文件夹 // 2) 将 FontSettings...

    forum.aspose.com/t/docx-pdf-document/322211
  10. Add Text to PDF using C++|Aspose.PDF for C++

    Learn how to insert text into PDF documents in C++ using Aspose.PDF for content customization....ttf" ); // Load input PDF file auto...( fontStream , FontTypes :: TTF )); // Specify the position for...

    docs.aspose.com/pdf/cpp/add-text-to-pdf-file/