Sort Score
Result 10 results
Languages All
Labels All
Results 6,541 - 6,550 of 142,711 for

font

(0.26 sec)
  1. Aspose::Words::SpecialChar class | Aspose.Words...

    Aspose::Words::SpecialChar class. Base class for special characters in the document. To learn more, visit the documentation article in C++.... get_Font () Provides access to the font formatting of...

    reference.aspose.com/words/cpp/aspose.words/spe...
  2. Retrieve and Update Presentation Information in...

    Explore slides, structure and metadata in PowerPoint and OpenDocument presentations using .NET for faster insights and smarter content audits....FAQ How can I check whether fonts are embedded and which ones...they are? Look for embedded-font information at the presentation...

    docs.aspose.com/slides/net/examine-presentation/
  3. Retrieve and Update Presentation Information in...

    Explore slides, structure and metadata in PowerPoint and OpenDocument presentations using Python for faster insights and smarter content audits....FAQ How can I check whether fonts are embedded and which ones...they are? Look for embedded-font information at the presentation...

    docs.aspose.com/slides/python-net/examine-prese...
  4. Create a PDF/A2-a - Free Support Forum - aspose...

    Hi, I developed some code to create a pdf file from scratch, I use object like: TextSegment FloatingBox TextFragment Line Image everything is seen correctly inside the pdf. Now I would like to modify the code to ma…...Font font = FontRepository.findFont(“Arial”);...Reading Order</Problem> </Text> <Fonts> <Problem Severity="Warning"...

    forum.aspose.com/t/create-a-pdf-a2-a/312852
  5. DoclingSaveOptions class | Aspose.Words for Nod...

    Aspose.Words.Saving.DoclingSaveOptions class. Can be used to specify additional options when saving a document into the [SaveFormat.Docling](../../aspose.words/saveformat/#Docling) 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...
  6. How to Add Hyperlink in PDF using C#

    This short tutorial guides on how to add hyperlink in PDF using C#. It provides detailed description along with a runnable sample code to insert hyperlink in PDF using C#....Font Product Family Aspose.TeX Product...appearance is set along with font and color settings. Note that...

    kb.aspose.com/pdf/net/how-to-add-hyperlink-in-p...
  7. How to Export MS Project to PDF in C#

    This article describes the process how to export MS Project to PDF in C#. It contains the configuration information and runnable sample code with description to convert MPP to PDF in C#....Font Product Family Aspose.TeX Product...page size, bar style, default font name, encryption details and...

    kb.aspose.com/tasks/net/how-to-export-ms-projec...
  8. How to Apply Filter in Excel using Python

    This tutorial guides on how to apply filter in Excel using Python. It provides the complete information to configure the development environment, list of steps to write this application and a runnable sample code to add Excel filter using Python....Font Product Family Aspose.TeX Product...filter, fill the color filter, font color filter, and dynamic filters...

    kb.aspose.com/cells/python/how-to-apply-filter-...
  9. While converting pdf to word the document text ...

    thats orignal pdf file дог1673_26_11_2024 (3).pdf (168.1 KB) and here is converted word file дог1673_26_11_20241.docx (27.0 KB)...issues may arise from unembedded fonts, outdated software, or specific...issue: Check Font Embedding : Ensure that the fonts used in the...

    forum.aspose.com/t/while-converting-pdf-to-word...
  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/