Nope.

Sending html to browser:

<html>
  <head>
  </head>
  <body>
     Your content
  </body>
</html>

Sending a PDF to the browser:
<cfdocument format="PDF">
<cfdocumentsection margintop="1.25">
<html>
  <head>
  </head>
  <body>
     Your content
  </body>
</html>
</cfdocumentsection>
</cfdocument>

Sending a PDF to a file on disk:
<cfdocument format="PDF" filename="c:\newpdf.pdf">
<cfdocumentsection margintop="1.25">
<html>
  <head>
  </head>
  <body>
     Your content
  </body>
</html>
</cfdocumentsection>
</cfdocument>

Sending a PDF to the browser, pulling from a URL:
<cfdocument format="PDF" src="http://www.cnn.com";>
</cfdocument>



On 5/19/06, Raven Technology <[EMAIL PROTECTED]> wrote:
> So, all I do is surround the text portion of the document with the
> CFDOCUMENT tag and then create a link using CFHTTP?
>
> Steve LaBadie
> Raven Technology
> http://www.ravenpcs.com
> [EMAIL PROTECTED]

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:240980
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

Reply via email to