all groups > coldfusion flash integration > june 2005 >
You're in the

coldfusion flash integration

group:

CFDocument


CFDocument Hua M Yang
6/8/2005 7:55:29 AM
coldfusion flash integration:
Hi,
I have been trying to use cfdocument to produce a flashpaper page which will
have a title then a image of a scaned document in JPEG format.
Each of the image is 850X1400 but when I display them either they are out of
the page or the butom part of the image got duplicated.
The other problem is at the end of the flash paper there is always an extra
blank page.

Anyone knows how to deal with it?

<cfdocument format="flashpaper"
pagetype="legal"
orientation="portrait"
backgroundvisible="no">
<cfloop query="GetDocs">
<cfoutput>
<div align="center">
<H1>#DocDesc#</H1>
<img src="#DocImagePath#/#File_Name#">
</div>
<cfdocumentitem type="footer">
<div align="center">#cfdocument.currentpagenumber# of
#cfdocument.totalpagecount#</div>
</cfdocumentitem>
</cfoutput>
<cfdocumentitem type="pagebreak"/>
</cfloop>
</cfdocument>
Thanks
Re: CFDocument Hua M Yang
6/9/2005 12:00:00 AM
AddThis Social Bookmark Button