Sort Score
Result 10 results
Languages All
Labels All
Results 2,491 - 2,500 of 34,341 for

custom font

(0.11 sec)
  1. 将 Type1 字体转换为 TrueType | C# .NET API 解决方案

    本文将详细介绍如何使用 Aspose.Page API 的 .NET 解决方案将 Type1 字体转换为 TTF。并提供了代码片段。...Font Product Solution Aspose.TeX...app About About Us Contact Customers Legal Security Events Acquisition...

    docs.aspose.com/page/zh/net/type1-to-ttf/
  2. WBS Associated with a Task | Aspose.Tasks Docum...

    Learn how to work with WBS values in tasks using Aspose.Tasks for Java....Font Product Solution Aspose.TeX...app About About Us Contact Customers Legal Security Events Acquisition...

    docs.aspose.com/tasks/java/wbs-associated-with-...
  3. Mail Merge Template in Python|Aspose.Words for ...

    Create a Mail Merge template to define fixed content in output documents, and then generate merge documents using the merge fields in Python....example code and notes on customizing template properties. It is...shows the created template: Customize a Mail Merge Template Properties...

    docs.aspose.com/words/python-net/mail-merge-tem...
  4. Barcode Generation Basics - Create Barcodes in ...

    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.... managing barcode size, customizing barcode text, saving generated...Outlines the capabilities to customize the barcode measurement units...

    docs.aspose.com/barcode/python-java/barcode-gen...
  5. C# .NET Core File Automation APIs | products.as...

    C# ASP.NET VB.NET APIs to create manipulate convert and render any type of documents... The PDF API handles fonts, text, images, pages, documents...CSS prefix for HTML export, custom date formats in PDF export...

    products.aspose.com/total/net/
  6. Clarification on usePdfImageConversion Support ...

    Hello, We are a licensed Aspose.Total Customer using Aspose.PDF for Java (version 23.1), and we would like to request clarification and assistance regarding the following: 1. usePdfImageConversion — Feature Availabili…...Total customer using Aspose.PDF for Java...seeing issues on some documents: Font or formatting degradation (compared...

    forum.aspose.com/t/clarification-on-usepdfimage...
  7. Make WORD Using C++

    Make a new a Word document in C++ in a few steps. Easily create a Word document using C++ library....<DocumentBuilder>(doc); auto font = builder-> get_Font (); font-> set_Name (...( u"Courier New" ); font-> set_Color (System::Drawing::Color::...

    products.aspose.com/words/cpp/make/word/
  8. Make PDF Using C++

    Make a new PDF in C++ in a few steps. Easily create PDF using C++ library....<DocumentBuilder>(doc); auto font = builder-> get_Font (); font-> set_Name (...( u"Courier New" ); font-> set_Color (System::Drawing::Color::...

    products.aspose.com/words/cpp/make/pdf/
  9. Make Markdown Using C++

    Make a new Markdown in C++ in a few steps. Easily create Markdown using C++ library....<DocumentBuilder>(doc); auto font = builder-> get_Font (); font-> set_Name (...( u"Courier New" ); font-> set_Color (System::Drawing::Color::...

    products.aspose.com/words/cpp/make/md/
  10. Make A Document In C++

    Create a file using C++ library. Easily create a new document in C++ in a few steps....<DocumentBuilder>(doc); auto font = builder-> get_Font (); font-> set_Name (...( u"Courier New" ); font-> set_Color (System::Drawing::Color::...

    products.aspose.com/words/cpp/make/