Sort Score
Result 10 results
Languages All
Labels All
Results 3,681 - 3,690 of 27,976 for

data source

(0.52 sec)
  1. Convert MPT to MPT via C# | Tasks Conversion AP...

    Sample code for MPT to MPT C# conversion. Use API example code for batch MPT files to MPT 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/mpt-to...
  2. Aspose::Words::Drawing::OleFormat::get_SourceIt...

    Aspose::Words::Drawing::OleFormat::get_SourceItem method. Gets or sets a string that is used to identify the portion of the Source file that is being linked in C++....identify the portion of the source file that is being linked....string. For example, if the source file is a Microsoft Excel workbook...

    reference.aspose.com/words/cpp/aspose.words.dra...
  3. Mail Merge Template from Mustache Syntax|Aspose...

    Create templates with Mustache syntax. Mustache syntax is the only option to use with templates that do not contain fields (HTML or TXT). With Word templates, you have two options: fields or Mustache syntax using Java....model object that contains the data for the template. The Mustache...in the template with actual data and generate an output document...

    docs.aspose.com/words/java/mail-merge-template-...
  4. Render Project to Multipage TIFF | Aspose.Tasks...

    Learn how to export your project files (MPP/XML/Primavera XML) as multipage TIFF using Aspose.Tasks for Java....TIFF Live Demos High Code APIs Source Code API Reference Helpful...▼ Live Demos High Code APIs Source Code API Reference Download...

    docs.aspose.com/tasks/java/render-project-to-mu...
  5. LaTeX embedded graphics | Aspose.TeX for .NET

    This article covers how to include base64-encoded images in the LaTeX Source code, as well as the \write18 feature that makes this possible....embedded graphics Live Demos Source Code API Reference Helpful...Helpful resources ▼ Live Demos Source Code API Reference Nuget Pricing...

    docs.aspose.com/tex/net/latex-embedded-graphics/
  6. HTML Video Generator – Embed Media players with...

    Create custom HTML video players and Python snippets. Our HTML Video Generator simplifies the creation of video tags with autoplay, loop, and controls.... you can provide multiple <source> elements, ensuring the browser...(optional if using multiple <source> elements). width & height...

    products.aspose.com/html/python-net/generators/...
  7. Dynamically Display Barcodes in Table|Documenta...

    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....Custom Code with barcode image data generation by BarcodeGenerator...you should see on the Report Data toolbox something like this:...

    docs.aspose.com/barcode/reportingservices/dynam...
  8. How to Convert TXT to JSON File in Python

    In this quick tutorial, you will learn how to convert txt to json file in python. It explains the environment setup, algorithm steps, and a code snippet to create Text to JSON converter in Python.... The JSON data is popularly used for data compatibility or...Text to JSON in Python . The source TXT file is loaded and then...

    kb.aspose.com/cells/python/how-to-convert-txt-t...
  9. Several DOC Into Image Java

    Merge multiple DOC into Image in Java code. Save DOC as Image 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-image/
  10. Several DOC Into RTF Java

    Merge multiple DOC into RTF in Java code. Save DOC as RTF 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/doc-to-rtf/