Sort Score
Result 10 results
Languages All
Labels All
Results 2,841 - 2,850 of 31,752 for

custom font

(0.05 sec)
  1. How to Convert PCL to PDF in Java

    This simple article covers how to convert PCL to PDF in Java. It encompasses the requirements to establish the environment and also presents a working example code to transform PCL to PDF using Java....Font Product Family Aspose.TeX Product...conversion, load format, disabling font license verifications, and warning...

    kb.aspose.com/pdf/java/how-to-convert-pcl-to-pd...
  2. How to Add Watermark to Word using Java

    This short tutorial guides on how to add watermark to Word using Java. It provides details for the configuration, steps and a runnable sample code to insert watermark in Word using Java....Font Product Family Aspose.TeX Product...will get information about customizing the watermark as well and...

    kb.aspose.com/words/java/how-to-add-watermark-t...
  3. 用C++通过JavaScript创建高低收(HLC)股票图表|Documentation

    学习如何使用Aspose.Cells for JavaScript通过C++创建高低收股票图表。我们的逐步指南将展示如何在图表上绘制股票市场数据,包括高价、低价和收盘价,以便进行更好的分析和可视化。...enc" , fontPath : "/fonts/" , fontList : [ "arial.ttf"...AsposeCells . FormattingType . Custom ; marker . area . foregroundColor...

    docs.aspose.com/cells/zh/javascript-cpp/create-...
  4. Common recognition settings|Documentation

    Configuring Aspose.OCR for .NET recognition engine for extracting text from images, scanned PDFs, DjVu files and other content....allows for very flexible customization of recognition accuracy...boolean false Improve small font recognition and detection of...

    docs.aspose.com/ocr/net/recognition-settings-co...
  5. Convert ODP to PDF in Java

    This simple article is about how to convert ODP to PDF in Java. It presents all the details for the project settings along with a list of programming tasks, and a working example code to transform ODP to PDF in Java....Font Product Family Aspose.TeX Product...effectively utilized. You can also customize the output PDF file by using...

    kb.aspose.com/slides/java/convert-odp-to-pdf-in...
  6. Aspose.Total for .NET|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....graphs, images, hyperlinks, custom fonts - and more - into PDF documents...figures) and text (in a variety of fonts, sizes, and styles) onto raster...

    docs.aspose.com/total/net/
  7. How to Create Pivot Table in Python

    This short tutorial is designed to describe how to create pivot table in Python. It contains detailed configuration steps and program logic along with the runnable code to create pivot table in Excel using Python....Font Product Family Aspose.TeX Product...code also demonstrates the customization of the newly created pivot...

    kb.aspose.com/cells/python/how-to-create-pivot-...
  8. How to Convert Excel to Word in Java

    This article explains how to convert Excel to Word in Java. It contains configuration details, detailed steps, and a runnable sample code to export Excel to Word in Java....Font Product Family Aspose.TeX Product...Excel to Word in Java you can customize the output Word document by...

    kb.aspose.com/cells/java/how-to-convert-excel-t...
  9. 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/
  10. 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/