Sort Score
Result 10 results
Languages All
Labels All
Results 2,971 - 2,980 of 139,232 for

load

(0.15 sec)
  1. How to Print PowerPoint presentation in C#

    In this step by step tutorial, we'll show you how to print PPTX in C# using Aspose.Slides without even PowerPoint installed. Printing PPT presentation or PPTX in C# using .NET code is achieved using simple and easy steps....Slides namespace to load and print Set license using...object of Presentation Class Load the PowerPoint presentation...

    kb.aspose.com/slides/net/how-to-print-powerpoin...
  2. Convert PDF to PDF/A formats|Aspose.PDF for PHP...

    Explore how to convert PDF files to PDF/A format for compliance with document archiving standards in PHP via Java....Create a new Document object and load the input PDF file. $document...Create a new Document object and load the input PDF file. $document...

    docs.aspose.com/pdf/php-java/convert-pdf-to-pdfa/
  3. Connect Shapes in Visio via Java | products.asp...

    Java Sample code connect shapes in Visio within Java based desktop or web application....(or->Load the Vsdx file with full path...manipulation API. One can easily load, create, modify, manipulate...

    products.aspose.com/diagram/java/developer/conn...
  4. Can I Process GeoJSON file using this API for f...

    Hi, can we use Aspose.gis for working with Geojson files?...extraction, follow these steps: Load the GeoJSON file : Use the GeoJsonReader...using Aspose.Gis.GeoJson; // Load the GeoJSON file using (var...

    forum.aspose.com/t/can-i-process-geojson-file-u...
  5. 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-...
  6. 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...
  7. 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...
  8. 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...
  9. Apply Theme To Shape|Documentation

    This section explains how to set theme Properties in a visio shape with Aspose.Diagram....The code below shows how to: Load a sample diagram. get a particular...

    docs.aspose.com/diagram/net/apply-theme-to-shape/
  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/