Sort Score
Result 10 results
Languages All
Labels All
Results 641 - 650 of 13,457 for

load font

(0.07 sec)
  1. Copy Range Style Only with JavaScript via C++|D...

    Learn how to copy only the style of a range while manipulating data in Aspose.Cells for JavaScript via C++....enc" , fontPath : "/fonts/" , fontList : [ "arial.ttf"...'result' ); // Instantiate or load a Workbook. let workbook ; if...

    docs.aspose.com/cells/javascript-cpp/copy-range...
  2. aspose.words module | Aspose.Words for Python

    The aspose.words module provides classes for generating, converting, modifying, rendering and printing Microsoft Word documents without utilizing Microsoft Word....Provides methods for COM clients to load a document into Aspose.Words...images and other content, specify font, paragraph and section formatting...

    reference.aspose.com/words/python-net/aspose.wo...
  3. Convert PPT and PPTX to PDF in .NET [Advanced F...

    Convert PowerPoint PPT/PPTX to high-quality, searchable PDFs in .NET using Aspose.Slides, with fast C# code examples and advanced conversion options....password-protect PDF files, detect font substitutions, select specific... Pdf , pdfOptions ); Detect Font Substitutions Aspose.Slides...

    docs.aspose.com/slides/net/convert-powerpoint-t...
  4. Add text to PDF using Python | Aspose.PDF

    Add text to PDF programmatically with Python sample code using Aspose.PDF for Python for .NET... Load the PDF with an instance of...text_state . font_size = 12 text_fragment . text_state . font = apdf...

    products.aspose.com/pdf/python-net/text/
  5. Add Text Stamp to PDF using C# | Aspose.PDF

    Add text stamp to PDF file programmatically with C# sample code using Aspose.PDF for .NET.... Load the PDF with an instance of...on90 }; textStamp . TextState . Font = Aspose . Pdf . Text . FontRepository...

    products.aspose.com/pdf/net/stamps/text/
  6. 3. How to use LaTeX fonts in text

    This article covers LaTeX Font commands that independently change different Font attributes for use in normal text....Font Product Solution Aspose.TeX...Drawing Product Solution Aspose.Font Product Solution Aspose.TeX...

    docs.aspose.com/tex/java/latex-text-fonts/
  7. Multithreading in Aspose.Slides for Python|Aspo...

    Aspose.Slides for Python via .NET multithreading boosts PowerPoint and OpenDocument processing. Discover best practices for efficient presentation workflows....possible (besides parsing/loading/cloning) and everything goes...detected. It is not safe to load, save, and/or clone an instance...

    docs.aspose.com/slides/python-net/multithreading/
  8. Aspose.Cells 8.9.0中的公共API更改|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....HtmlSaveOptions (); //Set default font name for Html rendering options...setDefaultFontName ( "Arial" ); //Load a spreadsheet in an instance...

    docs.aspose.com/cells/zh/java/public-api-change...
  9. Extract text and images from PPTX document usin...

    C# source code to extract text and images from PPTX file on .NET Framework, .NET Core, Windows Azure, Mono or Xamarin Platforms.... Load PPTX file. Get all text frames...the required output like text, font etc. System Requirements Our...

    products.aspose.com/slides/net/parser/pptx/
  10. I use apache.poi create doc, use aspose.words t...

    in local windows dev, the Font is not missing; this is my code public static void streamToDocX1(String docFilePath, OutputStream stream) throws Exception { document = new Document(docFilePath); docume…...at this issue, Can I put this font in the static file of my project...Aspose.Words does not read fonts packed into JAR or WAR. So in...

    forum.aspose.com/t/i-use-apache-poi-create-doc-...