Sort Score
Result 10 results
Languages All
Labels All
Results 5,721 - 5,730 of 137,427 for

font

(0.24 sec)
  1. Aspose.Words 23.1.0 – Conversion Hangs(Timeout ...

    Hi Team, We are using Aspose.Words 23.1.0 and encountering an issue when converting a specific Word file to PDF. The code execution gets stuck at the line wordDoc.Save(pdfStream, saveOptions); and does not proceed furt…..."); // Configure font settings var fontPath = Path...Path.Combine("/tmp", "fonts"); if (!Directory.Exists(fontPath))...

    forum.aspose.com/t/aspose-words-23-1-0-conversi...
  2. 通過 .NET 從 PPTX 文檔中提取文本和圖像 | products.aspose.com

    C# 源代碼,用於從 .NET Framework、.NET Core、Windows Azure、Mono 或 Xamarin 平台上的 PPTX 文件中提取文本和圖像。...Text); //Display font height of the text Console.WriteLine(port...PortionFormat.FontHeight); //Display font name of the text if (port.PortionFormat...

    products.aspose.com/slides/zh-hant/net/parser/p...
  3. 通過 Java 從 ODP 文檔中提取文本和圖像 | products.aspose.com

    用於從 JSP/JSF 應用程序和桌面應用程序的 Java 運行時環境中的 ODP 文件中提取文本和圖像的 Java 示例代碼。...getText()); //Display font height of the text System. out...getFontHeight()); //Display font name of the text System. out...

    products.aspose.com/slides/zh-hant/java/parser/...
  4. 许可| JavaScript 版 Aspose.Font

    JS API供开发人员操纵和字体文件。在这里,您将找到如何获得通过 C++ 实现的 Aspose.Font for JavaScript许可证。...Font Product Solution Aspose.TeX...Drawing Product Solution Aspose.Font Product Solution Aspose.TeX...

    docs.aspose.com/font/zh/javascript-cpp/licensing/
  5. 通過Java從PPT文檔中提取文本和圖像 | products.aspose.com

    Java 示例代碼,用於從 JSP/JSF 應用程序和桌面應用程序的 Java 運行時環境中的 PPT 文件中提取文本和圖像。...getText()); //Display font height of the text System. out...getFontHeight()); //Display font name of the text System. out...

    products.aspose.com/slides/zh-hant/java/parser/...
  6. ChartDataLabel class | Aspose.Words for Python

    aspose.words.drawing.charts.ChartDataLabel class. Represents data label on a chart point or trendline...Name Description font Provides access to the font formatting of...

    reference.aspose.com/words/python-net/aspose.wo...
  7. 如何运行示例 | .NET 版 Aspose.Font

    .NET API操纵字体文件。要运行示例,请从Visual Studio中的GitHub下载并运行C#字体操纵和管理API示例。...Font Product Solution Aspose.TeX...Drawing Product Solution Aspose.Font Product Solution Aspose.TeX...

    docs.aspose.com/font/zh/net/how-to-run-the-exam...
  8. HtmlFixedSaveOptions Class | Aspose.Words for .NET

    Discover Aspose.Words.Saving.HtmlFixedSaveOptions to enhance your document saving experience. Customize settings for optimal HtmlFixed format output....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/net/aspose.words.sav...
  9. Installation | Aspose.Font for .NET

    Learn about how to install C# Font Manipulation and Management API on .NET Platform through NuGet and Package Manager Console....Font Product Solution Aspose.TeX...Drawing Product Solution Aspose.Font Product Solution Aspose.TeX...

    docs.aspose.com/font/net/installation/
  10. 使用 C++ 製作 PDF

    通過幾個步驟在 C++ 中創建一個新的 PDF。使用 C++ 庫輕鬆創建 PDF。...<DocumentBuilder>(doc); auto font = builder-> get_Font (); font-> set_Name (...( u"Courier New" ); font-> set_Color (System::Drawing::Color::...

    products.aspose.com/words/zh-hant/cpp/make/pdf/