I've been working on a PDF for a while now and users
(and myself) are having trouble with the browser crashing sometimes
when the PDF attempts to load.

I've been using this code with *some* success, but not consistency.

   <cfDocument format = "pdf">

      <cfDocumentSection>
         <p>&nbsp;</p>
      </cfDocumentSection>

      <cfPDFForm  source =
"../documents/2010_0507_HoltzmanRentalApplicationOnline.pdf"
                  action = "populate">

                  <cfPDFFormParam name = "currentDate"   value =
"#dateFormat(now(), 'mmm d, yyyy')#">

      </cfPDFForm>

   </cfDocument>

Is this code appropriate or is there a better way?
Could this be causing the browsers to crash (IE & FF)?

Thanks for any feedback!

Rick



~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology-Michael-Dinowitz/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:333529
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm

Reply via email to