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

list report

(0.15 sec)
  1. 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/
  2. MailMergeRegionInfo class | Aspose.Words for Py...

    aspose.words.mailmerging.MailMergeRegionInfo class. Contains information about a mail merge region...visit the Mail Merge and Reporting documentation article. Properties...the region. fields Returns a list of child fields. level Returns...

    reference.aspose.com/words/python-net/aspose.wo...
  3. 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/
  4. 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...
  5. 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...
  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. 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...
  8. View DOTM File Online and using .NET | products...

    Free online DOTM file viewer app. .NET API C# code to view DOTM file for viewer application.... C# code listed to view DOTM document. Download...Cases: Previewing invoice or report templates with automation....

    products.aspose.com/total/net/viewer/dotm/
  9. View and Update XLTM Properties Online or Updat...

    View and modify XLTM properties through online app for free. C# .NET API code to update and add XLTM properties.... Code listed for adding and modifying XLTM...template metadata with automated report generation tools. Develop XLTM...

    products.aspose.com/total/net/metadata/xltm/
  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...