Sort Score
Result 10 results
Languages All
Labels All
Results 2,851 - 2,860 of 153,460 for

load

(0.48 sec)
  1. IDocumentConverterPlugin.convert method | Aspos...

    IDocumentConverterPlugin.convert method. Converts document using specified input output streams and save options....method convert(input_stream, load_options, output_stream, save_options)...BytesIO , load_options : aspose . words . loading . LoadOptions...

    reference.aspose.com/words/python-net/aspose.wo...
  2. Public API Changes in Aspose.Diagram 5.9.0|Docu...

    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.... Example code: C# // load an existing visio diagram Diagram...SaveFileFormat . HTML ); VB ' load an existing visio diagram Dim...

    docs.aspose.com/diagram/net/public-api-changes-...
  3. Remove Tables from existing PDF|Aspose.PDF for ...

    Aspose.PDF for Java allows you to remove table and multiple tables from your PDF document....static void RemoveTable () { // Load existing PDF document Document...RemoveMultipleTable () { // Load existing PDF document Document...

    docs.aspose.com/pdf/java/remove-tables-from-exi...
  4. Aspose::Words::FileFormatUtil class | Aspose.Wo...

    Aspose::Words::FileFormatUtil class. Provides utility methods for working with file formats, such as detecting file format or converting file extensions to/from file format enums. To learn more, visit the documentation article in C++....Converts IANA content type into a load format enumerated value. static...(Aspose::Words::LoadFormat) Converts a load format enumerated value into...

    reference.aspose.com/words/cpp/aspose.words/fil...
  5. Creating, Opening and Saving Images|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....parameter to the static method load exposed by the Image class....the overloaded version of the load method. This accepts a Stream...

    docs.aspose.com/imaging/python-net/creating-ope...
  6. Aspose::Words::Drawing::Fill::SetImage method |...

    Aspose::Words::Drawing::Fill::SetImage method. Changes the fill type to single image in C++....docx" ); // 2 - Load a file into a byte array: shape...FillImage.FileName.docx" ); // 2 - Load a file into a byte array: shape...

    reference.aspose.com/words/cpp/aspose.words.dra...
  7. FontSettings.FallbackSettings | Aspose.Words fo...

    Discover the FontSettings FallbackSettings property for optimized font fallback mechanisms. Enhance your design with seamless text rendering!...xml" ); // We can also load a custom substitution scheme...cover. fontFallbackSettings . Load ( MyDir + "Custom font fallback...

    reference.aspose.com/words/net/aspose.words.fon...
  8. HTML to PDF too slow with version 25.7.0 and ab...

    Dear support team, We are using Aspose.pdf version 25.7.0 for html to pdf Below is the code that we are using for HTML to PDF where “using (Document pdfDocument = new Document(stream, htmloptions))” is taking too much …...” is taking too much time to load the doc, this is working fine...LINE IS TAKING TOO MUCH TIME TO LOAD the document... using (Document...

    forum.aspose.com/t/html-to-pdf-too-slow-with-ve...
  9. Convert MMD to VSDX via C# | products.aspose.com

    Sample code for MMD to VSDx C# conversion. Use API example code for batch MMD files to VSDX conversion within VB.NET, Asp.NET or any .NET based application....NET developers can easily load & convert MMD files to VSDX...in just a few lines of code. Load MMD file with an instance of...

    products.aspose.com/diagram/net/conversion/mmd-...
  10. 将CSV转换为JSON,使用C++|Documentation

    使用简单易用的Aspose.Cells for C++ API将CSV文件转换为JSON。...01_SourceDirectory \\ " ); // Create load options for CSV format LoadOptions...loadOptions ( LoadFormat :: Csv ); // Load CSV file Workbook workbook (...

    docs.aspose.com/cells/zh/cpp/convert-csv-to-json/