Sort Score
Result 10 results
Languages All
Labels All
Results 761 - 770 of 15,518 for

load font

(0.61 sec)
  1. Convert various file formats to PDF|Aspose.PDF ...

    Discover how to convert various file formats, such as Word, Excel, and PowerPoint, into PDF using Aspose.PDF for Java....EpubLoadOptions which is used to load source EPUB file. After that...FileNotFoundExceptio { // Instantiate Latex Load option object MdLoadOptions...

    docs.aspose.com/pdf/java/convert-other-files-to...
  2. Open Presentations in .NET|Aspose.Slides Docume...

    Open PowerPoint (.pptx, .ppt) and OpenDocument (.odp) presentations effortlessly with Aspose.Slides for .NET—fast, reliable, fully featured.... After loading a presentation, you can retrieve...LoadOptions class to decrypt and load it. The following C# code demonstrates...

    docs.aspose.com/slides/net/open-presentation/
  3. AutoFit Row Height Automatically When Loading F...

    Learn how to fit rows whose height is not custom-defined through the Aspose.Cells for Python via .NET API....Height Automatically When Loading File Contents [ Hide ] Possible...row automatically matches the font of the content, but when the...

    docs.aspose.com/cells/python-net/autofit-row-he...
  4. 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...
  5. Process of rendering glyphs

    Explore the fundamentals of glyph rendering, covering the processing pipeline, key technologies, and performance considerations....Font Product Solution Aspose.TeX...Drawing Product Solution Aspose.Font Product Solution Aspose.TeX...

    docs.aspose.com/font/net/what-is-font/glyph-ren...
  6. Installation and running examples | Aspose.Font...

    Learn about how to install and use Aspose.Font for JavaScript. Find code examples for the better understanding....Font Product Solution Aspose.TeX...Drawing Product Solution Aspose.Font Product Solution Aspose.TeX...

    docs.aspose.com/font/javascript-cpp/installation/
  7. 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/
  8. Update Links in PDF using Python|Aspose.PDF for...

    Update links in PDF programmatically. This guide is about how to update links in PDF in Python language....near each link by changing its font color to red. It uses TextFragmentAbsorber...are modified by changing their font color to red, effectively marking...

    docs.aspose.com/pdf/python-net/update-links/
  9. 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/
  10. 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/