Sort Score
Result 10 results
Languages All
Labels All
Results 371 - 380 of 12,616 for

font initialization

(0.2 sec)
  1. 使用 C# 向 PDF 添加文本|Aspose.PDF for .NET

    学习如何使用 Aspose.PDF 在 .NET 中向 PDF 文档添加文本,以增强内容和编辑文档。... Font = Aspose . Pdf . Text . FontRepository...fontFile )) { // Load the TrueType font into stream object using ( FileStream...

    docs.aspose.com/pdf/zh/net/add-text-to-pdf-file/
  2. 修改现有风格|Documentation

    Aspose.Cells是一个JavaScript/C++库,用于处理电子表格文件,允许用户修改现有单元格样式。本文介绍如何使用Aspose.Cells库修改现有单元格样式,以满足不同的外观需求。...enc" , fontPath : "/fonts/" , fontList : [ "arial.ttf"...console . log ( "Aspose.Cells initialized" ); }); document . getElementById...

    docs.aspose.com/cells/zh/javascript-cpp/modify-...
  3. Add Text to Image in C# | Add Text to Photo | W...

    Learn how to add text to images in C#. Learn how to add text to photos or write text on images with this step-by-step tutorial.... Initialize a SolidBrush class object... Define a Font class object with the desired font family, style...

    blog.aspose.com/drawing/add-text-to-image-in-cs...
  4. Online OFT to DOT Conversion or Build .NET base...

    Free online app to convert OFT to DOT files. .NET C# conversion library code for OFT documents....Programmatically : Use Cases OTF (OpenType Font) files are used to store typography...creating font designs and digitizing classic fonts. However,...

    products.aspose.com/total/net/conversion/oft-to...
  5. mauibarcode.zip

    mauibarcode/mauibarcode/App.xaml mauibarcode/mauibarcode/App.xaml.cs namespace mauibarcode; public partial class App : Application { public App() { InitializeComponent(); MainPage = new AppShell();......Font.FamilyName = "Pristina"; generator...Aspose.Drawing.Font textFont = new Aspose.Drawing.Font("Pristina"...

    docs.aspose.com/barcode/net/aspose-barcode-in-n...
  6. Convert HTML to PDF|Aspose.PDF for PHP via Java

    Learn how to easily convert HTML documents to PDF format using Aspose.PDF in PHP and Java.... Initialize Document object. Save output...Set Print or Screen mode. Initialize Document object . Save output...

    docs.aspose.com/pdf/php-java/convert-html-to-pdf/
  7. Assign a Macro to a Form Control with JavaScrip...

    Learn how to assign a macro code to a Form Control such as a button using Aspose.Cells for JavaScript via C++....enc" , fontPath : "/fonts/" , fontList : [ "arial.ttf"...console . log ( "Aspose.Cells initialized" ); }); document . getElementById...

    docs.aspose.com/cells/javascript-cpp/assign-mac...
  8. Convert Excel file to PDF format compatible wit...

    Learn how to convert Excel files to PDF/A compliant PDF files using Aspose.Cells for JavaScript via C++....archival format that embeds all fonts used in the document within...features, such as font linking (as opposed to font embedding) and...

    docs.aspose.com/cells/javascript-cpp/convert-ex...
  9. Convert various Images formats to PDF in .NET|A...

    Convert various images formats such as, CDR, DJVU, BMP, CGM, JPEG, DICOM, PNG, TIFF, EMF and SVG to PDF using C# .NET....images: Convert BMP to PDF Initialize a new Document class object...Convert EMF to PDF Firstly, initialize Document class object. Load...

    docs.aspose.com/pdf/net/convert-images-format-t...
  10. Add Text to JPG Images Using Java – Aspose.Drawing

    Step-by-step guide to add text on JPG images using Java and Aspose.Drawing. Learn code, captions, and free online tools....drawing shapes, and handling fonts, allowing high‑quality graphical...bitmap with fromImage() . Initialize a SolidBrush with the desired...

    blog.aspose.com/drawing/write-text-on-jpg-in-java/