Sort Score
Result 10 results
Languages All
Labels All
Results 4,491 - 4,500 of 15,567 for

load font

(0.06 sec)
  1. RTF to PDF image cut off - Free Support Forum -...

    I’m converting a RTF that displays a full image properly when shown in MS Word, but when it’s converted using aspose (python version), the image is cut off: Before in Word: After in PDF: Any ideas how to fix?...SaveFormat, PdfSaveOptions # Load the RTF document doc = Document("input...PdfSaveOptions() pdf_options.embed_full_fonts = True # Adjust as needed #...

    forum.aspose.com/t/rtf-to-pdf-image-cut-off/317207
  2. How to Convert HTML to Word in Java

    This brief tutorial explains how to convert HTML to Word in Java by just Loading the HTML file and saving it as a Word file. While using Java HTML to Word conversion provides full control as you can configure the output Word file by setting all the characteristics supported by MS Word....Font Product Family Aspose.TeX Product...where the source HTML file is loaded into a Document class object...

    kb.aspose.com/words/java/how-to-convert-html-to...
  3. How to Export PDF to PowerPoint using C#

    This article guides on how to export PDF to PowerPoint using C#. It contains all the information required to set the development environment, list of tasks to be performed and a runnable sample code to change PDF to PowerPoint using C#....Font Product Family Aspose.TeX Product...options to customize the PDF loading and PPTX saving process. Steps...

    kb.aspose.com/pdf/net/how-to-export-pdf-to-powe...
  4. Word目录页码问题 - Free Support Forum - aspose.com

    问题:Word生成的目录不对,不能和PDF文件的目录对应,PDF的目录是正确地。请帮忙看看是什么原因,谢谢。 生成目录的核心代码如下: string desPath = Path.Combine(reportDesPath, fileName); Aspose.Words.Document doc = new Aspose.Words.Document(desPath); doc.UpdateFields(); doc.Update…...SetFontsFolder("C:\\Windows\\Fonts", true); LoadOptions loadOptions...TrueType Fonts Location in C# Specify various TrueType font sources:...

    forum.aspose.com/t/word/316558
  5. Change Image Brightness in Python

    This article guides on how to change image brightness in Python. It has details to set the IDE, a list of steps, and a sample code to increase brightness of image in Python....Font Product Family Aspose.TeX Product...brightness Load the input image using the imaging.Image.load() method...

    kb.aspose.com/imaging/python/change-image-brigh...
  6. How to Remove Metadata from Word Document using C#

    This article outlines the procedure for how to remove metadata from Word document using C#. It has the environment settings, a list of steps, a and a runnable sample code to clean metadata from Word document using C#....Font Product Family Aspose.TeX Product...for .NET to remove metadata Load the Word Document having custom...

    kb.aspose.com/words/net/how-to-remove-metadata-...
  7. 如何通过 JavaScript 和 C++ 控制工作表标签栏|Documentation

    学习如何使用 Aspose.Cells for JavaScript 通过 C++ 控制工作表标签栏。...enc" , fontPath : "/fonts/" , fontList : [ "arial.ttf"...); // If a file is provided, load it; otherwise create a new workbook...

    docs.aspose.com/cells/zh/javascript-cpp/how-to-...
  8. 检索并更新 C++ 中的演示文稿信息|Aspose.Slides 文档

    使用 C++ 探索 PowerPoint 和 OpenDocument 演示文稿中的幻灯片、结构和元数据,以获取更快速的洞察和更智能的内容审计。...Password Protected Before Loading it (在加载之前检查演示文稿是否受密码保护) Confirming...FAQ How can I check whether fonts are embedded and which ones...

    docs.aspose.com/slides/zh/cpp/examine-presentat...
  9. How to Convert HTML to Word Document using C#

    This article guides on how to convert HTML to Word document using C#. It has all the details to set the IDE, a list of steps and a runnable sample code performing HTML to Word conversion using C#....Font Product Family Aspose.TeX Product...for HTML to Word Conversion Load the source HTML file using the...

    kb.aspose.com/words/net/how-to-convert-html-to-...
  10. How to Add Attachments to PDF using Python

    This article explains how to add attachments to PDF using Python. It contains information to set the environment, a step-wise process and a runnable sample code to insert attachment in PDF using Python....Font Product Family Aspose.TeX Product...via .NET to add attachments Load a PDF file using the Document...

    kb.aspose.com/pdf/python/how-to-add-attachments...