Sort Score
Result 10 results
Languages All
Labels All
Results 141 - 150 of 455 for

font subsetting

(0.42 sec)
  1. HtmlSaveOptions.font_saving_callback property |...

    HtmlSaveOptions.Font_saving_callback property. Allows to control how Fonts are saved when a document is saved to HTML, MHTML or EPUB....font_saving_callback property HtmlSaveOptions.font_saving_callback...property Allows to control how fonts are saved when a document is...

    reference.aspose.com/words/python-net/aspose.wo...
  2. Search and Extract PDF Text in Python|Aspose.PD...

    Learn how to search, inspect, and extract text from PDF documents in Python....fragment—such as its position, font attributes, color, and embedding...Basic Text Information. Print Font and Formatting Details. import...

    docs.aspose.com/pdf/python-net/search-and-get-t...
  3. 使用 C# 格式化 PDF 文档|Aspose.PDF for .NET

    使用 Aspose.PDF for .NET 创建和格式化 PDF 文档。使用下一个代码片段来解决您的任务。...Font 类将字体嵌入 PDF 文件。要嵌入完整字体,请使用 Font 类的 IsEmbeded...) { if ( page . Resources . Fonts != null ) { foreach ( var pageFont...

    docs.aspose.com/pdf/zh/net/formatting-pdf-docum...
  4. FontInfoCollection class | Aspose.Words for Nod...

    Aspose.Words.Fonts.FontInfoCollection class. Represents a collection of Fonts used in a document...Represents a collection of fonts used in a document. To learn...more, visit the Working with Fonts documentation article. Remarks...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  5. FontSavingArgs.document property | Aspose.Words...

    FontSavingArgs.document property. Gets the document object that is being saved....exporting fonts when saving to HTML. def handle_font_saving (...args ): # Custom logic: export font to file in ARTIFACTS_DIR # args...

    reference.aspose.com/words/python-net/aspose.wo...
  6. Save PDF Document using C++|Aspose.PDF for C++

    Learn how to save PDF file with Aspose.PDF for C++ library....archiving, such as font linking (as opposed to font embedding) and...management guidelines, embedded font support, and a user interface...

    docs.aspose.com/pdf/cpp/save-pdf-document/
  7. Display typeface

    What is display Font? Get a comprehensive understanding of these typefaces, their classification, peculiarities, pros, and cons....Font Product Solution Aspose.TeX...Drawing Product Solution Aspose.Font Product Solution Aspose.TeX...

    docs.aspose.com/font/net/what-is-font/display-f...
  8. Save PDF document programmatically|Aspose.PDF f...

    Learn how to save PDF file in Python Aspose.PDF for Python via .NET library. Save PDF document to file system, to stream, and in Web applications....archiving, such as font linking (as opposed to font embedding) and...management guidelines, embedded font support, and a user interface...

    docs.aspose.com/pdf/python-net/save-pdf-document/
  9. Save PDF document programmatically|Aspose.PDF f...

    Learn how to save PDF file in C# Aspose.PDF for .NET PDF library. Save PDF document to file system, to stream, and in Web applications....archiving, such as font linking (as opposed to font embedding) and...management guidelines, embedded font support, and a user interface...

    docs.aspose.com/pdf/net/save-pdf-document/
  10. How to Imprve performance below below Aspose.wo...

    Below is the C# code which is taking longer time to execute public void CreatePDFFile() { try { var logger = log4net.LogManager.GetLogger(System.Reflection.MethodBase.GetCurrentMethod().DeclaringType); …...loadOptions); } // Map your local fonts folder (where ARIALUNI.TTF resides)...MapPath("~"), "fonts"); // Configure Aspose to load fonts from that...

    forum.aspose.com/t/how-to-imprve-performance-be...