Linode Forum
Linode Community Forums
 FAQFAQ    SearchSearch    MembersMembers      Register Register 
 LoginLogin [ Anonymous ] 
Post new topic  Reply to topic
Author Message
PostPosted: Tue Jun 21, 2011 11:03 pm 
Offline

Joined: Tue Jun 21, 2011 10:55 pm
Posts: 1
Location: Florida
Same pdf serves up in a browser from a windows server just fine.

Do I need some special headers to tell the browser its a dynamic pdf?

It seems like a server side permissions issue but the pdf is loaded and I see the form, but I cannot click into any of the form fields so just not sure where its getting hung up and removing the ability to fill out the form.

Here is my code in CF that works just fine when served thru windows iis.

Code:
<cffile action="readbinary" file="#request.leadroot#/leadmanagement.pdf"  variable="newpdf">
   <cfpdfform source="newpdf"  action="populate">
       <cfpdfsubform name="form1" >
            <cfpdfformparam name="action" value="New">
            <cfpdfformparam name="opendate" value="#dateformat(now(),'mm/dd/yyyy')#">
            <cfpdfformparam name="owner" value="#session.username#">
            <cfpdfformparam name="submittercontact" value="#session.userfullname# | #session.useremail# | #session.userphone#">
       </cfpdfsubform>
   </cfpdfform>
   <cfcontent type="application/pdf"   variable="#newpdf#" reset="yes" >


Top
   
Display posts from previous:  Sort by  
Post new topic  Reply to topic


Who is online

Users browsing this forum: No registered users and 0 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum

Search for:
Jump to:  
RSS

Powered by phpBB® Forum Software © phpBB Group