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

data source

(0.41 sec)
  1. FieldMergeRec Class | Aspose.Words for .NET

    Discover the Aspose.Words.Fields.FieldMergeRec class for seamless document merging with the MERGEREC field. Enhance your document automation today!...print the row number of the data being merged in every merge..."\nRow number of record in data source: " ); FieldMergeRec fieldMergeRec...

    reference.aspose.com/words/net/aspose.words.fie...
  2. How to Convert Excel to JSON in Python

    This quick article explains how to convert Excel to JSON in Python. You can take a look at the configuration information, stepwise algorithm, and the sample code snippet to convert Excel to JSON in Python....Workbook class for loading the source Excel file Create a JsonSaveOptions...Python . First of all, the source file is loaded and then specific...

    kb.aspose.com/cells/python/how-to-convert-excel...
  3. Managing Currency Digits | Aspose.Tasks Documen...

    Learn how to manage Microsoft Project currency digits using Aspose.Tasks for Java....Digits 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/managing-currency-di...
  4. Public API Changes in Aspose.Cells 8.4.0|Docume...

    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....workbook = new Workbook ( "source.xlsm" ); //Change the VBA Module...//Create workbook object from source Excel file Workbook workbook...

    docs.aspose.com/cells/java/public-api-changes-i...
  5. Several WORD Into PDF Java

    Merge multiple a Word document into PDF in Java code. Save a Word document 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/word-to-pdf/
  6. Several WORD Into Image Java

    Merge multiple a Word document into Image in Java code. Save a Word document 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/word-to-im...
  7. Several DOC Into PNG Java

    Merge multiple DOC into PNG in Java code. Save DOC 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/doc-to-png/
  8. 添加、检索、复制和读取 Visio 形状数据|Documentation

    本节介绍如何添加形状、设置形状的属性或使用 Aspose.Diagram 复制形状。...// For complete examples and data files, please go to https://github...// For complete examples and data files, please go to https://github...

    docs.aspose.com/diagram/zh/java/add-retrieve-co...
  9. Several WORD Into HTML C#

    Merge multiple a Word document into HTML in C# code. Save a Word document as HTML using C#....Document(fileName); // Append the source document to the end of the...to your C# project. Open the source Word file in C#. Convert several...

    products.aspose.com/words/net/merge/word-to-html/
  10. Several PDF Into EPUB C#

    Merge multiple PDF into EPUB in C# code. Save PDF as EPUB using C#....Document(fileName); // Append the source document to the end of the...to your C# project. Open the source PDF file in C#. Convert several...

    products.aspose.com/words/net/merge/pdf-to-epub/