I don't know what your page looks like, but you may want to look at using 
cfreport for outputting tabular data to a pdf (or Flash Paper).
While the Report builder has it's issues, you do have a fine degree of control 
over the layout and formatting of the pdf.
I use cfreport for most anything that will require printing... Tabular data, 
labels etc.

Terry Schmitt



> Hi,
> 
> I am trying to create a PDF file onFly. But when I have a long table, 
> it 
> scales all PDF elements into a size which fixes the big table to the 
> document size.
> 
> Here is a sample code to recreate the problem.
> 
> <cfdocument format="PDF" pagetype="letter">
    
> <cfdocumentitem type="header"><font size="5" face="Trebuchet 
> MS">Document Title</font></cfdocumentitem>
    
> <cfdocumentitem type="footer"><font size="1" 
> face="Tahoma"><cfoutput>#cfdocument.currentpagenumber#/#cfdocument.
> totalpagecount#</cfoutput></font></cfdocumentitem> 
> 
    
> <cfoutput><font size="1" face="Verdana"><cfloop index="id" from="1" 
> to="100">Here is my content ... </cfloop><br /><table><tr><cfloop 
> index="id" from="1" 
> to="100"><td>#id#</td></cfloop></tr></table></font></cfoutput>   
> </cfdocument>
> 
> I think this is a know problem but do you have any idea to solve this 
> 
> problem?
> 
> 
> Sincerely,
> 
> O?uz 
Demirkap?

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
ColdFusion MX7 by AdobeĀ®
Dyncamically transform webcontent into Adobe PDF with new ColdFusion MX7. 
Free Trial. http://www.adobe.com/products/coldfusion?sdid=RVJV

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:284193
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4

Reply via email to