Sort Score
Result 10 results
Languages All
Labels All
Results 6,481 - 6,490 of 144,307 for

font

(0.1 sec)
  1. Vertical Line Not Extracted From PDF – Causes M...

    We are encountering an issue while extracting text from a PDF using Aspose.PDF. The PDF contains a vertical line acting as a separator between two text sections. However, during text extraction: The vertical line is n…...graphics primitives) or part of a font (e.g., a vertical bar character...graphics primitives) or part of a font (e.g., a vertical bar character...

    forum.aspose.com/t/vertical-line-not-extracted-...
  2. Key Features of Aspose.PDF|Aspose.PDF for .NET

    Aspose.PDF for .NET demonstrates its general features. Its shows the supported PDF versions, and all the manipulations we can do with PDF.... Font 14 core fonts. Type 1 fonts. TrueType fonts. Type...Type 3 fonts. CJK fonts. Unicode support. Image Add image in PDF...

    docs.aspose.com/pdf/net/key-features/
  3. Manage PowerPoint Text Paragraphs in C++|Aspose...

    Master paragraph formatting with Aspose.Slides for C++—optimize alignment, spacing & style in PPT, PPTX, and ODP presentations in C++.... Set the FontHeight and Font type for the paragraphs. Set...get_PortionFormat (); // Set the Font for the Portion pf -> set_LatinFont...

    docs.aspose.com/slides/cpp/manage-paragraph/
  4. GroupCriterion Data | Aspose.Tasks Documentation

    This document provides information about group criterion data in Microsoft Project files and how to read and write it using Aspose.Tasks for Java....Font Product Solution Aspose.TeX...Drawing Product Solution Aspose.Font Product Solution Aspose.TeX...

    docs.aspose.com/tasks/java/groupcriterion-data/
  5. How to Rotate Text in PDF using Python

    This article explains how to rotate text in PDF using Python. It contains IDE configuration, detailed steps and a runnable sample code to rotate text in Adobe using Python....Font Product Family Aspose.TeX Product...format the text like setting the font size, name, and foreground/background...

    kb.aspose.com/pdf/python/how-to-rotate-text-in-...
  6. How to Add Watermark to PDF in C#

    This tutorial contains information about how to add watermark to PDF in C#. To add watermark to PDF C# code is provided that be used to add image and text both types of watermarks to any page of the PDF....Font Product Family Aspose.TeX Product...set the text properties like font, background color, and foreground...

    kb.aspose.com/pdf/net/how-to-add-watermark-to-p...
  7. How to Convert PDF to JPEG in Python

    This tutorial will guide you on how to convert PDF to JPEG in Python. It will teach you how using Python convert PDF to JPEG of any type like PNG, BMP, JPG, and others....Font Product Family Aspose.TeX Product...properties like setting the default font, scaling JPEGs to fit the page...

    kb.aspose.com/pdf/python/how-to-convert-pdf-to-...
  8. Add Checkmark in Excel using Python

    Follow this article to add checkmark in Excel using Python. It has details including IDE settings, a list of steps, and a sample code for inserting check mark in Excel using Python....Font Product Family Aspose.TeX Product...in it, and set an appropriate font in the style for displaying...

    kb.aspose.com/cells/python/add-checkmark-in-exc...
  9. How to Create Hyperlink in PDF using Java

    This quick article teaches you how to create hyperlink in PDF using Java. It contains all the necessary information to write this application along with a working sample code to add link to PDF using Java....Font Product Family Aspose.TeX Product...link annotation active area, font, size, color, contents, alignment...

    kb.aspose.com/pdf/java/how-to-create-hyperlink-...
  10. Make A Document In Java

    Create a file using Java library. Easily create a new document in Java in a few steps....DocumentBuilder (doc); Font font = builder.getFont(); font.setName( "Courier...New" ); font.setColor(Color.BLUE); font.setSize( 36 ); font.setHighlightColor(Color...

    products.aspose.com/words/java/make/