Sort Score
Result 10 results
Languages All
Labels All
Results 2,621 - 2,630 of 151,332 for

load

(1.67 sec)
  1. Export EMLX to FLATOPC via C++ | products.aspos...

    C++ API to Convert EMLX to FLATOPC without using Microsoft Word or Outlook...by using Save member function Load HTML by using Document class...ZIP file from downloads . // load the EMLX file to be converted...

    products.aspose.com/total/cpp/conversion/emlx-t...
  2. Export EMAIL to EMF via C++ | products.aspose.com

    C++ API to Convert EMAIL to EMF without using Microsoft Word or Outlook...by using Save member function Load HTML by using Document class...ZIP file from downloads . // load the EMAIL file to be converted...

    products.aspose.com/total/cpp/conversion/email-...
  3. Export EMAIL to FLATOPC via C++ | products.aspo...

    C++ API to Convert EMAIL to FLATOPC without using Microsoft Word or Outlook...by using Save member function Load HTML by using Document class...ZIP file from downloads . // load the EMAIL file to be converted...

    products.aspose.com/total/cpp/conversion/email-...
  4. Export EMAIL to SVG via C++ | products.aspose.com

    C++ API to Convert EMAIL to SVG without using Microsoft Word or Outlook...by using Save member function Load HTML by using Document class...ZIP file from downloads . // load the EMAIL file to be converted...

    products.aspose.com/total/cpp/conversion/email-...
  5. C++ API to Convert XML to POWERPOINT | products...

    Convert XML to POWERPOINT via C++ without using Microsoft Word or Adobe Acrobat Reader...by using Save method function Load PPTX document by using Presentation...ZIP file from downloads . // load XML file with an instance of...

    products.aspose.com/total/cpp/conversion/xml-to...
  6. C++ API to Convert XSLFO to XAML | products.asp...

    Convert XSLFO to XAML via C++ without using Microsoft Word or Adobe Acrobat Reader...by using Save method function Load PPTX document by using Presentation...ZIP file from downloads . // load XSLFO file with an instance...

    products.aspose.com/total/cpp/conversion/xslfo-...
  7. Working with Voting Options and Reactions in MS...

    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.... // Load a MapiMessage from a file var...var msg = MapiMessage . Load ( "sample.msg" ); // Iterate through...

    docs.aspose.com/email/net/working-with-voting-o...
  8. 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...
  9. 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-...
  10. When converting an MSG file to PDF, Sent Date a...

    We are using the Aspose c# library. When we try to convert MSG files to PDF, for some MSG files, Sent Date appears twice in the PDF files. Below is the code that we use: // Load the MSG file MapiMessage msg = MapiMess…...use: // Load the MSG file MapiMessage msg = MapiMessage.Load(inputFilePath);...mhtmlStream.Position = 0; // Load the MHTML stream into Aspose...

    forum.aspose.com/t/when-converting-an-msg-file-...