Sort Score
Result 10 results
Languages All
Labels All
Results 3,801 - 3,810 of 10,962 for

load font

(0.05 sec)
  1. How to Scale a Worksheet|Documentation

    This article shows you code explaining how to scale a worksheet using Aspose.Cells library....difficulty reading smaller fonts. Space Management: To optimize...need to follow these steps: load sample file and adjust the print...

    docs.aspose.com/cells/net/how-to-scale-a-worksh...
  2. How to Convert DWG to SVG in Java

    This topic focuses on how to convert DWG to SVG in Java. It covers the necessary steps to cofigure the environment and export DWG to SVG image in Java....Font Product Family Aspose.TeX Product...repository manager. we will then load the source DWG file from the...

    kb.aspose.com/cad/java/how-to-convert-dwg-to-sv...
  3. How to Hide a Slide in Presentation using Java

    We will walk you through the steps in Java for how to hide a slide in Presentation using Java. With the help of a few lines of easy code one can hide a PPT slide using Java....Font Product Family Aspose.TeX Product...slide inside the presentation Load the second slide inside the...

    kb.aspose.com/slides/java/how-to-hide-a-slide-i...
  4. Reconstructing PDF -> HTML -> PDF - Free Suppor...

    Hi, I have a PDF file that I need to convert to HTML to translate the content. The extraction renders HTML and a number of jpeg files. I modify the HTML and replace the old HTML and try to reconstruct. However, the new …...public static void convert() { // Load PDF document String dataDir...inspect element. Why is there a font class for each letter in the...

    forum.aspose.com/t/reconstructing-pdf-html-pdf/...
  5. How to Change Background Color of PDF in Java

    This article describes how to change background color of PDF in Java. It shares the required resources, the program flow, and a runnable sample code to edit PDF background color in Java....Font Product Family Aspose.TeX Product...Java to change the background Load the source PDF file into the...

    kb.aspose.com/pdf/java/how-to-change-background...
  6. How to Put Page Number in PDF using C#

    This article contains information on how to put page number in PDF using C#. You will get the configuration details, program flow and a runnable sample code to add page numbers to PDF document using C#....Font Product Family Aspose.TeX Product...for .NET to put page numbers Load the source PDF into the Document...

    kb.aspose.com/pdf/net/how-to-put-page-number-in...
  7. How to Convert MBOX to PST File in Java

    This short topic is about how to convert MBOX to PST File in Java along with all the details to set up the environment. You can easily **save MBOX to PST file in Java** with the help of a few lines of code and use this application in any Java supported environment including Windows, macOS and Linux....Font Product Family Aspose.TeX Product...class and by providing the MBOX load options Iterate through each...

    kb.aspose.com/email/java/how-to-convert-mbox-to...
  8. Working with Tables in OneNote | Aspose.Note Do...

    This article provides guidance on working with tables in OneNote using C#....Font Product Solution Aspose.TeX...Drawing Product Solution Aspose.Font Product Solution Aspose.TeX...

    docs.aspose.com/note/net/working-with-tables/
  9. How to Adjust Row Height in Excel using Node.js

    This article explains how to adjust row height in Excel using Node.js. It has the details to set the environment, a list of steps, and a runnable sample code to change cell height in Excel using Node.js....Font Product Family Aspose.TeX Product...Node.js via Java to adjust rows Load a file using the Workbook class...

    kb.aspose.com/cells/nodejs/how-to-adjust-row-he...
  10. RTF to PDF image cut off - Free Support Forum -...

    I’m converting a RTF that displays a full image properly when shown in MS Word, but when it’s converted using aspose (python version), the image is cut off: Before in Word: After in PDF: Any ideas how to fix?...SaveFormat, PdfSaveOptions # Load the RTF document doc = Document("input...PdfSaveOptions() pdf_options.embed_full_fonts = True # Adjust as needed #...

    forum.aspose.com/t/rtf-to-pdf-image-cut-off/317207