Sort Score
Result 10 results
Languages All
Labels All
Results 6,541 - 6,550 of 15,993 for

true type

(0.06 sec)
  1. Working with Calendars | Aspose.Tasks Documenta...

    Learn how to work with calendars and manage tasks using Aspose.Tasks for .NET.... DayWorking = true ; 29 cal. WeekDays . Add (myWeekDay);...object. Supported base calendar types include: Standard : Monday–Friday...

    docs.aspose.com/tasks/net/creating-updating-and...
  2. Convert EPUB to PNG – Aspose.HTML for Python vi...

    Convert EPUB to PNG using Aspose.HTML Python library. Consider various EPUB to PNG conversion scenarios in Python code examples....makedirs (output_dir, exist_ok = True) 13 14 document_path = os. path...media_type . SCREEN 26 options. text . use_hinting = True 27 28...

    docs.aspose.com/html/python-net/convert-epub-to...
  3. 档案

    档案..._SlideShowTransition()->set_Type(Aspose::Slides::SlideShow::..._SlideShowTransition()->set_Type(Aspose::Slides::SlideShow::...

    blog.aspose.com/zh/slides/add-slide-transitions...
  4. Font missmatch between Word, PDF, and image typ...

    Hi Aspose Team, we face a problem when converting word to any image format (JPEG, PNG). We are using template word document using document builder. The content inserted in the word contains an SVG in an HTML string. The…...between Word, PDF, and image types Aspose.Words Product Family...SetFontsFolder("path_to_your_fonts_folder", true); Document doc = new Document("your_document...

    forum.aspose.com/t/font-missmatch-between-word-...
  5. Issue with Font Family Change During Mail Merge...

    Dear Team, I am currently utilizing the Aspose Mail Merge mechanism, and I’ve encountered an issue where, for a specific value, the font family changes unexpectedly. Specifically, when the value “µL/bee” is inserted int…...Run, true)) { if (run.Text.Contains("µL/bee"))...needed: SDK + version, file types, minimal sample, and exact error/output...

    forum.aspose.com/t/issue-with-font-family-chang...
  6. JPEG to PDF Merge using Python | Aspose.PDF

    Combine two or more JPEG documents into one PDF single file programmatically with Python sample code using Aspose.PDF for Python for .NET...the same or different file types into one file using Python Merge...Rectangle ( 0 , 0 , 595 , 842 , True ) page . add_image ( image_stream...

    products.aspose.com/pdf/python-net/merger/jpeg-...
  7. Convert MHTML to PDF in Python – Aspose.HTML fo...

    Convert MHTML to PDF using Aspose.HTML Python library. Consider the supported MHTML to PDF conversion scenarios in ready-to-use Python code examples....makedirs (output_dir, exist_ok = True) 12 13 document_path = os. path...10)) 22 options. css . media_type . PRINT 23 options. jpeg_quality...

    docs.aspose.com/html/python-net/convert-mhtml-t...
  8. Aspose.Cells GridJs – “Updating is in progress”...

    I would like to report a usability issue in Aspose.Cells GridJs, related to editing performance when entering data quickly into multiple cells. When I input values rapidly — by clicking and typing in different cells one…...values rapidly — by clicking and typing in different cells one after...=== 0) return; isUpdating = true; const { cell, value } = updateQueue...

    forum.aspose.com/t/aspose-cells-gridjs-updating...
  9. Extract text and images from PPT document using...

    Java sample code to extract text and images from PPT file on Java Runtime Environment for JSP/JSF Application and Desktop Applications....getAllTextFrames(pptPresentation, true) method and Iterate through...can contain several different types of information such as text...

    products.aspose.com/slides/java/parser/ppt/
  10. Adding VBA Module | Aspose.Tasks Documentation

    Learn how to add new VBA modules into Microsoft Project files using Aspose.Tasks for .NET....MPPSaveOptions { WriteVba = true }); This code creates a new...least one module. Q: Which types of VBA modules can I add? You...

    docs.aspose.com/tasks/net/adding-vba-module/