Sort Score
Result 10 results
Languages All
Labels All
Results 761 - 770 of 14,306 for

load font

(0.41 sec)
  1. Add Text Stamp to PDF using Python | Aspose.PDF

    Add text stamp to PDF file programmatically with Python sample code using Aspose.PDF for Python for .NET.... Load the PDF with an instance of...text_state . font = apdf . text . FontRepository . find_font ( "Arial"...

    products.aspose.com/pdf/python-net/stamps/text/
  2. Create PDF using Python | Aspose.PDF

    This topic shows you how to use the Aspose.PDF for Python API to easily generate and read PDF files in Python applications....for the developers to create, load, modify and convert PDF files...text_state . font_size = 12 textFragment . text_state . font = apdf...

    products.aspose.com/pdf/python-net/create/
  3. Adding Watermark to PDF using Python|Aspose.PDF...

    This article explains the features of working with artifacts and getting watermarks in PDFs using programmatically the Python....input_pdf , output_pdf ): # Load the existing PDF document document.... TextState () text_state . font_size = 72 text_state . foreground_color...

    docs.aspose.com/pdf/python-net/add-watermarks/
  4. How to convert Excel to pdf using aspose.cells ...

    I have an encoded base64 string for an .Xlsx file.I want this to be converted to pdf...can decode the Base‑64 string, load the resulting bytes into an...FromBase64String(base64Excel); // 2.3 Load the workbook from memory using...

    forum.aspose.com/t/how-to-convert-excel-to-pdf-...
  5. 8. Fonts in math formulas

    This article discusses handling math Fonts by means of standard LaTeX, as well as using the amsmath and bm packages....Font Product Solution Aspose.TeX...Drawing Product Solution Aspose.Font Product Solution Aspose.TeX...

    docs.aspose.com/tex/java/latex-math-fonts/
  6. Working with Text | Aspose.Note Documentation

    A guide on how to work with text in Java....Font Product Solution Aspose.TeX...Drawing Product Solution Aspose.Font Product Solution Aspose.TeX...

    docs.aspose.com/note/java/working-with-text/
  7. PDF Stamping in C#: Text, Image, and Page Optio...

    Add stamps: text, image or page - to PDF 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/
  8. 用C++改变Excel文本框或形状的字符间距|Documentation

    学习如何用Aspose.Cells和C++改变Excel文本框或形状的字符间距。...02_OutputDirectory \\ " ); // Load your excel file inside a workbook...Get ( 0 ); // Access the first font setting object via GetCharacters()...

    docs.aspose.com/cells/zh/cpp/change-character-s...
  9. Get a List of Fonts used in a Spreadsheet or Wo...

    Aspose.Cells is a C++ library for working with spreadsheet files. It supports getting a list of Fonts used in a spreadsheet or workbook, allowing users to get Font information used in a document. This article will show you how to use the Aspose.Cells library to get a list of Fonts....Get a List of Fonts used in a Spreadsheet or Workbook with C++...often necessary to know the fonts being used in your workbook...

    docs.aspose.com/cells/cpp/get-a-list-of-fonts-u...
  10. RtfLoadOptions class | Aspose.Words for Python

    aspose.words.Loading.RtfLoadOptions class. Allows to specify additional options when Loading [LoadFormat.RTF](../../aspose.words/Loadformat/#RTF) document into a [Document](../../aspose.words/document/) object...specify additional options when loading LoadFormat.RTF document into...learn more, visit the Specify Load Options documentation article...

    reference.aspose.com/words/python-net/aspose.wo...