Sort Score
Result 10 results
Languages All
Labels All
Results 5,021 - 5,030 of 141,419 for

font

(0.16 sec)
  1. Conversion from Word to PDF has some issues wit...

    Hi Support, We are licensed users of Aspose.Total. We are facing formatting issues while converting document from Word to PDF. We are trying to render the PDF with Bookmarks retained and below is how we have implemente…...suggestions: Check Font Embedding : Ensure that the fonts used in your...in the PDF. You can control font embedding using the EmbedFullFonts...

    forum.aspose.com/t/conversion-from-word-to-pdf-...
  2. Java Barcode API - Generate or Scan 1D 2D & Pos...

    Java barcode library to generate read recognize barcodes. Barcode SDK supports Linear & 2D barcodes as well as exports to JPG GIF PNG BMP and more image formats...of code text Manage caption & font styles Support for Checksum...the barcode type, input text, font style, background and foreground...

    products.aspose.com/barcode/java/
  3. Add Watermarks to Presentations in Java|Aspose....

    Manage text and image watermarks in PowerPoint and OpenDocument presentations in Java to indicate a draft, confidential information, copyright, and more....Set the Font for a Text Watermark You can change the font of the...and more. Can I customize the font and style of a text watermark...

    docs.aspose.com/slides/java/watermark/
  4. 在工作表中插入超链接|Documentation

    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....createCellStyle (); Font hlink_font = wb . createFont (); hlink_font . setUnderline...setUnderline ( Font . U_SINGLE ); hlink_font . setColor ( IndexedColors...

    docs.aspose.com/cells/zh/java/insert-hyperlinks...
  5. Excel Themes and Colors|Documentation

    C# code to use Excel Color Scheme with Aspose.Cells for .NET API...easy to coordinate colors, fonts, and graphic formatting effects...applies a cell’s foreground and font colors based on the default...

    docs.aspose.com/cells/net/excel-themes-and-colors/
  6. Extract ttf from ttc file, missing PostScriptNa...

    On Mac, I need to extract a ttf file from a ttc. I use this code to do that. int collectionIndex = 0 TtcFontSource source = new TtcFontSource(FontPath); FontDefinition[] fds = source.GetFontDefinitions(); TtfFont ttfF…...Font Product Family Whiletrue March...TtfFont ttfFont = Aspose.Font.Font.Open(fds[collectionIndex])...

    forum.aspose.com/t/extract-ttf-from-ttc-file-mi...
  7. Check Color Contrast – Aspose.HTML for Java

    Learn about contrast best practices for web accessibility and check color contrast using Aspose.HTML for Java. Make website accessible to read for all users....Font Product Solution Aspose.TeX...Drawing Product Solution Aspose.Font Product Solution Aspose.TeX...

    docs.aspose.com/html/java/check-color-contrast/
  8. Add Watermarks to Presentations in C++|Aspose.S...

    Manage text and image watermarks in PowerPoint and OpenDocument presentations in C++ to indicate a draft, confidential information, copyright, and more....Set the Font for a Text Watermark You can change the font of the...and more. Can I customize the font and style of a text watermark...

    docs.aspose.com/slides/cpp/watermark/
  9. Creating a Searchable PDF from a Scanned PDF Fi...

    Hi Everyone, We are testing Aspose C# SDk to create Searchable PDF from a scanned PDF file. But we are getting only OCR text result. Is there any way to achive this task using the sdk? We can only see OCR to Image SDK i…...placed at (0,0) with a very small font size – it is // invisible but...= new Position(0, 0), Font = new Font(FontFamily.Helvetica, 0...

    forum.aspose.com/t/creating-a-searchable-pdf-fr...
  10. 用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/