Results 1 to 2 of 2
-
01-09-2010, 03:55 PM #1
How to repeat table header on each page of PDF using Coldfusion
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
-
02-01-2010, 03:45 AM #2
OK are u using Coldfusion 7 oer Coldfusion 8:
Coldfusion 8 has many features which can make ur document read exactly as u want them too.
i prefer u go to this site:
cfquickdocs.com
u will definately get ur answer
Similar Threads
-
Great Article:How to get indexed faster
By krates98 in forum DirectoriesReplies: 29Last Post: 04-30-2012, 09:25 AM -
Free Search Engine Submission Links
By Nazia in forum All Other Search EnginesReplies: 28Last Post: 01-31-2012, 02:50 AM -
Some great ways to increase your Page Rank
By himoacs in forum GoogleReplies: 15Last Post: 07-24-2011, 04:54 AM -
MySQL Best Practices
By eusha in forum DatabasesReplies: 5Last Post: 12-11-2009, 03:42 AM -
All You Need To Know About SEO
By articleenterprise in forum Search Engine OptimizationReplies: 19Last Post: 04-13-2009, 02:14 AM




Reply With Quote

