Re: PDF forms submitting to URL

2010-02-10 Thread Leigh

Try dumping the content field from getHttpRequestData(). IIRC, you could use 
iText's fdf parser to read the data.

-Leigh


  

~|
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:330529
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


RE: PDF forms submitting to URL

2010-02-10 Thread Chad Gray

Thanks Leigh!

It is binary data, lovely.  I think I will switch to HTML instead of FDF in the 
PDF form.

Looks like using HTML the data is sent as a FORM object.

Thanks again!
Chad

-Original Message-
From: Leigh [mailto:cfsearch...@yahoo.com] 
Sent: Wednesday, February 10, 2010 11:45 AM
To: cf-talk
Subject: Re: PDF forms submitting to URL


Try dumping the content field from getHttpRequestData(). IIRC, you could use 
iText's fdf parser to read the data.

-Leigh


  



~|
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:330532
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4