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

data source

(0.07 sec)
  1. Features Overview|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....different data sources Supports DataTable as data source Supports...DataRowCollection as data source Supports DataReader as data source Create...

    docs.aspose.com/email/java/features-overview/
  2. Format Rows and Columns with Node.js via C++|Do...

    Aspose.Cells for Node.js via C++ can support change row height or column width, as well as apply formatting on rows or columns....with spreadsheets and adding data to rows or columns, you might...needs to change to show the data. Normally, users adjust row...

    docs.aspose.com/cells/nodejs-cpp/adjusting-row-...
  3. Several WORD Into PNG Java

    Merge multiple a Word document into PNG in Java code. Save a Word document as PNG 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/word-to-png/
  4. Several WORD Into TIFF Java

    Merge multiple a Word document into TIFF in Java code. Save a Word document as TIFF 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/word-to-tiff/
  5. Several HTML Into WORD Java

    Merge multiple HTML into WORD in Java code. Save HTML as WORD 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-word/
  6. Several HTML Into EPUB Java

    Merge multiple HTML into EPUB in Java code. Save HTML as EPUB 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-epub/
  7. Several HTML Into DOCX Java

    Merge multiple HTML into DOCX in Java code. Save HTML as DOCX 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-docx/
  8. How to Run the Examples

    Learn how to run Aspose.Tasks for .NET code examples.... Package Manager->Package Sources and make sure that the option...automatically be downloaded via NuGet. Data folder at the root folder of...

    docs.aspose.com/tasks/net/how-to-run-the-examples/
  9. Custom Slice or Sector Colors in Pie Chart with...

    Learn how to use Aspose.Cells for C++ to customize slice and sector colors in a pie chart. Our guide will demonstrate how to assign unique colors to each slice, sector, or legion for improved visual appeal and Data representation....explains how to: A chart’s category data. A chart title linked to a cell...// Source directory path U16String srcDir ( u ".. \\ Data \\...

    docs.aspose.com/cells/cpp/custom-slice-or-secto...
  10. Several DOC Into PDF Java

    Merge multiple DOC into PDF in Java code. Save DOC as PDF 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-pdf/