Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~685 People Reached
Favorite Forums
Favorite Tags
Member Avatar for Renu Deshpande

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 …

Member Avatar for AVM
0
478
Member Avatar for Renu Deshpande

Hi all , Can anyone help me solving this issue. I am using FCK Editor on my coldfusion page. Then I am generating PDF of the data using <cfdocument> tag. If I format the text first and then set the background color , the background color is not rendered on …

0
95
Member Avatar for Renu Deshpande

Hi all Can anybody help me with this. I want to access cfdocument.currentpagenumber outside the cfdocumentitem tag. I tried the following ways : 1) [code=coldfusion]<cfdocument format="pdf" orientation="landscape" unit="cm" margintop="4.0" marginbottom="2.0" marginleft="2.2" marginright="2.2" scale=99 filename="c:\test.pdf" overwrite="yes"> <cfoutput> <cfdocumentsection> <cfdocumentitem type="header"> <cfset Page = cfdocument.currentpagenumber> </cfdocumentitem> <cfdocumentitem type="footer" > FOOTER !!!! </cfdocumentitem> …

0
112