Sort Score
Result 10 results
Languages All
Labels All
Results 2,431 - 2,440 of 151,222 for

load

(0.24 sec)
  1. Specify Default Presentation Fonts in С++|Aspos...

    Set default fonts in Aspose.Slides for С++ to ensure proper PowerPoint (PPT, PPTX) and OpenDocument (ODP) conversion to PDF, XPS and images....follow the steps below to loading fonts from external directories...Wingdings in following sample. Load the presentation using Presentation...

    docs.aspose.com/slides/cpp/default-font/
  2. Failure to open .xlsm error: System.IndexOutOfR...

    Here is the code I am running: namespace Aspose.Cells public class Workbook : IDisposable { public Workbook(string file) } new Aspose.Cells.Workbook("attached excel file”) When I run this code against the attach…...especially with macros, specify load options. This can help manage....Xlsm); // Load the workbook with specified load options Workbook...

    forum.aspose.com/t/failure-to-open-xlsm-error-s...
  3. Slow performance of facades FillField method - ...

    The facades FillField method is running very slow for one of my pdf forms. Most other run quickly. I have a sample program that illustrates the problem by comparing the slow form to a fast form.Can you take a look and …...WriteLine("20 fields loaded in {0}", stopwatch.ElapsedMilliseconds);...that is slow to load. I do see other forms load quickly so I’m...

    forum.aspose.com/t/slow-performance-of-facades-...
  4. How to Convert JSON to CSV in Python

    This brief tutorial provides information on how to Convert JSON to CSV in Python. To write JSON to CSV Python environment configuration and sample code along with the detailed steps are provided....for Python via Java Create or load the source JSON data into the...the JSON string directly or load it from some file, create an...

    kb.aspose.com/cells/python/how-to-convert-json-...
  5. Merge VSTM Files via Python | products.aspose.com

    Python sample code to combine VSTM documents within any Python based application.... Load the first VSTM file with an...an instance of Diagram class. Load the second VSTM document with...

    products.aspose.com/diagram/python-net/merger/v...
  6. Convert 3DS to RVM via Node.js | products.aspos...

    Sample code for 3DS to RVM Node.js conversion. Aspose.3D for Node.js via Java is a standalone API that does not require the installation of any other software.Convert batch 3DS files to RVM using API sample code....js programmers can easily load & convert 3DS files to RVM in...in just a few lines of code. Load 3DS file via the Scene class...

    products.aspose.com/3d/nodejs-java/conversion/3...
  7. MarkdownLoadOptions.softLineBreakCharacter prop...

    MarkdownLoadOptions.softLineBreakCharacter property. Gets or sets a character value representing `soft line break`...LineBreakChar allows you to load soft line breaks as hard line...See Also module Aspose.Words.Loading class MarkdownLoadOptions MarkdownLoadOptions...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  8. How to Convert Outlook Email to Word using Java

    In this topic, we will learn about how to convert Outlook Email to Word using Java. You will witness that in order to convert an Email to Word Java-based API can be used in any of the commonly available operating system like Windows, macOS, or Linux....MailMessage class object to load the EML or MSG email file from...from the disk Save the loaded Email (MSG/EML) file as a ByteArrayOutputStrea...

    kb.aspose.com/email/java/how-to-convert-outlook...
  9. Streamline Font Replacement in Presentations in...

    Seamlessly replace fonts in Aspose.Slides for .NET to ensure consistent typography in PowerPoint and OpenDocument presentations....font this way: Load the relevant presentation. Load the font that...that will be replaced. Load the new font. Replace the font. Write...

    docs.aspose.com/slides/net/font-replacement/
  10. Convert Visio to PDF format|Documentation

    This topic show you how to Aspose.Diagram allows to convert Visio to PDF formats. Convert VSD, VSS, VDW, VST, VSDX, VSSX, VSTX, VSDM, VSTM,VSSM to PDF with a few lines of code....Call the diagram constructor to load diagram from a VSD file Diagram...Call the diagram constructor to load diagram from a VSDX file Diagram...

    docs.aspose.com/diagram/java/convert-visio-to-pdf/