Sort Score
Result 10 results
Languages All
Labels All
Results 541 - 550 of 1,993 for

table report

(0.15 sec)
  1. MailMerge Class | Aspose.Words for .NET

    Unlock powerful mail merge capabilities with Aspose.Words.MailMerging.MailMerge class. Streamline document creation and enhance productivity effortlessly!...visit the Mail Merge and Reporting documentation article. public...DataTable table = new DataTable ( "Test" ); table . Columns ...

    reference.aspose.com/words/net/aspose.words.mai...
  2. Aspose.PDF Java using Maven for Eclipse|Aspose....

    Set up Aspose.PDF for Java in Eclipse using Maven. Simplify dependency management for efficient PDF development....include PDF compression options, table creation and manipulation, graph...Support If you like to see known/reported issues (by the users or Q...

    docs.aspose.com/pdf/java/aspose-pdf-java-using-...
  3. Index was out of range pivot table.CalculateDat...

    i have a problem when I want to calculate the pivot Table in the following example excel file. I always get the following exception “Index was out of range. Must be non-negative and less than the size of the collection.…...Index was out of range pivot table.CalculateData method Aspose...want to calculate the pivot table in the following example excel...

    forum.aspose.com/t/index-was-out-of-range-pivot...
  4. Issue while generating PDF reports with Large D...

    Hi Team, We are facing PDF generation issues as below: . Our API is able to generate PDF file, if the Data load is less than 50,000 records . But when API is with 50,000+ records, API stop working . When we do simila…...Issue while generating PDF reports with Large Data Volume Aspose...data types and insert into pdf(table). Can you please check if this...

    forum.aspose.com/t/issue-while-generating-pdf-r...
  5. Convert PPT to DOTM via Java or with free Onlin...

    Java API to Export PPT to DOTM without using Microsoft Word or PowerPoint or online. Test free PPT to DOTM online converter quickly before integrating the code....documents, adding text, images, tables, and other objects, and more...automating repetitive tasks like report creation, content filling,...

    products.aspose.com/total/java/conversion/ppt-t...
  6. Aspose.PDF Java for NetBeans - Maven|Aspose.PDF...

    Class Libraries & REST APIs for the developers to manipulate & process Files from Word, Excel, PowerPoint, Visio, PDF, CAD & several other categories in Web, Desktop or Mobile apps. Develop & deploy on Windows, Linux, MacOS & Android platforms....include PDF compression options, table creation and manipulation, graph...Support If you like to see known/reported issues (by the users or Q...

    docs.aspose.com/pdf/java/aspose-pdf-java-for-ne...
  7. Aspose.Words Features Missing in Open XML SDK|A...

    Perform some operations with documents faster and more conveniently than Open XML SDK. In addition, there are operations that are not supported by OpenXML using C#.... The following table contains some of the popular...Merge The Mail Merge and Reporting section Rendering The Rendering...

    docs.aspose.com/words/net/missing-features-in-o...
  8. Working with PDF/A or PDF/UA|Aspose.Words for .NET

    Convert to PDF/A-1, PDF/A-2, PDF/A-4 and PDF/UA using C#. There are a few problems when converting to PDF/A documents, and Aspose.Words for .NET solves them....such as headings, paragraphs, tables, and others. These blocks form... note separators, repeated table header cells, and decorative...

    docs.aspose.com/words/net/working-with-pdfa-or-...
  9. Java Create PDF Files | Create Free Online PDF ...

    Learn how to create PDF in Java with this comprehensive guide. We'll walk you through the process step by step and provide code snippets for creating professional and dynamic PDF files....receipts, invoices, business reports, etc. Various Java PDF libraries...how to insert text, images, tables, and other elements in a PDF...

    blog.aspose.com/pdf/create-pdf-files-in-java/
  10. 使用aspose.words从html制作的docx文件转为PDF样式表现混乱,但是把docx...

    docx转为PDF的方法代码如下: Document document = new Document(file.getInputStream()); ByteArrayOutputStream outputStream = new ByteArrayOutputStream(); document.save(outputStream, SaveFormat.PDF); Files.write(Paths.get("/Users/p…...get("/Users/pizhai/Downloads/report_0.pdf"), outputStream.toByteArray());...document.save("path/to/output/report.pdf", SaveFormat.PDF); } }...

    forum.aspose.com/t/aspose-words-html-docx-pdf-d...