Hi, all.

 

This is my first foray into the use of PDF forms.

 

I'm getting this error:

 

"An Exception has occurred in the processing of PDF forms."

"

The error occurred in D:\Inetpub\webroot\wsm-dev\misc\pdfTest.cfm: line 24
Called from D:\Inetpub\webroot\wsm-dev\misc\pdfTest.cfm: line 24
Called from D:\Inetpub\webroot\wsm-dev\misc\pdfTest.cfm: line 24
Called from D:\Inetpub\webroot\wsm-dev\misc\pdfTest.cfm: line 24

22 :                <cfpdfformparam name = "lastName"   value="Brown" >

23 :                <cfpdfformparam name = "firstName"  value="Billy" >

24 :                <cfpdfformparam name = "middleName" value="Bob"   >

25 : 

26 :    </cfpdfform>

 

When trying to run this code:

 

   <cfpdfform  source      =  "d:\clients\holtzman
rentals\documents\2010_0118_RentalApplication.pdf"

               destination =  "d:\clients\holtzman
rentals\documents\test.pdf"

               action      =  "populate" >

 

               <cfpdfformparam name =  "rentalProperty"  value="418 Club
Drive, Hinesville, GA 31313" >

               <cfpdfformparam name =  "date"            value="Jan 25,
2010"                         >

               <cfpdfformparam name =  "emailAddress"
value="[email protected]"             >

               <cfpdfformparam name =  "lastName"        value="Faircloth"
>

               <cfpdfformparam name =  "firstName"       value="Carl"
>

               <cfpdfformparam name =  "middleName"      value="Richard"
>

 

   </cfpdfform>

 

There's more code after this, but I can't get past this code without the
error.

 

I created the PDF form using Nitro PDF Professional.  I'm imported a Word
doc and converted it into

a PDF which I'm populating with form fields.

 

One question I had was whether or not the CF 8 PDF tags would work with
anything not created by

Acrobat or LiveCycle.

 

If it will, what's the problem with the code above?

 

Thanks,

 

Rick

 

 

 

----------------------------------------------------------------------------
---------------------------------------

"Those who hammer their guns into plows will plow for those who do not."  -
Thomas Jefferson

 




~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Want to reach the ColdFusion community with something they want? Let them know 
on the House of Fusion mailing lists
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:330132
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

Reply via email to