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

data source

(0.4 sec)
  1. Several Image Into PDF C++

    Merge multiple Image into PDF in C++ code. Save Image as PDF using C++.... Open the source image file in C++. Convert...(fontconfig and mesa-glu open-source packages) in Product Documentation...

    products.aspose.com/words/cpp/merge/image-to-pdf/
  2. Several Image Into HTML C++

    Merge multiple Image into HTML in C++ code. Save Image as HTML using C++.... Open the source image file in C++. Convert...(fontconfig and mesa-glu open-source packages) in Product Documentation...

    products.aspose.com/words/cpp/merge/image-to-html/
  3. How to Add/Insert TextBox to Worksheet with C++...

    How to add/insert a TextBox to a worksheet in Aspose.Cells with C++....// Source directory path U16String srcDir ( u ".. \\ Data \\...U16String outDir ( u ".. \\ Data \\ 02_OutputDirectory \\ " );...

    docs.aspose.com/cells/cpp/add-text-box-to-works...
  4. How to Union or Concat self made structure - Fr...

    Hi, I have a problem because I can’t execute an UNION (or a Concat function) between 2 generic collection (System.Collections.Generic.IEnumerable`1[Cj]). I have to create a unique structure with 3 static elements (volE…...Reporting Engine works only on the data that you pass to the template...your code before you hand the data to the engine. Below is a concise...

    forum.aspose.com/t/how-to-union-or-concat-self-...
  5. StreamFontSource.CacheKey | Aspose.Words for .NET

    Discover the StreamFontSource CacheKey property, optimize your font management with efficient caching for faster load times and enhanced performance....CacheKey property The key of this source in the cache. public string...<summary> /// Load the font data only when required instead of...

    reference.aspose.com/words/net/aspose.words.fon...
  6. Update Outline Code Definitions and Values | As...

    Learn how to edit outline code values and their definitions using Aspose.Tasks for C\u002B\u002B....Values Live Demos High Code APIs Source Code API Reference Helpful...▼ Live Demos High Code APIs Source Code API Reference Nuget Pricing...

    docs.aspose.com/tasks/cpp/writing-updated-outli...
  7. 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/
  8. 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/
  9. 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/
  10. Several WORD Into HTML Java

    Merge multiple a Word document into HTML in Java code. Save a Word document as HTML 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-html/