Sort Score
Result 10 results
Languages All
Labels All
Results 6,921 - 6,930 of 17,437 for

true type

(0.42 sec)
  1. PDF to HTML Merge using C# | Aspose.PDF

    Combine two or more PDF documents into one HTML single file programmatically with C# sample code using Aspose.PDF for .NET...the same or different file types into one file using C# Merge...TryCorrectResultHtml , FixedLayout = true }; pdfDocument1 . Save ( outputFile...

    products.aspose.com/pdf/net/merger/pdf-to-html/
  2. Manipulate and Substitute TrueType Fonts|Aspose...

    Aspose.Words for Java can embed the correct TrueType fonts into the resulting document to ensure that it displays accurately, or search for a suitable font replacement, or uses the Font fallback mechanism.... setEnabled ( true ); The next step is a simple...the FontSubstitution warning type and the standard description...

    docs.aspose.com/words/java/manipulate-and-subst...
  3. Grouping Data in Aspose.Cells|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....group:normal/merge/repeat We support three types of groups that you can choose...the worksheets. wd . Process ( true ); // Save the Excel file. wd...

    docs.aspose.com/cells/net/grouping-data-in-aspo...
  4. Convert MHTML to JPG in Python – Aspose.HTML fo...

    Convert MHTML to JPG using Aspose.HTML Python library. Consider the supported MHTML to JPG conversion scenarios in ready-to-use Python examples....makedirs (output_dir, exist_ok = True) 13 14 document_path = os. path...media_type . SCREEN 25 options. text . use_hinting = True 26 27...

    docs.aspose.com/html/python-net/convert-mhtml-t...
  5. AxisBuiltInUnit enumeration | Aspose.Words for ...

    Aspose.Words.Drawing.Charts.AxisBuiltInUnit enumeration. Specifies the display units for an axis....supported by the new chart types of MS Office 2016. Billions...supported only by the new chart types of MS Office 2016. Examples...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  6. ListFormat.RemoveNumbers | Aspose.Words for .NET

    Effortlessly remove numbers or bullets from your paragraphs with the ListFormat RemoveNumbers method, resetting your list level to zero for clean formatting.... // Below are two types of lists that we can create...GetChildNodes ( NodeType . Paragraph , true ); Assert . That ( paras . Count...

    reference.aspose.com/words/net/aspose.words.lis...
  7. Custom Slice or Sector Colors in Pie Chart with...

    Learn how to use Aspose.Cells for Node.js via C++ to customize slice and sector colors in a pie chart. Our guide will demonstrate how to assign unique colors to each slice, sector, or legend for improved visual appeal and data representation....but it can be used for all types of charts. const path = require...getNSeries (). add ( "D3:D8" , true ); // Set the category data...

    docs.aspose.com/cells/nodejs-cpp/custom-slice-o...
  8. Efficiently Merge Presentations in Java|Aspose....

    Effortlessly merge PowerPoint (PPT, PPTX) and OpenDocument (ODP) presentations with Aspose.Slides for Java, streamlining your workflow....addClone ( slide , masterSlide , true ); } presentation1 . save (...the AddClone method is set to true , the layout from the source...

    docs.aspose.com/slides/java/merge-presentation/
  9. How to add comments to bookmark range - Free Su...

    i have an existing word document with bookmarks. I need to associate a set of comments to each bookmark. Bookmark bookmark = document.Range.Bookmarks[bookmarkName]; if (bookmark != null) { Comment comment = new Com…...“Cannot insert a node of this type at this location.” The bookmark...(parentComment.IsResolved) comment.Done = true; } } document.Save(@"c:\tem...

    forum.aspose.com/t/how-to-add-comments-to-bookm...
  10. Converting to Fixed-page Format|Aspose.Words fo...

    Save documents to PDF, XPS, HTML, XAML, PostScript, and PCL formats using Python....Documents can be of various types, such as text, spreadsheets...constructor # to signal what type of image to save as. imageOptions...

    docs.aspose.com/words/python-net/converting-to-...