Sort Score
Result 10 results
Languages All
Labels All
Results 1,891 - 1,900 of 144,452 for

font

(0.1 sec)
  1. DocumentBase.FontInfos | Aspose.Words for .NET

    Access detailed Font properties with DocumentBase's FontInfos feature, enhancing your document's design and readability effortlessly....Provides access to properties of fonts used in this document. public...} Remarks This collection of font definitions is loaded as is...

    reference.aspose.com/words/net/aspose.words/doc...
  2. Font.position property | Aspose.Words for Python

    Font.position property. Gets or sets the position of text (in points) relative to the base line...position property Font.position property Gets or sets the position...text = 'Raised text. ' ) run . font . position = 5 para . append_child...

    reference.aspose.com/words/python-net/aspose.wo...
  3. Issue when we are saving aspose document into h...

    Hi @alexey.noskov , We are facing some issue when we are saving aspose document into html. I tried multiple ways but noting is fixing my issue and i created sample project and issue is able to reproduce. Plz save that h…...the row is set explicitly, and font size in the last cell is bigger:...margin-bottom:0pt; font-size:9pt"> <span style="font-family:Arial">Option...

    forum.aspose.com/t/issue-when-we-are-saving-asp...
  4. Add Footer to Multiple Documents|Documentation

    Class Libraries & REST APIs for the developers to manipulate & process Files from Word, Excel, PowerPoint, Visio, PDF, CAD & several other categories in Web, Desktop or Mobile apps. Develop & deploy on Windows, Linux, MacOS & Android platforms....&" " – font name (for example: &“Arial”) | &" , " – font name and...and font style (for example: &“Arial,Bold”) | & – font size....

    docs.aspose.com/cells/sharepoint/add-footer-to-...
  5. PageSetup.charactersPerLine property | Aspose.W...

    PageSetup.charactersPerLine property. Gets or sets the number of characters per line in the document grid....value depends on page width and font size of the Normal style. Minimum...character pitch is 90 percent of the font size. For example, maximum number...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  6. TTF to WOFF Converter API |.NET

    Convert TTF to WOFF using .NET API on Windows. Integrate this native TTF to WOFF Font conversion functionality into your own solution....Font Product Solution Aspose.TeX...Drawing Product Solution Aspose.Font Product Solution Aspose.TeX...

    products.aspose.com/font/net/conversion/ttf-to-...
  7. CFF to TTF Converter API |.NET

    Convert CFF to TTF using .NET API on Windows. Integrate this native CFF to TTF Font conversion functionality into your own solution....Font Product Solution Aspose.TeX...Drawing Product Solution Aspose.Font Product Solution Aspose.TeX...

    products.aspose.com/font/net/conversion/cff-to-...
  8. Optimized PDF to PDF/A 1b conversion problems -...

    Hi Tilal, I am continuing to evaluate Aspose.Pdf for .NET 10.4.0.Currently I have slightly modified the code to convert files to pdf/a 1b while trying to produce the smaller file size possible.The code used is the follo…...convertable because of “ Fontfont name’ is not embedded ”;...embed the fonts partially ? I tried to iterate all fonts in the...

    forum.aspose.com/t/optimized-pdf-to-pdf-a-1b-co...
  9. 从TTF文件加载字体| .NET

    .NET API 解决方案,用于从硬盘上的文件加载字体,即使该文件本身不是字体。让我们看看如何从 TTF 文件加载它。...Font Product Solution Aspose.TeX...Drawing Product Solution Aspose.Font Product Solution Aspose.TeX...

    docs.aspose.com/font/zh/net/how-to-load-fonts/l...
  10. Word saveto Pdf,内容样式错误问题 - Free Support Forum -...

    Document doc = new Document(“test.docx”); SaveOptions saveOptions = SaveOptions.createSaveOptions(SaveFormat.PDF); saveOptions.setMemoryOptimization(true); doc.save(“test.pdf”, saveOptions); Aspose.word for java 25.1…...The conversion relies on the fonts that are available on the machine...machine where the code runs. If a font used in the DOCX is missing...

    forum.aspose.com/t/word-saveto-pdf/322091