Sort Score
Result 10 results
Languages All
Labels All
Results 31 - 40 of 183 for

aspose font measure string

(0.05 sec)
  1. What's new 2023|Aspose.PDF for .NET

    This page introduces the most popular new features in Aspose.PDF for .NET introduced in 2023....Contents [ Hide ] What’s new in Aspose.PDF 23.12 The form can be found...using ( var document = new Aspose . Pdf . Document ( dataDir...

    docs.aspose.com/pdf/net/whatsnew/2023/
  2. 使用 C++ 向 PDF 添加文本|Aspose.PDF for C++

    本文描述了在 Aspose.PDF 中处理文本的各个方面。了解如何向 PDF 添加文本、添加 HTML 片段或使用自定义 OTF 字体。...using namespace Aspose :: Pdf ; using namespace Aspose :: Pdf :: Text...() { String _dataDir ( "C: \\ Samples \\ " ); // String for input...

    docs.aspose.com/pdf/zh/cpp/add-text-to-pdf-file/
  3. HtmlSaveOptions.ExportRelativeFontSize | Aspose...

    Discover the HtmlSaveOptions ExportRelativeFontSize property to customize Font sizes in HTML, MHTML, or EPUB formats. Enhance readability with ease!... property Specifies whether font sizes should be output in relative...documents (HTML, IDPF EPUB) font sizes are specified in relative...

    reference.aspose.com/words/net/aspose.words.sav...
  4. Aspose OMR Voting Forms Creator and Recognizer ...

    Automate the preparation, printing, recognition, and data processing of voting forms with Aspose OMR Voting Forms Designer and Recognizer. Experience the efficiency, accuracy, and convenience of our powerful...日本語 한국인 Products Aspose.Voting Form Aspose OMR Voting Forms Creator...the Way You Conduct Elections Aspose OMR Voting Forms Designer and...

    products.aspose.com/omr/voting/form/
  5. The low-level interface | Aspose.TeX for Java

    This article covers the LaTeX low-level Font interface that is mostly used in command definitions....Products Aspose.Total Product Solution Aspose.Words Product Solution...Solution Aspose.PDF Product Solution Aspose.Cells Product Solution...

    docs.aspose.com/tex/java/latex-fonts-low-level/
  6. OdtSaveOptions class | Aspose.Words for Node.js

    Aspose.Words.Saving.OdtSaveOptions class. Can be used to specify additional options when saving a document into the [SaveFormat.Odt](../../Aspose.words/saveformat/#Odt) or [SaveFormat.Ott](../../Aspose.words/saveformat/#Ott) format...whether to allow embedding fonts with PostScript outlines when...when embedding TrueType fonts in a document upon it is saved. The...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  7. MeasurementUnits | Aspose.Words for Java

    Specifies the unit of Measurement in Java....MeasurementUnits Specifies the unit of measurement. Examples: Shows how to make...used in traditional typewriter font spacing). POINTS Points. length...

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

    Can be used to specify additional options when saving a document into the SaveFormat.HTML SaveFormat.MHTML SaveFormat.EPUB SaveFormat.AZW_3 or SaveFormat.MOBI format in Java....aspose.words.SaveOptions All Implemented...Document(getMyDir() + "Rendering.docx"); String outFileName = "SavingCallback...

    reference.aspose.com/words/java/com.aspose.word...
  9. What's new|Aspose.PDF for Java

    In this page introduces the most popular new features in Aspose.PDF for Java that have been introduced in recent releases....Contents [ Hide ] What’s new in Aspose.PDF 25.3 Since 25.2 added the...‘SignaturesCoverage property’. void check ( String pdfFile ) { final Document...

    docs.aspose.com/pdf/java/whatsnew/
  10. 向PDF文件添加文本|Aspose.PDF for Java

    本文介绍了在Aspose.PDF中处理文本的各个方面。了解如何向PDF添加文本、添加HTML片段或使用自定义OTF字体。...textFragment = new TextFragment ( "Aspose.PDF" ); textFragment . setPosition...对象加载字体。 import com.aspose.pdf.* ; import com.aspose.pdf.text.FontTypes...

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