Sort Score
Result 10 results
Languages All
Labels All
Results 4,941 - 4,950 of 139,615 for

font

(0.09 sec)
  1. .docx to .html table formatting error - Free Su...

    Hi, When converting a .docx file to a.html file using Aspose.Words, I noticed a formatting issue when my EMF table is converted see screenshot attached. I had the same error with pdf conversion which as solved with …...true, // If font issues exist, exporting embedded fonts might help...= true // If font issues exist, exporting font resources might...

    forum.aspose.com/t/docx-to-html-table-formattin...
  2. 安装| Aspose.Font 适用于C++

    了解如何通过Nuget和Package Manager控制台在C ++平台上安装C ++字体操纵和管理API。...Font Product Solution Aspose.TeX...Drawing Product Solution Aspose.Font Product Solution Aspose.TeX...

    docs.aspose.com/font/zh/cpp/installation/
  3. ImageSaveOptions Class | Aspose.Words for .NET

    Discover Aspose.Words.Saving.ImageSaveOptions. Easily your document rendering with customizable options for high-quality image output....whether to allow embedding fonts with PostScript outlines when...when embedding TrueType fonts in a document upon it is saved. The...

    reference.aspose.com/words/net/aspose.words.sav...
  4. PDF OptimizeResources: 5 of 8 options have crit...

    Bug Report: Document.OptimizeResources — Multiple Critical Defects Product: Aspose.PDF for .NET Version Tested: 26.2.0 (issues also confirmed across v23.x–v25.x) Platform: .NET 10, Windows, x64 License: Aspose.Total (…...SubsetFonts = true : PDFNET-48897: Font subsetting makes pages unreadable...particularly severe for CID fonts (Chinese, Japanese, Korean)...

    forum.aspose.com/t/pdf-optimizeresources-5-of-8...
  5. Add Text Stamp to PDF using Python | Aspose.PDF

    Add text stamp to PDF file programmatically with Python sample code using Aspose.PDF for Python for .NET.... font = apdf . text . FontRepository . find_font ( "Arial"...text_state . font_size = 14 textStamp . text_state . font_style =...

    products.aspose.com/pdf/python-net/stamps/text/
  6. Create PDF using Python | Aspose.PDF

    This topic shows you how to use the Aspose.PDF for Python API to easily generate and read PDF files in Python applications.... font_size = 12 textFragment . text_state . font = apdf...text . FontRepository . find_font ( "TimesNewRoman" ) textFragment...

    products.aspose.com/pdf/python-net/create/
  7. Adding Watermark to PDF using Python|Aspose.PDF...

    This article explains the features of working with artifacts and getting watermarks in PDFs using programmatically the Python.... font_size = 72 text_state . foreground_color...text_state . font = ap . text . FontRepository . find_font ( "Courier"...

    docs.aspose.com/pdf/python-net/add-watermarks/
  8. 用C++设置字体|Documentation

    Aspose.Cells是一个用于处理电子表格文件的C++库。它支持设置单元格的字体,允许用户自定义单元格的字体样式和属性。本文将介绍如何使用Aspose.Cells库设置单元格字体。... GetStyle (); // Set the font name to "Times New Roman" style...cell . GetStyle (); // Set the font weight to bold style . GetFont...

    docs.aspose.com/cells/zh/cpp/cells-font-settings/
  9. Aspose Cells for javaでMS ゴシックのフォントが印刷で明朝体のフォントに...

    MS ゴシックのフォントで指定しているにもかかわらず、日本語の箇所が明朝体のように変換されて印刷されてしまう。 仕様ライブラリはaspose-cells-17.12.jar...この問題は次のように記録されています CELLSJAVA-43037 - Font problem on PDF conversion Toshihiro...se)_font.pdfの方)。 比較のためEXCELで印刷したファイル(output(excel)_font.pdf)も同梱します。...

    forum.aspose.com/t/aspose-cells-for-java-ms/204246
  10. Add Watermarks to Presentations in Python|Aspos...

    Learn how to manage text and image watermarks in PowerPoint and OpenDocument presentations in Python to indicate a draft, confidential information, copyright, and more....Set the Font for a Text Watermark You can change the font of the... latin_font = FontData ( "Arial" ) text_format . font_height...

    docs.aspose.com/slides/python-net/watermark/