Sort Score
Result 10 results
Languages All
Labels All
Results 5,421 - 5,430 of 121,906 for

font

(0.06 sec)
  1. Document.Save | Aspose.Words for .NET

    Effortlessly save your documents with our smart save method, automatically selecting the right format based on the file extension for seamless storage.... Font . Size = 60 ; builder . Writeln...builder . Font . Name = "Times New Roman" ; builder . Font . Size...

    reference.aspose.com/words/net/aspose.words/doc...
  2. Convert PowerPoint to HTML in C++|Aspose.Slides...

    Convert PowerPoint HTML in C++. Save PPTX or PPT as HTML in C++. Save slides as HTML in C++...HTML with original or embedded fonts. Convert a PowerPoint presentation...PowerPoint to HTML with Original Fonts Aspose.Slides provides the ...

    docs.aspose.com/slides/cpp/convert-powerpoint-t...
  3. Manipulating Photoshop Formats|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.... Specifying a Font Folder The FontSettings. addFontsFolder()...Aspose.Imaging should look for fonts. When a valid path is passed...

    docs.aspose.com/imaging/java/manipulating-photo...
  4. Make WORD Using Java

    Make a new a Word document in Java in a few steps. Easily create a Word document using Java library....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/word/
  5. Make HTML Using Java

    Make a new HTML in Java in a few steps. Easily create HTML using Java library....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/html/
  6. Make DOCX Using Java

    Make a new DOCX in Java in a few steps. Easily create DOCX using Java library....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/docx/
  7. Make PDF Using Java

    Make a new PDF in Java in a few steps. Easily create PDF using Java library....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/pdf/
  8. 安装 - 适用于 .NET 的 Aspose.Font

    了解如何通过Nuget和Package Manager控制台在.NET平台上安装C#字体操纵和管理API。...Font Product Solution Aspose.TeX...Drawing Product Solution Aspose.Font Product Solution Aspose.TeX...

    docs.aspose.com/font/zh/net/installation/
  9. 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/
  10. Extract text from all PDF pages using C++|Aspos...

    This article describes various ways to extract text from PDF documents using Aspose.PDF in C++. From entire pages, from a specific part, based on columns, etc....: tfc ) { // Need to reduce font size at least for 70% auto size...0.1) has the same effect as font reduction. Specifying the ScaleFactor...

    docs.aspose.com/pdf/cpp/extract-text-from-all-pdf/