Sort Score
Result 10 results
Languages All
Labels All
Results 3,201 - 3,210 of 26,709 for

data source

(0.26 sec)
  1. Render table with Entity Framework|Aspose.PDF f...

    This article will show you how to render table using Entity Framework model as Data Source using the Aspose.PDF for .NET....is more convenient to export data from databases to a PDF document...common problem is the output of data in a table format. The Table...

    docs.aspose.com/pdf/net/render-table-using-enti...
  2. LaTeX to XPS | Java

    Conversion functionality of Aspose.TeX API solution for Java lets you convert LaTeX files to the XPS format. Learn the code examples....Conversion LaTeX to XPS Live Demos Source Code API Reference Helpful...Helpful resources ▼ Live Demos Source Code API Reference Download Pricing...

    docs.aspose.com/tex/java/latex-to-xps/
  3. FieldOptions.CurrentUser | Aspose.Words for .NET

    Discover the FieldOptions CurrentUser property to effortlessly manage and customize user information for enhanced functionality in your applications....object and set it as the data source for fields that display user...

    reference.aspose.com/words/net/aspose.words.fie...
  4. 用C++指定数据透视项的绝对位置|Documentation

    学习如何使用Aspose.Cells在C++中指定数据透视项的绝对位置。...// Source directory path U16String srcDir ( u ".. \\ Data \\...U16String outDir ( u ".. \\ Data \\ 02_OutputDirectory \\ " );...

    docs.aspose.com/cells/zh/cpp/specifying-the-abs...
  5. PDF file distorted - Free Support Forum - aspos...

    hello, when we create doc file and insert pdf file inside doc and convert into pdf then PDF file is disctorting. As we are using below code. Document doc = new Document(); DocumentBuilder builder = new DocumentBuilder…...Writeln($"Source Input {currentDateTime.ToString("dd-MM-yy...Writeln($"Here is the tested data of the text: "); builder.Writeln();...

    forum.aspose.com/t/pdf-file-distorted/327238
  6. Advanced Protection Settings since Excel XP wit...

    Learn how to apply advanced protection settings in Excel files using Aspose.Cells with C++....// Source directory path U16String srcDir ( u ".. \\ Data \\...); // Allowing users to sort data worksheet . GetProtection ()...

    docs.aspose.com/cells/cpp/advanced-protection-s...
  7. Several DOC Into EPUB Java

    Merge multiple DOC into EPUB in Java code. Save DOC 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/doc-to-epub/
  8. Several WORD Into TXT Java

    Merge multiple a Word document into TXT in Java code. Save a Word document as TXT 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-txt/
  9. Several WORD Into MARKDOWN Java

    Merge multiple a Word document into MARKDOWN in Java code. Save a Word document 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/word-to-ma...
  10. Several HTML Into DOC Java

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