| | |
How to repeat table header on each page of PDF using Coldfusion
Please support our ColdFusion advertiser: PostgreSQL or MySQL? Compare and contrast the two most popular open source databases
![]() |
•
•
Join Date: Aug 2009
Posts: 3
Reputation:
Solved Threads: 0
Hi all,
Can anybody help me in resolving this issue. The details are mentioned below.
I am generating PDF using <cfdocument> tag of Cold Fusion.
I have a header and footer to be displayed on each page. I am rendering data in a table.
If rows in the table exceed a page , and continue on the next page , I want the table headers to be repeated on each of the page.
Example :
Currently this is happening:
Page Header
Some text .....
Column1 Header Column2 Header --- {Table headers}
A B
C D
Page Footer : Page No 1
Page Header
E F
Page Footer : Page No 2
What I want is this :
Page Header
Some text .....
Column1 Header Column2 Header --- {Table headers}
A B
C D
Page Footer : Page No 1
Page Header
Column1 Header Column2 Header --- {Table headers}
E F
Page Footer : Page No 2
Thanks in advance
Can anybody help me in resolving this issue. The details are mentioned below.
I am generating PDF using <cfdocument> tag of Cold Fusion.
I have a header and footer to be displayed on each page. I am rendering data in a table.
If rows in the table exceed a page , and continue on the next page , I want the table headers to be repeated on each of the page.
Example :
Currently this is happening:
Page Header
Some text .....
Column1 Header Column2 Header --- {Table headers}
A B
C D
Page Footer : Page No 1
Page Header
E F
Page Footer : Page No 2
What I want is this :
Page Header
Some text .....
Column1 Header Column2 Header --- {Table headers}
A B
C D
Page Footer : Page No 1
Page Header
Column1 Header Column2 Header --- {Table headers}
E F
Page Footer : Page No 2
Thanks in advance
![]() |
Similar Threads
- how to export mysql database table contents on to a PDF file (MySQL)
- Jsp output in pdf file (JSP)
- problem in converting HTML to PDF using tidy (Java)
- 3-column-header in blog (HTML and CSS)
- Help! extract picture from a multi-page pdf/ps file (Shell Scripting)
- PDF Table Header (Java)
- CSS -- table border and table header color (HTML and CSS)
- Table in center of page? (HTML and CSS)
- Html header of a page changed programmatically? (ASP.NET)
- Convert a Flash page to PDF format? (Graphics and Multimedia)
Other Threads in the ColdFusion Forum
- Previous Thread: Background color not displayed if set after any text formatting
- Next Thread: Send a text message to your phone from your site!
| Thread Tools | Search this Thread |





