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

list report

(0.61 sec)
  1. 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/
  2. 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...
  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. Online PCL to PPS Conversion or Develop Java ba...

    Free online app to convert PCL to PPS files. Java conversion library code for PCL documents.... The following lists mostly, but not all, supported...slideshows Automatically generating report presentations for viewing Delivering...

    products.aspose.com/total/java/conversion/pcl-t...
  5. Extract Text and Images from DOCX File Online a...

    Online DOCX file parser app. .NET API C# code to extract images and text content from DOCX document.... C# Code listed for DOCX document text extraction...web publishing. 🧾 Automate report generation and document workflows...

    products.aspose.com/total/net/parse/docx/
  6. 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/
  7. 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/
  8. 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...
  9. 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...
  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...