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

list report

(0.75 sec)
  1. JsonDataLoadOptions.AlwaysGenerateRootObject | ...

    Discover how the JsonDataLoadOptions AlwaysGenerateRootObject property enhances your JSON data handling by ensuring a consistent root object for seamless integration....= new Document ( MyDir + "Reporting engine template - JSON data...{ ExactDateTimeParseFo = new List < string > { "MM/dd/yyyy" ,...

    reference.aspose.com/words/net/aspose.words.rep...
  2. Online XPS to DOTM Conversion or Develop Java b...

    Free online app to convert XPS to DOTM files. Java conversion library code for XPS documents.... The following lists mostly, but not all, supported... Key Use Cases Invoice and report templates with auto-calculation...

    products.aspose.com/total/java/conversion/xps-t...
  3. 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/
  4. 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/
  5. 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...
  6. 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/
  7. 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...
  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. 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...
  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...