Sort Score
Result 10 results
Languages All
Labels All
Results 2,701 - 2,710 of 26,741 for

data source

(0.28 sec)
  1. Several TEXT Into PDF C++

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

    products.aspose.com/words/cpp/merge/text-to-pdf/
  2. Several WORD Into PDF C++

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

    products.aspose.com/words/cpp/merge/word-to-pdf/
  3. Several DOC Into PNG C++

    Merge multiple DOC into PNG in C++ code. Save DOC as PNG using C++....<Document>(fileName); // Append the source document to the end of the...your C++ project. Open the source DOC file in C++. Convert several...

    products.aspose.com/words/cpp/merge/doc-to-png/
  4. Insert a Linked Picture from Web Address with C...

    Learn how to insert a linked picture from a web address into a worksheet using Aspose.Cells for C++....// Source directory path U16String srcDir ( u ".. \\ Data \\...U16String outDir ( u ".. \\ Data \\ 02_OutputDirectory \\ " );...

    docs.aspose.com/cells/cpp/insert-a-linked-pictu...
  5. JsonSimpleValueParseMode | Aspose.Words for Java

    Specifies a mode for parsing JSON simple values null boolean number integer and string while loading JSON in Java....Shows how to use JSON as a data source (string). Document doc =..."Reporting engine template - JSON data destination (Java).docx"); JsonDataLoadOptions...

    reference.aspose.com/words/java/com.aspose.word...
  6. 用C++更新Power Query公式项|Documentation

    学习如何使用Aspose.Cells for C++更新Power Query公式项,以修改Excel文件中的数据源文件位置。... \\ Data \\ 01_SourceDirectory \\ " );...U16String outDir ( u ".. \\ Data \\ 02_OutputDirectory \\ " );...

    docs.aspose.com/cells/zh/cpp/update-power-query...
  7. 用C++向工作表添加WordArt水印|Documentation

    学习如何使用 Aspose.Cells for C++ 在Excel工作表中添加WordArt水印。...// Source directory path U16String srcDir ( u ".. \\ Data \\...U16String outDir ( u ".. \\ Data \\ 02_OutputDirectory \\ " );...

    docs.aspose.com/cells/zh/cpp/add-wordart-waterm...
  8. 使用 C++ 在 ODF 1.1、1.2 和 1.3 规格下保存 ODS 文件|Documen...

    使用 Aspose.Cells 和 C++ 将 Excel 转换为符合 ODF 1.1、1.2 和 1.3 规范的文件。...// Source directory path U16String srcDir ( u ".. \\ Data \\...U16String outDir ( u ".. \\ Data \\ 02_OutputDirectory \\ " );...

    docs.aspose.com/cells/zh/cpp/save-ods-file-in-o...
  9. Convert JSON Format to ODT via Java | products....

    Parse JSON to ODT in Java without using Microsoft Word...quickly and easily convert JSON data into a PDF document. Aspose...quickly and easily convert JSON data into an ODT file. Convert JSON...

    products.aspose.com/total/java/conversion/json-...
  10. Calculate Formulas with C++|Documentation

    This article introduces how to use the Aspose.Cells library to calculate formulas in Microsoft Excel with C++. By loading an existing Excel file or creating a new Excel file, we can use the methods provided by Aspose.Cells to calculate the formula and get the result. Finally, we save the modified Excel file to disk....// Source directory path U16String srcDir ( u ".. \\ Data \\...U16String outDir ( u ".. \\ Data \\ 02_OutputDirectory \\ " );...

    docs.aspose.com/cells/cpp/calculate-formulas/