Questions tagged [dynamicpdf-table2]

A class in a DynamicPDF Generator Professional Edition by ceTe Software.

This class can be used to create tables. A table must contain at least one Column and one Row with at least one Cell in that Row.

Formatting of each cell in the table is done in a hierarchical manner in that a Cell's formatting take precedent over a Row's formatting which in term takes precedent over a Table's formatting.

The Column object contains no formatting information. Using the Tables getOverflowColumns and getOverflowRows methods you can allow your table to easily flow onto other pages.

One of the following licenses is required for non-evaluation usage:

  • DynamicPDF Generator Professional Edition
  • DynamicPDF Generator Enterprise Edition
  • DynamicPDF Merger Professional Edition
  • DynamicPDF Merger Enterprise Edition

Class full documentation: http://www.dynamicpdf.com/Support/Java_Help_Documentation_beta_12_10/api-ref/com/cete/dynamicpdf/pageelements/Table2.html
Usage examples: http://www.dynamicpdf.com/Support/Java_Help_Documentation_13_06/api-examples/Table2.html
Project site: http://www.dynamicpdf.com/

6 questions
1
vote
0 answers

how to generate pdf Table with dynamic number of column with spring mvc

I am trying to generate PDF and download it. is there any way to make a service to add a column in pdf Tabel?. Can we give dynamic number of columns in pdfTable?
0
votes
1 answer

How to remove footer template from first page?

Using cete Dynamic PDFtool I want to remove the footer template from the first page of the document. How to achieve this? Page.Elements.Add(tblcontent); Document.Pages.Add(Page);
Dennis Xavier
  • 101
  • 1
  • 14
0
votes
0 answers

itextSharp show/hide PDFPTable or any other controls

I am generating dynamic PDF using iTextsharp lib. Need to show/hide table in pdf. I did google a lot but no luck. I want to know is it possible using iTextsharp lib or should check the track. Thanks!
swam41
  • 11
  • 1
0
votes
1 answer

Does the width of a Table2 or a Cell2 include the border? For a Cell2, does it include the padding?

I'm working with the DynamicPDF library to typeset tabular data and I have an incomplete understanding of how the width property of Table2 and Cell2 objects works. Specifically, I don't know whether the width set by the property is an internal…
Hammerite
  • 21,755
  • 6
  • 70
  • 91
-1
votes
1 answer

I am not able to rotate the whole pdftable using itext

I am not able rotate the whole pdftable with using itext. I have rotated perticular page in pdf, it works fine but it also rotates the data inside that table in the page which i dont want to implement. I want to rotate the whole table in portrait…
Riddhi Makwana
  • 29
  • 1
  • 1
  • 5
-2
votes
1 answer

Rearrange data in a PDF file

I am using Perl to generate a PDF file with the PDF::API2 module. I am having difficulty writing data to the file in the required format. Currently this is how it appears in the PDF file. Here's my script my %data = ( '1' => { …
vkk05
  • 3,137
  • 11
  • 25