Sort Score
Result 10 results
Languages All
Labels All
Results 441 - 450 of 1,877 for

list report

(0.06 sec)
  1. Extract Text and Images from Word File Online a...

    Online Word file parser app. .NET API C# code to extract images and text content from Word document.... C# Code listed for Word document text extraction...include embedded macros. 🧾 Report Conversion Convert .doc , ...

    products.aspose.com/total/net/parse/word/
  2. Web Accessibility Rules – Check with Aspose.HTM...

    Learn how to use the AccessibilityRules class of Aspose.HTML, which is a repository of WCAG 2.0 requirements, success criteria, and techniques.... In order to view the list of rules, you need to initialize...Returns a list of principles IList<Principle>. Returns a list of rules...

    docs.aspose.com/html/java/web-accessibility-rules/
  3. Create Pivot Tables and Pivot Charts with C++|D...

    Learn how to create pivot tables and pivot charts in Excel files using Aspose.Cells with C++....hundreds of invoice entries in a list on a worksheet. A pivot table..., a field in a pivot table report. PivotFields , a collection...

    docs.aspose.com/cells/cpp/create-pivot-tables-a...
  4. Multimedia Accessibility – C# Examples

    Learn how to make multimedia accessible to all users and check multimedia accessibility in C# with Aspose.HTML for .NET API....WebAccessibility(); 5 6 // Get from the rules list Principle "1.Perceivable" by...26 { 27 28 // Get an errors list 29 foreach (ITechniqueResult...

    docs.aspose.com/html/net/multimedia-accessibility/
  5. CsvDataLoadOptions | Aspose.Words for .NET

    Discover the CsvDataLoadOptions constructor—easily initialize with default settings for efficient data loading and seamless integration....= new Document ( MyDir + "Reporting engine template - CSV data...new CsvDataSource ( MyDir + "List of people.csv" , loadOptions...

    reference.aspose.com/words/net/aspose.words.rep...
  6. JsonDataLoadOptions.PreserveSpaces | Aspose.Wor...

    Discover how the JsonDataLoadOptions PreserveSpaces property enhances JSON data handling by preserving leading and trailing spaces for accurate string values....= new Document ( MyDir + "Reporting engine template - JSON data...{ ExactDateTimeParseFo = new List < string > { "MM/dd/yyyy" ,...

    reference.aspose.com/words/net/aspose.words.rep...
  7. Eclipse - Maven|Aspose.Words for Java

    Aspose.Words Java for Eclipse....If you like to see known / reported issues (by the users or Q...the plugin. Or you want to report any issue you found in the...

    docs.aspose.com/words/java/aspose-words-java-fo...
  8. Web Accessibility Rules – How to Check Using As...

    Learn how to use the AccessibilityRules class in Aspose.HTML for .NET, which is a repository of WCAG 2.0 requirements, success criteria, and techniques.... In order to view the list of rules, you need to initialize...Returns a list of principles IList< >. Returns a list of rules...

    docs.aspose.com/html/net/web-accessibility-rules/
  9. JsonDataSource | Aspose.Words for .NET

    Create a powerful data source effortlessly with the JsonDataSource constructor, enabling seamless integration of JSON files and optimized data parsing....Reporting assembly Aspose.Words JsonDataSource(...JsonDataSource namespace Aspose.Words.Reporting assembly Aspose.Words JsonDataSource(...

    reference.aspose.com/words/net/aspose.words.rep...
  10. Copying text from one PDF to another is slow - ...

    Hello, we want to copy (recognized OCR) text from one PDF to another. This example source code works but is very very slow (the textBuilder.AppendText function takes about 3 minutes for one page of text) Why is the me…...TextBuilder(page_new); List<TextFragment> list = new List<TextFragment>();... { list.Add(textFragment); } textBuilder.AppendText(list); }...

    forum.aspose.com/t/copying-text-from-one-pdf-to...