Sort Score
Result 10 results
Languages All
Labels All
Results 651 - 660 of 2,381 for

table rendering

(0.12 sec)
  1. Generate PDF from XML|Aspose.PDF for C++

    Aspose.PDF for C++ provides several ways to convert an XML file into a PDF document requiring that the input XML file.... Let’s render our data in table. The XSL file that...<h2> My CD Collection </h2> <table border= "1" > <tr bgcolor= "#9acd32"...

    docs.aspose.com/pdf/cpp/generate-pdf-from-xml/
  2. How to run Aspose.PDF for .NET 8 in Docker|Aspo...

    Integrate Aspose.PDF functionality into .NET 8 application using Docker Linux or Windows containers...description ); // Add table var table = new Table { ColumnWidths =..."Helvetica" ) } }; var headerRow = table . Rows . Add (); headerRow ...

    docs.aspose.com/pdf/net/docker/dotnet8/
  3. Document.UpdateFields | Aspose.Words for .NET

    Revamp your document with the UpdateFields method—efficiently refresh all field values for enhanced accuracy and seamless editing....fields are updated when you render a document or call UpdatePageLayout...Examples Shows how to insert a Table of contents (TOC) into a document...

    reference.aspose.com/words/net/aspose.words/doc...
  4. Using the pdf xml schema in the Aspose.Pdf name...

    Hi, I saw an older forum post that recommended using the Aspose.Pdf namespace to create documents instead of the Aspose.Pdf.Generator namespace. I've been playing around with generating documents in the Aspose.Pdf names…...generating a 100 rows by 20 column table, and noticed some speed differences...27, 27); var table = new Aspose.Pdf.Table(); table.ColumnAdjustment...

    forum.aspose.com/t/using-the-pdf-xml-schema-in-...
  5. Convert DOCX to OST in Python | products.aspose...

    Save DOCX to OST within Python applications without using Microsoft Word or Outlook...loading the Word file and rendering it into HTML via Aspose.Words...PST (Outlook Personal Storage Table) Convert DOCX to SXC (StarOffice...

    products.aspose.com/total/python-net/conversion...
  6. Java API to Render CGM to SXC | products.aspose...

    Export CGM to SXC via Java API without using Microsoft Excel or Adobe Reader...API that allows developers to render CGM to XLSX. It provides a...two-step process involves rendering CGM to XLSX using Aspose.PDF...

    products.aspose.com/total/java/conversion/cgm-t...
  7. Get HTML of extracted text from word file - Fre...

    HI Aspose Team, I am extracting some specific text from word file using Aspose.Word C# . Now I have to get html of extracted text. I don’t want to convert word into html and rework on it, Is there any method which i c…...NET allows you to render a single Node (e.g., a Paragraph...contain the text you need. Render a single node to HTML using...

    forum.aspose.com/t/get-html-of-extracted-text-f...
  8. LINQ Report Engine - When using XmlDataSource n...

    Hi, When iterating an element array from the datasource the report is coming as blank for the below input xml and the template. Input Xml <data> <testData> <persons> <department>IT</department> <c…...values) and, by design, skips rendering the fields that are not present...trying to access this data table. vasanth18: The xml data is...

    forum.aspose.com/t/linq-report-engine-when-usin...
  9. Convert various file formats to PDF|Aspose.PDF ...

    Explore the functionality of converting other document formats like Word, Excel, and PowerPoint to PDF with Aspose.PDF for PHP via Java....initialization, as it helps the PDF rendering engine to determine the source...initialization and helps the PDF rendering engine to determine the source...

    docs.aspose.com/pdf/php-java/convert-other-file...
  10. Story | Aspose.Words for Java

    Base class for elements that contain block-level nodes Paragraph and Table in Java....block-level nodes Paragraph and Table . To learn more, visit the Logical...getTables() Gets a collection of tables that are immediate children...

    reference.aspose.com/words/java/com.aspose.word...