Sort Score
Result 10 results
Languages All
Labels All
Results 3,981 - 3,990 of 31,561 for

custom font

(0.08 sec)
  1. Manipulate PDF Document|Aspose.PDF for C++

    This section explains about validation PDF Document for PDF A Standard, how to work with TOC, how to set PDF expiry date, and how to determine the Progress of PDF file generation.... The output XML format is custom Aspose format. The XML contains...heading2 -> get_TextState () -> set_Font ( FontRepository :: FindFont...

    docs.aspose.com/pdf/cpp/manipulate-pdf-document/
  2. Vectorizing Images – Python Code Examples

    Learn how to vectorize images using Aspose.SVG for Python via .NET. Consider image vectorization examples and the effect of configuration properties on the result....Font Product Solution Aspose.TeX...app About About Us Contact Customers Legal Security Events Acquisition...

    docs.aspose.com/svg/python-net/vectorize-images/
  3. Image Vectorization – C# Examples – Aspose.SVG ...

    Learn how to vectorize images with Aspose.SVG. Consider image vectorization functionalities and the effect of configuration properties on the result....Font Product Solution Aspose.TeX...app About About Us Contact Customers Legal Security Events Acquisition...

    docs.aspose.com/svg/net/image-vectorization-exa...
  4. Convert PostScript files using .NET

    PS to PDF conversion functionality included in Aspose.Page API solution for .NET is explained and illustrated with the code snippets here....Font Product Solution Aspose.TeX...app About About Us Contact Customers Legal Security Events Acquisition...

    docs.aspose.com/page/net/convert-ps/
  5. 将 SVG 转换为 PDF – Python 示例

    您将学习如何以编程方式或在线将 SVG 转换为 PDF,并考虑使用 Aspose.SVG Python 库将 SVG 转换为 PDF 的 Python 示例。...Font Product Solution Aspose.TeX...app About About Us Contact Customers Legal Security Events Acquisition...

    docs.aspose.com/svg/zh/python-net/convert-svg-t...
  6. 将 EPUB 转换为 PNG – C# 代码示例

    使用 Aspose.HTML for .NET 将 EPUB 转换为 PNG。在C#示例中考虑各种EPUB到PNG的转换方案。尝试在线EPUB转换器。...Font Product Solution Aspose.TeX...app About About Us Contact Customers Legal Security Events Acquisition...

    docs.aspose.com/html/zh/net/convert-epub-to-png/
  7. Make WORD Using C#

    Make a new a Word document in C# in a few steps. Easily create a Word document using .NET library....var font = builder.Font; font.Name = "Courier New" ; font.Color...Color = Color.Blue; font.Size = 36 ; font.HighlightColor = Color...

    products.aspose.com/words/net/make/word/
  8. Make DOCX Using C#

    Make a new DOCX in C# in a few steps. Easily create DOCX using .NET library....var font = builder.Font; font.Name = "Courier New" ; font.Color...Color = Color.Blue; font.Size = 36 ; font.HighlightColor = Color...

    products.aspose.com/words/net/make/docx/
  9. Make HTML Using C#

    Make a new HTML in C# in a few steps. Easily create HTML using .NET library....var font = builder.Font; font.Name = "Courier New" ; font.Color...Color = Color.Blue; font.Size = 36 ; font.HighlightColor = Color...

    products.aspose.com/words/net/make/html/
  10. Make WORD Using Javascript

    Make a new a Word document in JavaScript in a few steps. Easily create a Word document using Node.js via .NET library....DocumentBuilder(doc) font = builder.font font.name = "Courier New" font.color...color = '#FF0000' font.size = 36 font.highlightColor = '#F0DB4F'...

    products.aspose.com/words/nodejs-net/make/word/