Sort Score
Result 10 results
Languages All
Labels All
Results 2,021 - 2,030 of 14,097 for

load font

(0.17 sec)
  1. 用指定打印纸张大小的via JavaScript和C++加载工作簿|Documentation

    学习如何在用Aspose.Cells for JavaScript通过C++加载工作簿时设置打印纸张大小...> </ head > < body > < h1 > Load Workbook With Printer Size Example..."/lic/aspose.cells.enc" , fontPath : "/fonts/" , fontList : [ "arial.ttf"...

    docs.aspose.com/cells/zh/javascript-cpp/load-wo...
  2. Public API Changes in Aspose.Cells 8.5.2|Docume...

    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....style and set its fill color and font color Style style = cell . GetStyle...Color . LightBlue ; style . Font . Color = Color . Black ; //...

    docs.aspose.com/cells/net/public-api-changes-in...
  3. Scan QR Code using Python

    This topic explains the process to scan QR code using Python. It covers the algorithm along with the sample code to create QR scanner in Python....Font Product Family Aspose.TeX Product...of the BarCodeReader class to load the input image Specify the...

    kb.aspose.com/barcode/python/scan-qrcode-using-...
  4. How to Convert EPUB to PDF in Python

    This precise tutorial explains how to convert EPUB to PDF in Python. It contains all the details required to configure the environment, program flow and a runnable sample code that demonstrates the conversion process from EPUB to PDF in Python with the help of a few lines of code....Font Product Family Aspose.TeX Product...environments. The customization of loading the EPUB file is demonstrated...

    kb.aspose.com/pdf/python/how-to-convert-epub-to...
  5. Convert AI to PDF using Aspose.PSD Python: Quic...

    Learn how to programmatically convert Adobe Illustrator AI files to PDF format with Aspose.PSD for Python via .NET. Step-by-step guide for beginners....Steps to Convert AI to PDF Loading an AI file in Python Configuring...access to the conversion classes. Load the AI file : Create a PsdImage...

    blog.aspose.com/psd/python-via-net-simple-ai-to...
  6. Navigate SVG – Aspose.SVG for Python via .NET

    Learn how to inspect SVG using Python, iterate through SVG elements, and navigate through SVG using CSS Selector or XPath....Font Product Solution Aspose.TeX...Drawing Product Solution Aspose.Font Product Solution Aspose.TeX...

    docs.aspose.com/svg/python-net/navigate-svg/
  7. Using WorkbookMetadata with JavaScript via C++|...

    Learn how to edit workbook metadata using Aspose.Cells for JavaScript via C++....Cells allows you to load a lightweight version of a workbook...the WorkbookMetadata class to load the workbook. The following...

    docs.aspose.com/cells/javascript-cpp/using-work...
  8. Public API Changes in Aspose.Note for .NET 2.1....

    This document outlines the changes made to the public APIs of Aspose.Note for the .NET platform in version 2.1.0....Font Product Solution Aspose.TeX...Drawing Product Solution Aspose.Font Product Solution Aspose.TeX...

    docs.aspose.com/note/net/public-api-changes-in-...
  9. Convert USDZ to GLB in Python

    This basic guide provides insights to convert USDZ to GLB in Python. It covers the ordered steps, setup essentials, and a useful code segment to implement a USDZ to GLB converter in Python....Font Product Family Aspose.TeX Product...Install Aspose.3D in your system Load the USDZ input using the Scene...

    kb.aspose.com/3d/python/convert-usdz-to-glb-in-...
  10. 使用 C++ 向 PDF 添加文本|Aspose.PDF for C++

    本文描述了在 Aspose.PDF 中处理文本的各个方面。了解如何向 PDF 添加文本、添加 HTML 片段或使用自定义 OTF 字体。...pdf" ); // Load the PDF file auto document =...textFragment -> get_TextState () -> set_Font ( FontRepository :: FindFont...

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