Sort Score
Result 10 results
Languages All
Labels All
Results 3,231 - 3,240 of 28,163 for

data source

(0.16 sec)
  1. Convert XML to XER via C# | Tasks Conversion AP...

    Sample code for XML to XER C# conversion. Use API example code for batch XML files to XER conversion within VB.NET, Asp.NET or any .NET based application....Conversion Demos Documentation Source Code API Reference Overview...Conversion Demos Documentation Source Code API Reference Download...

    products.aspose.com/tasks/net/conversion/xml-to...
  2. Optimize Chart Calculations for Presentations i...

    Understand chart calculations, Data updates, and precision control in Aspose.Slides for PHP via Java for PPT and PPTX, with practical code examples....Excel workbooks work as a data source, and how does that affect...connect or refresh the external source, formulas and values are taken...

    docs.aspose.com/slides/php-java/chart-calculati...
  3. Insert image by base64 string - Free Support Fo...

    Hi support team, I would like to know if is it possible to insert base64 string to docx with Linq report engine. I don’t see any documentation about this scenario especially with Json Data Source. For example: { "bad…...scenario especially with Json Data source. For example: { "badges":...new JsonDataSource(@"C:\Temp\data.json"); Document doc = new ...

    forum.aspose.com/t/insert-image-by-base64-strin...
  4. How to Convert TXT to JSON File in Java

    In this quick tutorial, you will learn how to convert TXT to JSON file in Java. It elaborates on preparing the system environment, a step-by-step process along with the code snippet to develop Text to JSON converter in Java....Workbook class to load the source TXT format file Initiate an...formatted JSON data after converting the source TXT file These...

    kb.aspose.com/cells/java/how-to-convert-txt-to-...
  5. Manage VBA code of Excel Macro‑Enabled workbook...

    Add VBA module and modify VBA or macro with Aspose.Cells library....VBA or macro code inside the source Excel file using Aspose.Cells...following sample code loads the source Excel file which has the following...

    docs.aspose.com/cells/net/manage-vba-project/
  6. EOT to TTF Converter API | C++

    Convert EOT to TTF with Aspose.Font for C++. Our API supports Windows and Linux, providing a flexible solution for any development environment....Conversion Demos Documentation Source Code API Reference Overview...Conversion Demos Documentation Source Code API Reference Nuget Pricing...

    products.aspose.com/font/cpp/conversion/eot-to-...
  7. Convert MOBI to ODS using Python or with free O...

    MOBI to ODS conversion in your Python applications without using Microsoft Word or Excel or online. Test free MOBI to ODS online converter quickly before integrating the code....ODS in Python Step 1 Open the source MOBI file using Document class...routines. It helps teams turn source publication files into structured...

    products.aspose.com/total/python-net/conversion...
  8. Working with Print|Documentation

    This section explains how to print a document via XpsPrint with Aspose.Diagram....// For complete examples and data files, please go to https://github...GetDataDir_Print (); // Load source Visio diagram Diagram diagram...

    docs.aspose.com/diagram/net/working-with-print/
  9. Several DOC Into JPG Java

    Merge multiple DOC into JPG in Java code. Save DOC as JPG using Java....Document (fileName); // Append the source document to the end of the...appendDocument(input, ImportFormatMode.KEEP_SOURCE_FORMATTING); } for ( int page...

    products.aspose.com/words/java/merge/doc-to-jpg/
  10. Several HTML Into Markdown Java

    Merge multiple HTML into Markdown in Java code. Save HTML as Markdown using Java....Document (fileName); // Append the source document to the end of the...appendDocument(input, ImportFormatMode.KEEP_SOURCE_FORMATTING); } output.save(...

    products.aspose.com/words/java/merge/html-to-md/