Sort Score
Result 10 results
Languages All
Labels All
Results 5,841 - 5,850 of 137,427 for

font

(0.1 sec)
  1. 如何运行示例| Java 版 Aspose.Font

    Java API操纵字体文件。要运行示例下载并运行Visual Studio中GitHub的Java字体操纵和管理API示例。...Font Product Solution Aspose.TeX...Drawing Product Solution Aspose.Font Product Solution Aspose.TeX...

    docs.aspose.com/font/zh/java/how-to-run-the-exa...
  2. How to Convert PDF to HTML in C#

    This brief topic focuses on how to convert PDF to HTML in C#. You can export PDF to HTML in C# by using simple API calls with no dependence on Adobe Acrobat or any other third party tool....Font Product Family Aspose.TeX Product...HtmlSaveOptions object to set Fonts, SVG and Image save options...

    kb.aspose.com/pdf/net/how-to-convert-pdf-to-htm...
  3. System Requirements|Aspose.Slides for Python Do...

    Discover Aspose.Slides for Python via .NET system requirements. Ensure seamless PowerPoint and OpenDocument support on Windows, Linux, and macOS.... Which fonts are needed for correct rendering...rendering? In practice, the fonts used in the presentation or proper...

    docs.aspose.com/slides/python-net/system-requir...
  4. 在 Android 上配置回退字体集合|Aspose.Slides 文档

    在 Aspose.Slides for Android 中通过 Java 设置回退字体集合,以保持 PowerPoint 和 OpenDocument 演示文稿中的文本一致且清晰。...Render Presentation with Fallback Font 。 FAQ Will my fallback rules...Does Aspose distribute any fonts with the library? 不会。您需要自行添加和使用字体,责任自行承担。...

    docs.aspose.com/slides/zh/androidjava/create-fa...
  5. Watermark DOCX Files Online or using Java | pro...

    Free online app to Watermark different DOCX files. Java watermark library code for DOCX documents....class object Set options like font, color, layout Use getWatermark()...JRE. For JogAmp JOGL, Harfbuzz font engine and Java Advanced Imaging...

    products.aspose.com/total/java/watermark/docx/
  6. How to Convert Word to HTML using C++

    In this short tutorial, we will learn how to convert Word to HTML using C++. For converting word to html format in C++, you need to make simple API calls in few simple steps on MS Windows or Linux....Font Product Family Aspose.TeX Product...of the output HTML file like font or image resources, CSS style...

    kb.aspose.com/words/cpp/how-to-convert-word-to-...
  7. Add Watermark to PPTX Presentation Files using ...

    Python source code for adding Watermark to PPTX Presentation....150 , 200 , 200 , 200 ) # Set Font Size of Text Watermark watermarkPortion...watermarkPortion . portion_format . font_height = 16 pres . save( "watermark...

    products.aspose.com/slides/python-net/watermark...
  8. Add Page Number to PDF with C++|Aspose.PDF for C++

    Aspose.PDF for C++ allows you to add Page Number Stamp to your PDF file using PageNumber Stamp class.... You can also set the font attributes of the page number...//pageNumberStamp.TextState.Font = FontRepository.FindFont("Arial");...

    docs.aspose.com/pdf/cpp/add-page-number/
  9. Issue Text : Box child can not be null - Free S...

    Hi, i have generating the pdf dynamically using c#. After appending the data to document, try to save the document using document.save or memory stream. During the time i have facing the below issue. Box child can not …...10px;'><span style='color: green;font-size: 14px;'>Supplier Response:</span></div>";...10px;'><span style='color: green;font-size: 14px;'>Supplier Response:</span></div>";...

    forum.aspose.com/t/issue-text-box-child-can-not...
  10. 使用 C++ 向 PDF 添加文本|Aspose.PDF for C++

    本文描述了在 Aspose.PDF 中处理文本的各个方面。了解如何向 PDF 添加文本、添加 HTML 片段或使用自定义 OTF 字体。...textFragment -> get_TextState () -> set_Font ( FontRepository :: FindFont...fontFile ( "C: \\ Windows \\ Fonts \\ Arial.ttf" ); // 加载输入 PDF...

    docs.aspose.com/pdf/zh/cpp/add-text-to-pdf-file/