Sort Score
Result 10 results
Languages All
Labels All
Results 5,391 - 5,400 of 142,636 for

font

(0.38 sec)
  1. Aspose.Words module | Aspose.Words for Node.js

    The Aspose.Words module provides classes for generating, converting, modifying, rendering and printing Microsoft Word documents without utilizing Microsoft Word.... Font Contains font attributes (font name, font size, color...more, visit the Working with Fonts documentation article. FontSubstitutionWarn...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  2. 使用 C# 在 PDF 中格式化文本|Aspose.PDF for .NET

    学习如何使用 Aspose.PDF 在 .NET 中格式化 PDF 文档中的文本,以增强文档的视觉呈现。... Font = Aspose . Pdf . Text . FontRepository...Set the font for TextFragment fragment . TextState . Font = Aspose...

    docs.aspose.com/pdf/zh/net/text-formatting-insi...
  3. 修改 AcroForm|Aspose.PDF for Python via .NET

    使用 Aspose.PDF for Python via .NET 修改 PDF 文档中的 AcroForm 字段,包括清除文本、设置限制、设置字段样式以及删除字段。...is_assignable def set_form_field_font ( input_file_name , output_file_name...[ 1 ]) font = ap . text . FontRepository . find_font ( "Calibri"...

    docs.aspose.com/pdf/zh/python-net/modifying-form/
  4. Image looks slightly different than in Excel af...

    Hi, we use following code to render an image in Excel to png: Workbook wb = new Workbook(“Example2.xlsx”); Worksheet excelWorksheet = wb.Worksheets[“Example 2”]; string rangeName = “BIPLI_Example2”; CellsHelper.DPI …...differences in rendering may stem from font availability, DPI settings,...issue: Check Font Settings : Ensure that the fonts used in your...

    forum.aspose.com/t/image-looks-slightly-differe...
  5. 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…...seeing issues on some documents: Font or formatting degradation (compared...method. However, issues such as font degradation and excessive white...

    forum.aspose.com/t/clarification-on-usepdfimage...
  6. Update PDF Links in Python|Aspose.PDF for Pytho...

    Learn how to update PDF link appearance and destinations in Python....near each link by changing its font color to red. It uses TextFragmentAbsorber...are modified by changing their font color to red, effectively marking...

    docs.aspose.com/pdf/python-net/update-links/
  7. Incorrect Rendering of EQ \x\bo (Bottom Rule) i...

    Description When converting Word documents containing EQ fields that use the \x\bo switch, Aspose.Words renders the equation incorrectly in both PNG and HTML outputs. The \bo switch in Word EQ fields represents a bottom…...style="widows:0; orphans:0; font-family:'Times New Roman'; font-size:12pt"><div><p...

    forum.aspose.com/t/incorrect-rendering-of-eq-x-...
  8. 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/
  9. 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/
  10. 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/