Sort Score
Result 10 results
Languages All
Labels All
Results 821 - 830 of 15,538 for

load font

(0.12 sec)
  1. DXF Drawings|CAD 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....CAD provides the feature to load AutoCAD DXF drawing entities...follows: Load DXF drawing file using the Image.Load factory method...

    docs.aspose.com/cad/net/dxf-drawings/
  2. Aspose.NET C# Word To PDF - Free Support Forum ...

    IssueWithWordConversion.pdf (12.4 KB) IssueWithWordConversion.docx (33.2 KB) We are having issues converting Word to PDF. You can see in the PDF generated its missing a lot of content from the table at the bottom of th…...string outputFilePath) { try { // Load the Word document Document doc...string outputFilePath) { try { // Load the document var doc = new ...

    forum.aspose.com/t/aspose-net-c-word-to-pdf/322585
  3. 配置渲染字体|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....fidelity, it is necessary that the fonts used in the spreadsheet should...system’s default font directory. In case the required fonts are not present...

    docs.aspose.com/diagram/zh/net/configuring-font...
  4. Online OFT to JPEG Conversion or Build .NET bas...

    Free online app to convert OFT to JPEG files. .NET C# conversion library code for OFT documents....to HTML by using Save method Load HTML by using Document class...MailMessage message = MailMessage . Load ( "sourceFile.oft" ); // save...

    products.aspose.com/total/net/conversion/oft-to...
  5. Aspose.Slides is resizing text ppt/pptx files -...

    Aspose.Slides is resizing text in ppt/pptx files. I attach a very simple .net program that Loads a test input ppt file and saves it. Extract the solution from the zip file and open and run it in visual studio. The save…...net program that loads a test input ppt file and saves...text in PPT/PPTX files when loading and saving . A sample .NET...

    forum.aspose.com/t/aspose-slides-is-resizing-te...
  6. Java Create PDF Files | Create Free Online PDF ...

    Learn how to create PDF in Java with this comprehensive guide. We'll walk you through the process step by step and provide code snippets for creating professional and dynamic PDF files....formatting could include font, font size, color, position, etc...create a new PDF document or load an existing one. Access the...

    blog.aspose.com/pdf/create-pdf-files-in-java/
  7. Extract data from AcroForm|Aspose.PDF for PHP v...

    AcroForms exists in many PDF documents. This article aims to help you understand how to extract data from AcroForms using PHP and the Aspose.PDF....instance of the Document class and load the input PDF file $document...FileOutputStream object to write the font file. $xmlOutputStream = new...

    docs.aspose.com/pdf/php-java/extract-data-from-...
  8. IWarningCallback | Aspose.Words for Java

    Implement this interface if you want to have your own custom method called to capture loss of fidelity warnings that can occur during document Loading or saving in Java....can occur during document loading or saving. Examples: Shows...match for a missing font from the available font sources. // Open...

    reference.aspose.com/words/java/com.aspose.word...
  9. FontSettings.DefaultInstance | Aspose.Words for...

    Discover the FontSettings DefaultInstance property for streamlined static Font management. Optimize your design with customizable default settings!...DefaultInstance property Static default font settings. public static FontSettings...default font settings instance. // Configure the default font settings...

    reference.aspose.com/words/net/aspose.words.fon...
  10. 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-...