Sort Score
Result 10 results
Languages All
Labels All
Results 101 - 110 of 755 for

otf

(0.09 sec)
  1. Adding Text to PDF|Aspose.PDF for Python via .NET

    This article describes various aspects of working with text in Aspose.PDF. Learn how to add text to PDF, add HTML fragments, or use custom Otf fonts....function works not only with OTF but also with TTF fonts. import...load a custom OpenType font (.otf) from the file system and apply...

    docs.aspose.com/pdf/python-net/add-text-to-pdf-...
  2. docx转PDF,创建Document程序卡死 - Free Support Forum - ...

    版本:23.8 编程语言:java 现象: 在客户的阿里云云服务器(windows操作系统), 执行以下代码时(Document doc = new Document(new ByteArrayInputStream(bytes));),进程卡死 异常文件: 龙华站合同终止_通知函_20251125 补充非电 -1126 Clean.docx (37.7 KB) jstack命令输出结果:...onts", true); // 将所有需要的 TTF/OTF 放到此文件夹 // 2) 将 FontSettings 注入到...

    forum.aspose.com/t/docx-pdf-document/322211
  3. Add Text to PDF using C++|Aspose.PDF for C++

    Learn how to insert text into PDF documents in C++ using Aspose.PDF for content customization...._dataDir + outputFileName ); } Use OTF Font Aspose.PDF for С++ offers...TextFragment > ( "Sample Text in OTF font" ); // Or you can even specify...

    docs.aspose.com/pdf/cpp/add-text-to-pdf-file/
  4. Add Text to PDF using C#|Aspose.PDF for .NET

    Learn how to add text to a PDF document in .NET using Aspose.PDF for content enhancement and document editing....pdf" ); } } Use OTF Font Aspose.PDF for .NET offers...TextFragment ( "Sample Text in OTF font" ); // Find font inside...

    docs.aspose.com/pdf/net/add-text-to-pdf-file/
  5. Process of rendering glyphs

    Explore the fundamentals of glyph rendering, covering the processing pipeline, key technologies, and performance considerations....otf ), and Web Open Font Format (...

    docs.aspose.com/font/net/what-is-font/glyph-ren...
  6. Add Text to PDF file|Aspose.PDF for Java

    Discover how to insert text into an existing PDF document in Java with Aspose.PDF for text insertion and modification.... save ( _dataDir ); } Use OTF Font Aspose.PDF for Java offers...TextFragment ( "Sample Text in OTF font" ); // Or you can even specify...

    docs.aspose.com/pdf/java/add-text-to-pdf-file/
  7. XlsxSaveOptions | Aspose.Words for Java

    Can be used to specify additional options when saving a document into the SaveFormat.XLSX format in Java.... MemoryFontSource otf = new MemoryFontSource(DocumentHelper...FileInputStream(getFontsDir() + "AllegroOpen.otf"))); doc.setFontSettings(new...

    reference.aspose.com/words/java/com.aspose.word...
  8. WordML2003SaveOptions | Aspose.Words for Java

    Can be used to specify additional options when saving a document into the SaveFormat.WORD_ML format in Java.... MemoryFontSource otf = new MemoryFontSource(DocumentHelper...FileInputStream(getFontsDir() + "AllegroOpen.otf"))); doc.setFontSettings(new...

    reference.aspose.com/words/java/com.aspose.word...
  9. SaveOptions | Aspose.Words for Java

    This is an abstract base class for classes that allow the user to specify additional options when saving a document into a particular format in Java.... MemoryFontSource otf = new MemoryFontSource(DocumentHelper...FileInputStream(getFontsDir() + "AllegroOpen.otf"))); doc.setFontSettings(new...

    reference.aspose.com/words/java/com.aspose.word...
  10. DocSaveOptions | Aspose.Words for Java

    Can be used to specify additional options when saving a document into the SaveFormat.DOC or SaveFormat.DOT format in Java.... MemoryFontSource otf = new MemoryFontSource(DocumentHelper...FileInputStream(getFontsDir() + "AllegroOpen.otf"))); doc.setFontSettings(new...

    reference.aspose.com/words/java/com.aspose.word...